Skip to content

Commit ba5c836

Browse files
committed
feat(vue-deps): 更新项目依赖版本
- 更新 @unocss/reset 从 65.4.3 到 66.0.0 - 更新 pinia 从 2.3.1 到 3.0.1 - 更新 @unocss/eslint-plugin 从 65.4.3 到 66.0.0 - 更新 openapi-axios 从 0.31.0 到 0.34.0 - 更新 unocss 从 65.4.0 到 66.0.0 - 更新 unplugin-vue-router 从 0.11.1 到 0.12.0
1 parent 11ddbab commit ba5c836

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

templates/vue/package.json.ejs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"engineStrict": true,
2424
"dependencies": {
25-
"@unocss/reset": "^65.4.3",
25+
"@unocss/reset": "^66.0.0",
2626
"axios": "^1.7.9",
27-
"pinia": "^2.3.1",
27+
"pinia": "^3.0.1",
2828
"vue": "^3.5.13",
2929
"vue-request": "^2.0.4",
3030
"vue-router": "^4.5.0"
@@ -34,7 +34,7 @@
3434
"@biomejs/biome": "1.9.4",
3535
<%_ } else if (codeLinter === 'eslint') { _%>
3636
"@antfu/eslint-config": "^3.14.0",
37-
"@unocss/eslint-plugin": "^65.4.3",
37+
"@unocss/eslint-plugin": "^66.0.0",
3838
"eslint": "^9.18.0",
3939
"prettier": "^3.4.2",
4040
<%_ } _%>
@@ -47,7 +47,7 @@
4747
"commit-and-tag-version": "^12.5.0",
4848
"cross-env": "^7.0.3",
4949
"lefthook": "^1.10.3",
50-
"openapi-axios": "^0.31.0",
50+
"openapi-axios": "^0.34.0",
5151
"postcss": "^8.5.1",
5252
"sass-embedded": "^1.83.4",
5353
"stylelint": "^16.13.2",
@@ -58,8 +58,8 @@
5858
"stylelint-config-recommended-vue": "^1.6.0",
5959
"stylelint-config-standard": "^37.0.0",
6060
"typescript": "^5.7.3",
61-
"unocss": "^65.4.0",
62-
"unplugin-vue-router": "^0.11.1",
61+
"unocss": "^66.0.0",
62+
"unplugin-vue-router": "^0.12.0",
6363
"vite": "^6.0.7",
6464
"vite-plugin-ejs": "^1.7.0",
6565
"vite-plugin-minify": "^2.1.0",

0 commit comments

Comments
 (0)