Skip to content

Commit 8d2fa97

Browse files
committed
chore: 更新依赖
1 parent 868bf06 commit 8d2fa97

File tree

34 files changed

+1743
-1580
lines changed

34 files changed

+1743
-1580
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"release": "bumpp"
2424
},
2525
"dependencies": {
26-
"@headlessui/vue": "^1.7.22",
27-
"@vueuse/components": "^11.0.3",
28-
"@vueuse/core": "^11.0.3",
29-
"@vueuse/integrations": "^11.0.3",
26+
"@headlessui/vue": "^1.7.23",
27+
"@vueuse/components": "^11.1.0",
28+
"@vueuse/core": "^11.1.0",
29+
"@vueuse/integrations": "^11.1.0",
3030
"axios": "^1.7.7",
3131
"dayjs": "^1.11.13",
3232
"disable-devtool": "^0.3.7",
33-
"element-plus": "^2.8.1",
34-
"eruda": "^3.2.3",
33+
"element-plus": "^2.8.3",
34+
"eruda": "^3.3.0",
3535
"floating-vue": "5.2.2",
3636
"hotkeys-js": "^3.13.7",
3737
"lodash-es": "^4.17.21",
@@ -42,59 +42,59 @@
4242
"pinia": "^2.2.2",
4343
"qs": "^6.13.0",
4444
"vconsole": "^3.15.1",
45-
"vue": "^3.4.38",
45+
"vue": "^3.5.7",
4646
"vue-m-message": "^4.0.2",
47-
"vue-router": "^4.4.3"
47+
"vue-router": "^4.4.5"
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "2.24.1",
51-
"@iconify/json": "^2.2.243",
50+
"@antfu/eslint-config": "3.7.1",
51+
"@iconify/json": "^2.2.251",
5252
"@iconify/vue": "^4.1.2",
5353
"@stylistic/stylelint-config": "^2.0.0",
5454
"@types/lodash-es": "^4.17.12",
5555
"@types/mockjs": "^1.0.10",
56-
"@types/qs": "^6.9.15",
57-
"@unocss/eslint-plugin": "^0.62.3",
58-
"@vitejs/plugin-vue": "^5.1.3",
56+
"@types/qs": "^6.9.16",
57+
"@unocss/eslint-plugin": "^0.62.4",
58+
"@vitejs/plugin-vue": "^5.1.4",
5959
"@vitejs/plugin-vue-jsx": "^4.0.1",
6060
"autoprefixer": "^10.4.20",
6161
"boxen": "^8.0.1",
6262
"bumpp": "^9.5.2",
6363
"cz-git": "^1.9.4",
64-
"eslint": "^9.9.1",
64+
"eslint": "^9.11.0",
6565
"esno": "^4.7.0",
6666
"fs-extra": "^11.2.0",
6767
"http-server": "^14.1.1",
68-
"inquirer": "^10.1.8",
69-
"lint-staged": "^15.2.9",
68+
"inquirer": "^11.0.2",
69+
"lint-staged": "^15.2.10",
7070
"npm-run-all": "^4.1.5",
71-
"picocolors": "^1.0.1",
71+
"picocolors": "^1.1.0",
7272
"plop": "^4.0.1",
73-
"postcss": "^8.4.42",
73+
"postcss": "^8.4.47",
7474
"postcss-html": "^1.7.0",
7575
"postcss-nested": "^6.2.0",
76-
"sass": "^1.77.8",
76+
"sass": "^1.79.2",
7777
"simple-git-hooks": "^2.11.1",
7878
"stylelint": "^16.9.0",
7979
"stylelint-config-recess-order": "^5.1.0",
8080
"stylelint-config-standard-scss": "^13.1.0",
8181
"stylelint-config-standard-vue": "^1.0.0",
82-
"stylelint-scss": "^6.5.1",
82+
"stylelint-scss": "^6.7.0",
8383
"svgo": "^3.3.2",
84-
"typescript": "^5.5.4",
85-
"unocss": "^0.62.3",
84+
"typescript": "^5.6.2",
85+
"unocss": "^0.62.4",
8686
"unocss-preset-scrollbar": "^0.3.1",
87-
"unplugin-auto-import": "^0.18.2",
88-
"unplugin-turbo-console": "^1.10.1",
87+
"unplugin-auto-import": "^0.18.3",
88+
"unplugin-turbo-console": "^1.10.2",
8989
"unplugin-vue-components": "^0.27.4",
90-
"vite": "^5.4.2",
90+
"vite": "^5.4.6",
9191
"vite-plugin-app-loading": "^0.3.0",
9292
"vite-plugin-archiver": "^0.1.1",
93-
"vite-plugin-banner": "^0.7.1",
94-
"vite-plugin-compression2": "^1.2.0",
95-
"vite-plugin-fake-server": "^2.1.1",
93+
"vite-plugin-banner": "^0.8.0",
94+
"vite-plugin-compression2": "^1.3.0",
95+
"vite-plugin-fake-server": "^2.1.2",
9696
"vite-plugin-svg-icons": "^2.0.1",
97-
"vue-tsc": "^2.1.4"
97+
"vue-tsc": "^2.1.6"
9898
},
9999
"simple-git-hooks": {
100100
"pre-commit": "pnpm lint-staged",

plop-templates/page/prompt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import path from 'node:path'
21
import fs from 'node:fs'
2+
import path from 'node:path'
33

44
function getFolder(path) {
55
const components = []

0 commit comments

Comments
 (0)