Skip to content

Commit 968370b

Browse files
committed
chore(projects): update deps & fix vue-router type
1 parent cb1d445 commit 968370b

File tree

5 files changed

+423
-2145
lines changed

5 files changed

+423
-2145
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,33 +62,33 @@
6262
"nprogress": "0.2.0",
6363
"pinia": "2.2.0",
6464
"tailwind-merge": "2.4.0",
65-
"vue": "3.4.34",
65+
"vue": "3.4.35",
6666
"vue-draggable-plus": "0.5.2",
6767
"vue-i18n": "9.13.1",
68-
"vue-router": "4.4.0"
68+
"vue-router": "4.4.1"
6969
},
7070
"devDependencies": {
71-
"@elegant-router/vue": "0.3.7",
71+
"@elegant-router/vue": "0.3.8",
7272
"@iconify/json": "2.2.232",
7373
"@sa/scripts": "workspace:*",
7474
"@sa/uno-preset": "workspace:*",
75-
"@soybeanjs/eslint-config": "1.3.7",
76-
"@types/node": "22.0.0",
75+
"@soybeanjs/eslint-config": "1.4.0",
76+
"@types/node": "22.0.1",
7777
"@types/nprogress": "0.2.3",
78-
"@unocss/eslint-config": "0.61.7",
79-
"@unocss/preset-icons": "0.61.7",
80-
"@unocss/preset-uno": "0.61.7",
81-
"@unocss/transformer-directives": "0.61.7",
82-
"@unocss/transformer-variant-group": "0.61.7",
83-
"@unocss/vite": "0.61.7",
78+
"@unocss/eslint-config": "0.61.9",
79+
"@unocss/preset-icons": "0.61.9",
80+
"@unocss/preset-uno": "0.61.9",
81+
"@unocss/transformer-directives": "0.61.9",
82+
"@unocss/transformer-variant-group": "0.61.9",
83+
"@unocss/vite": "0.61.9",
8484
"@vitejs/plugin-vue": "5.1.1",
8585
"@vitejs/plugin-vue-jsx": "4.0.0",
8686
"eslint": "9.8.0",
8787
"eslint-plugin-vue": "9.27.0",
8888
"lint-staged": "15.2.7",
8989
"sass": "1.77.8",
9090
"simple-git-hooks": "2.11.1",
91-
"tsx": "4.16.2",
91+
"tsx": "4.16.3",
9292
"typescript": "5.5.4",
9393
"unplugin-icons": "0.19.1",
9494
"unplugin-vue-components": "0.27.3",

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"enquirer": "2.4.1",
2222
"execa": "9.3.0",
2323
"kolorist": "1.8.0",
24-
"npm-check-updates": "16.14.20",
24+
"npm-check-updates": "17.0.0",
2525
"rimraf": "6.0.1"
2626
}
2727
}

0 commit comments

Comments
 (0)