Skip to content

Commit

Permalink
Merge pull request #11863 from qmonmert/vitestsecu
Browse files Browse the repository at this point in the history
Fix update to vitest 3.0.5
  • Loading branch information
murdos authored Feb 5, 2025
2 parents 824bca8 + cd4a292 commit bf1b972
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
98 changes: 49 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-istanbul": "3.0.4",
"@vitest/coverage-istanbul": "3.0.5",
"@vue/test-utils": "2.4.6",
"cpy-cli": "5.0.0",
"cypress": "14.0.1",
Expand Down Expand Up @@ -103,7 +103,7 @@
"typescript-eslint": "8.22.0",
"vite": "6.0.11",
"vite-plugin-istanbul": "6.0.2",
"vitest": "3.0.4",
"vitest": "3.0.5",
"vitest-sonar-reporter": "2.0.0",
"vue-tsc": "2.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/generator/dependencies/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "22.13.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"@vitest/coverage-istanbul": "3.0.4",
"@vitest/coverage-istanbul": "3.0.5",
"autoprefixer": "10.4.20",
"browser-sync": "3.0.3",
"cssnano": "7.0.6",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript-eslint": "8.22.0",
"vite": "6.0.11",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.4",
"vitest": "3.0.5",
"vitest-sonar-reporter": "2.0.0"
}
}

0 comments on commit bf1b972

Please sign in to comment.