Skip to content

Commit 0f15c33

Browse files
committed
chore(deps): update deps
1 parent a4e8f29 commit 0f15c33

File tree

6 files changed

+1571
-1362
lines changed

6 files changed

+1571
-1362
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -55,51 +55,51 @@
5555
"@sa/hooks": "workspace:*",
5656
"@sa/materials": "workspace:*",
5757
"@sa/utils": "workspace:*",
58-
"@vueuse/core": "11.1.0",
59-
"ant-design-vue": "4.2.5",
58+
"@vueuse/core": "11.2.0",
59+
"ant-design-vue": "4.2.6",
6060
"clipboard": "2.0.11",
6161
"dayjs": "1.11.13",
6262
"echarts": "5.5.1",
6363
"json5": "2.2.3",
6464
"nprogress": "0.2.0",
65-
"pinia": "2.2.2",
66-
"tailwind-merge": "2.5.2",
67-
"vue": "3.5.7",
68-
"vue-draggable-plus": "0.5.3",
69-
"vue-i18n": "10.0.1",
65+
"pinia": "2.2.6",
66+
"tailwind-merge": "2.5.4",
67+
"vue": "3.5.13",
68+
"vue-draggable-plus": "0.6.0",
69+
"vue-i18n": "10.0.4",
7070
"vue-router": "4.4.5"
7171
},
7272
"devDependencies": {
7373
"@elegant-router/vue": "0.3.8",
74-
"@iconify/json": "2.2.251",
74+
"@iconify/json": "2.2.273",
7575
"@sa/scripts": "workspace:*",
7676
"@sa/uno-preset": "workspace:*",
77-
"@soybeanjs/eslint-config": "1.4.1",
78-
"@types/node": "22.5.5",
77+
"@soybeanjs/eslint-config": "1.4.2",
78+
"@types/node": "22.9.0",
7979
"@types/nprogress": "0.2.3",
80-
"@unocss/eslint-config": "0.62.4",
81-
"@unocss/preset-icons": "0.62.4",
82-
"@unocss/preset-uno": "0.62.4",
83-
"@unocss/transformer-directives": "0.62.4",
84-
"@unocss/transformer-variant-group": "0.62.4",
85-
"@unocss/vite": "0.62.4",
86-
"@vitejs/plugin-vue": "5.1.4",
87-
"@vitejs/plugin-vue-jsx": "4.0.1",
88-
"eslint": "9.11.0",
89-
"eslint-plugin-vue": "9.28.0",
80+
"@unocss/eslint-config": "0.64.1",
81+
"@unocss/preset-icons": "0.64.1",
82+
"@unocss/preset-uno": "0.64.1",
83+
"@unocss/transformer-directives": "0.64.1",
84+
"@unocss/transformer-variant-group": "0.64.1",
85+
"@unocss/vite": "0.64.1",
86+
"@vitejs/plugin-vue": "5.2.0",
87+
"@vitejs/plugin-vue-jsx": "4.1.0",
88+
"eslint": "9.14.0",
89+
"eslint-plugin-vue": "9.31.0",
9090
"lint-staged": "15.2.10",
91-
"sass": "1.79.3",
91+
"sass": "1.81.0",
9292
"simple-git-hooks": "2.11.1",
93-
"tsx": "4.19.1",
94-
"typescript": "5.6.2",
95-
"unplugin-icons": "0.19.3",
93+
"tsx": "4.19.2",
94+
"typescript": "5.6.3",
95+
"unplugin-icons": "0.20.1",
9696
"unplugin-vue-components": "0.27.4",
97-
"vite": "5.4.6",
97+
"vite": "5.4.11",
9898
"vite-plugin-progress": "0.0.7",
9999
"vite-plugin-svg-icons": "2.0.1",
100-
"vite-plugin-vue-devtools": "7.4.5",
100+
"vite-plugin-vue-devtools": "7.6.4",
101101
"vue-eslint-parser": "9.4.3",
102-
"vue-tsc": "2.1.6"
102+
"vue-tsc": "2.1.10"
103103
},
104104
"simple-git-hooks": {
105105
"commit-msg": "pnpm sa git-commit-verify",

packages/axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"qs": "6.13.0"
1717
},
1818
"devDependencies": {
19-
"@types/qs": "6.9.16"
19+
"@types/qs": "6.9.17"
2020
}
2121
}

packages/ofetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
}
1111
},
1212
"dependencies": {
13-
"ofetch": "1.4.0"
13+
"ofetch": "1.4.1"
1414
}
1515
}

packages/scripts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"devDependencies": {
1616
"@soybeanjs/changelog": "0.3.24",
17-
"bumpp": "9.5.2",
18-
"c12": "1.11.2",
17+
"bumpp": "9.8.1",
18+
"c12": "2.0.1",
1919
"cac": "6.7.14",
2020
"consola": "3.2.3",
2121
"enquirer": "2.4.1",
22-
"execa": "9.4.0",
22+
"execa": "9.5.1",
2323
"kolorist": "1.8.0",
24-
"npm-check-updates": "17.1.2",
24+
"npm-check-updates": "17.1.11",
2525
"rimraf": "6.0.1"
2626
}
2727
}

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"crypto-js": "4.2.0",
1515
"klona": "^2.0.6",
1616
"localforage": "1.10.0",
17-
"nanoid": "5.0.7"
17+
"nanoid": "5.0.8"
1818
},
1919
"devDependencies": {
2020
"@types/crypto-js": "4.2.2"

0 commit comments

Comments
 (0)