Skip to content

Commit 3646877

Browse files
committed
test: upgrade happy-dom and test frameworks
1 parent a7e2cd6 commit 3646877

File tree

4 files changed

+841
-782
lines changed

4 files changed

+841
-782
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,27 @@
2727
},
2828
"devDependencies": {
2929
"@mutoe/eslint-config": "^2.8.3",
30-
"@pinia/testing": "^0.1.3",
31-
"@testing-library/cypress": "^10.0.1",
32-
"@testing-library/user-event": "^14.5.1",
33-
"@testing-library/vue": "^8.0.1",
34-
"@vitejs/plugin-vue": "^4.5.0",
35-
"@vitest/coverage-v8": "^1.0.4",
30+
"@pinia/testing": "0.1.3",
31+
"@testing-library/cypress": "^10.0.2",
32+
"@testing-library/user-event": "^14.5.2",
33+
"@testing-library/vue": "^8.1.0",
34+
"@vitejs/plugin-vue": "^5.1.2",
35+
"@vitest/coverage-v8": "^2.0.5",
3636
"concurrently": "^8.2.2",
37-
"cypress": "^13.6.0",
37+
"cypress": "^13.13.2",
3838
"eslint": "^8.57.0",
3939
"eslint-plugin-cypress": "^3.4.0",
4040
"eslint-plugin-vitest": "^0.5.4",
4141
"eslint-plugin-vue": "^9.27.0",
42-
"happy-dom": "^12.10.3",
43-
"lint-staged": "^15.2.0",
42+
"happy-dom": "^14.12.3",
43+
"lint-staged": "^15.2.8",
4444
"msw": "^2.3.5",
4545
"rollup-plugin-analyzer": "^4.0.0",
46-
"simple-git-hooks": "^2.9.0",
46+
"simple-git-hooks": "^2.11.1",
4747
"swagger-typescript-api": "^13.0.3",
4848
"typescript": "~5.5.4",
49-
"vite": "^5.0.7",
50-
"vitest": "^1.0.4",
49+
"vite": "^5.4.0",
50+
"vitest": "^2.0.5",
5151
"vitest-dom": "^0.1.1",
5252
"vue-tsc": "^2.0.29"
5353
},

0 commit comments

Comments
 (0)