Skip to content

Commit

Permalink
Merge pull request #10237 from qmonmert/vitest201
Browse files Browse the repository at this point in the history
bump Vitest 2.0.1
  • Loading branch information
murdos authored Jul 10, 2024
2 parents 27fa557 + b0d7510 commit b409048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ export default defineConfig({
},
},
plugins: [
vue({
template: {
compilerOptions: {
isCustomElement: tag => /^x-/.test(tag),
},
},
}),
vue(),
],
build: {
outDir: '../../../{{projectBuildDirectory}}/classes/static',
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 @@ -11,7 +11,7 @@
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vitest/coverage-istanbul": "1.6.0",
"@vitest/coverage-istanbul": "2.0.1",
"autoprefixer": "10.4.19",
"browser-sync": "3.0.2",
"cssnano": "7.0.4",
Expand Down Expand Up @@ -43,7 +43,7 @@
"ts-jest": "29.2.0",
"typescript": "5.5.3",
"vite": "5.3.3",
"vitest": "1.6.0",
"vitest": "2.0.1",
"vitest-sonar-reporter": "2.0.0"
}
}

0 comments on commit b409048

Please sign in to comment.