Skip to content

Commit

Permalink
test(vite): sync test projects and bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
IlCallo committed Aug 28, 2024
1 parent d58755a commit fd98ce5
Show file tree
Hide file tree
Showing 4 changed files with 1,335 additions and 1,004 deletions.
6 changes: 3 additions & 3 deletions test-vite-app-v1-vite5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/node": "^18.17.15",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitest/ui": "^1.3.1",
"@vitest/ui": "^2.0.5",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.16",
"cypress": "^13.6.6",
Expand All @@ -62,7 +62,7 @@
"eslint-plugin-vue": "^9.19.2",
"prettier": "^3.1.1",
"typescript": "^4.9.5",
"vitest": "^1.3.1"
"vitest": "^2.0.5"
},
"resolutionsComments": {
"vite": "See workaround https://github.com/quasarframework/quasar/issues/14077#issuecomment-1353213893, since Quasar Vite v1 only supports up to Vite 3",
Expand All @@ -73,7 +73,7 @@
"@vitejs/plugin-vue": "^4.5.2"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"node": "^20 || ^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
Expand Down
Loading

0 comments on commit fd98ce5

Please sign in to comment.