Skip to content

Commit b6547b0

Browse files
committed
chore: upgrade dependencies
1 parent d4074e1 commit b6547b0

File tree

3 files changed

+985
-898
lines changed

3 files changed

+985
-898
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,34 @@
2020
},
2121
"dependencies": {
2222
"insane": "^2.6.2",
23-
"marked": "^14.1.3",
23+
"marked": "^16.3.0",
2424
"pinia": "^3.0.3",
25-
"vue": "^3.5.12",
25+
"vue": "^3.5.22",
2626
"vue-router": "^4.5.1"
2727
},
2828
"devDependencies": {
2929
"@mutoe/eslint-config": "^4.11.0-2",
30-
"@pinia/testing": "^0.1.5",
31-
"@testing-library/cypress": "^10.0.2",
32-
"@testing-library/user-event": "^14.5.2",
30+
"@pinia/testing": "^1.0.2",
31+
"@testing-library/cypress": "^10.1.0",
32+
"@testing-library/user-event": "^14.6.1",
3333
"@testing-library/vue": "^8.1.0",
34-
"@vitejs/plugin-vue": "^5.1.2",
35-
"@vitest/coverage-v8": "^2.0.5",
36-
"concurrently": "^8.2.2",
34+
"@vitejs/plugin-vue": "^6.0.1",
35+
"@vitest/coverage-v8": "^3.2.4",
36+
"concurrently": "^9.2.1",
3737
"cypress": "^13.13.2",
3838
"eslint": "^9.36.0",
3939
"eslint-plugin-cypress": "^5.1.1",
40-
"happy-dom": "^14.12.3",
40+
"happy-dom": "^18.0.1",
4141
"lint-staged": "^16.2.0",
42-
"msw": "^2.3.5",
42+
"msw": "^2.11.3",
4343
"rollup-plugin-analyzer": "^4.0.0",
4444
"simple-git-hooks": "^2.13.1",
4545
"swagger-typescript-api": "^13.0.16",
46-
"typescript": "~5.5.4",
47-
"vite": "^5.4.0",
48-
"vitest": "^2.0.5",
46+
"typescript": "~5.9.2",
47+
"vite": "^7.1.7",
48+
"vitest": "^3.2.4",
4949
"vitest-dom": "^0.1.1",
50-
"vue-tsc": "^2.0.29"
50+
"vue-tsc": "^3.0.8"
5151
},
5252
"simple-git-hooks": {
5353
"pre-commit": "npm exec lint-staged",

0 commit comments

Comments
 (0)