Skip to content

Commit fa7f86d

Browse files
committed
fix: fix dependency version mismatch
1 parent d3b519e commit fa7f86d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"@types/node": "^20.14.11",
5959
"@typescript-eslint/eslint-plugin": "^5.6.0",
6060
"@typescript-eslint/parser": "~5.35.0",
61-
"@vitejs/plugin-vue": "^2.3.3",
62-
"@vitejs/plugin-vue-jsx": "^1.1.7",
61+
"@vitejs/plugin-vue": "^5.2.4",
62+
"@vitejs/plugin-vue-jsx": "^4.2.0",
6363
"@vue/compiler-sfc": "^3.2.4",
6464
"axios": "^1.1.3",
6565
"babel-jest": "^26.6.3",
@@ -115,7 +115,7 @@
115115
"tinycolor2": "^1.4.2",
116116
"tslib": "^2.8.1",
117117
"typescript": "~4.7.2",
118-
"vite": "^6.2.0",
118+
"vite": "^6.2.3",
119119
"vite-plugin-tdoc": "^2.0.1",
120120
"vue": "^3.2.4",
121121
"vue-router": "^4.0.11"

0 commit comments

Comments
 (0)