Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 503e99a

Browse files
committedAug 22, 2024·
chore: update deps
1 parent 65a422c commit 503e99a

File tree

3 files changed

+852
-918
lines changed

3 files changed

+852
-918
lines changed
 

‎.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# registry=https://registry.npmmirror.com
1+
registry=https://registry.npmmirror.com
22
strict-peer-dependencies=false
33
shamefully-hoist=true

‎package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-starter",
33
"type": "module",
44
"version": "1.0.0",
5-
"packageManager": "pnpm@9.5.0",
5+
"packageManager": "pnpm@9.7.1",
66
"scripts": {
77
"new": "plop --plopfile ./plop-templates/plopfile.js",
88
"bootstrap": "npm install",
@@ -23,22 +23,22 @@
2323
"postinstall": "simple-git-hooks"
2424
},
2525
"dependencies": {
26-
"@vueuse/core": "^10.11.1",
26+
"@vueuse/core": "^11.0.1",
2727
"axios": "^1.7.4",
28-
"dayjs": "^1.11.12",
28+
"dayjs": "^1.11.13",
2929
"lodash-es": "^4.17.21",
30-
"pinia": "^2.1.7",
31-
"qs": "^6.12.3",
30+
"pinia": "^2.2.2",
31+
"qs": "^6.13.0",
3232
"vue": "^3.4.38",
3333
"vue-router": "^4.4.3"
3434
},
3535
"devDependencies": {
36-
"@coderwyd/eslint-config": "^2.5.3",
36+
"@coderwyd/eslint-config": "^2.6.4",
3737
"@types/fs-extra": "^11.0.4",
3838
"@types/lodash-es": "^4.17.12",
39-
"@types/node": "^20.16.1",
39+
"@types/node": "^22.5.0",
4040
"@types/qs": "^6.9.15",
41-
"@unocss/eslint-plugin": "^0.61.9",
41+
"@unocss/eslint-plugin": "^0.62.2",
4242
"@vitejs/plugin-vue": "^5.1.2",
4343
"@vitejs/plugin-vue-jsx": "^4.0.1",
4444
"autoprefixer": "^10.4.20",
@@ -57,11 +57,11 @@
5757
"taze": "^0.16.6",
5858
"terser": "^5.31.6",
5959
"typescript": "~5.5.4",
60-
"unocss": "^0.61.9",
60+
"unocss": "^0.62.2",
6161
"unplugin-auto-import": "^0.18.2",
6262
"unplugin-icons": "^0.19.2",
6363
"unplugin-vue-components": "^0.27.4",
64-
"vite": "^5.3.5",
64+
"vite": "^5.4.2",
6565
"vite-plugin-compression": "^0.5.1",
6666
"vite-plugin-html": "^3.2.2",
6767
"vite-plugin-vue-devtools": "^7.3.8",

0 commit comments

Comments
 (0)
Please sign in to comment.