Skip to content

Commit

Permalink
chore(vitest): bump deps and support Vitest 2
Browse files Browse the repository at this point in the history
  • Loading branch information
IlCallo committed Aug 28, 2024
1 parent a2962a8 commit d58755a
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 176 deletions.
15 changes: 9 additions & 6 deletions packages/unit-vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-app-extension-testing-unit-vitest",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"description": "A Quasar App Extension for running tests with Vitest",
"contributors": [
Expand Down Expand Up @@ -28,26 +28,29 @@
"npm": ">= 9.5",
"yarn": ">= 1.22.19"
},
"dependenciesComments": {
"vite-tsconfig-paths": "v5 requires Vite 5, so we cannot support older @quasar/app-vite AND bump this dependency versions"
},
"dependencies": {
"happy-dom": "^13.6.2",
"happy-dom": "^15.0.0",
"lodash-es": "^4.17.21",
"vite-jsconfig-paths": "^2.0.1",
"vite-tsconfig-paths": "^4.3.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@vitest/ui": "^1.3.1",
"@vitest/ui": "^2.0.5",
"@vue/test-utils": "^2.4.4",
"quasar": "^2.14.6",
"rimraf": "^5.0.5",
"vitest": "^1.3.1",
"vitest": "^2.0.5",
"vue": "^3.4.21"
},
"peerDependencies": {
"@vitest/ui": "^1.1.0",
"@vitest/ui": "^1.1.0 || ^2.0.0",
"@vue/test-utils": "^2.4.3",
"quasar": "^2.12.7",
"vitest": "^1.1.0",
"vitest": "^1.1.0 || ^2.0.0",
"vue": "^3.3.4"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit d58755a

Please sign in to comment.