Skip to content

Commit 332d37b

Browse files
committed
chore: update deps
1 parent b41ad77 commit 332d37b

File tree

4 files changed

+843
-1008
lines changed

4 files changed

+843
-1008
lines changed

.npmrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
registry=https://registry.npmmirror.com
2-
strict-peer-dependencies=false
3-
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@10.13.0",
5+
"packageManager": "pnpm@10.13.1",
66
"scripts": {
77
"bootstrap": "npm install",
88
"start": "npm run dev",
@@ -31,21 +31,21 @@
3131
"vue-router": "^4.5.1"
3232
},
3333
"devDependencies": {
34-
"@coderwyd/eslint-config": "^4.2.0",
34+
"@coderwyd/eslint-config": "^4.4.1",
3535
"@types/fs-extra": "^11.0.4",
3636
"@types/lodash-es": "^4.17.12",
37-
"@types/node": "^22.16.3",
37+
"@types/node": "^22.16.4",
3838
"@types/qs": "^6.14.0",
3939
"@unocss/eslint-plugin": "^66.3.3",
40-
"@vitejs/plugin-vue": "^5.2.4",
41-
"@vitejs/plugin-vue-jsx": "^4.2.0",
40+
"@vitejs/plugin-vue": "^6.0.0",
41+
"@vitejs/plugin-vue-jsx": "^5.0.1",
4242
"cross-env": "^7.0.3",
43-
"dotenv": "^16.6.1",
43+
"dotenv": "^17.2.0",
4444
"eslint": "^9.31.0",
45-
"eslint-plugin-oxlint": "^0.18.1",
45+
"eslint-plugin-oxlint": "^1.6.0",
4646
"fs-extra": "^11.3.0",
4747
"lint-staged": "^16.1.2",
48-
"oxlint": "^0.18.1",
48+
"oxlint": "^1.7.0",
4949
"picocolors": "^1.1.1",
5050
"sass": "^1.89.2",
5151
"simple-git-hooks": "^2.13.0",
@@ -55,11 +55,11 @@
5555
"unplugin-auto-import": "^19.3.0",
5656
"unplugin-icons": "^22.1.0",
5757
"unplugin-vue-components": "^28.8.0",
58-
"vite": "^6.3.5",
58+
"vite": "^7.0.5",
5959
"vite-plugin-compression": "^0.5.1",
6060
"vite-plugin-html": "^3.2.2",
6161
"vite-plugin-vue-devtools": "^7.7.7",
62-
"vue-tsc": "^2.2.12"
62+
"vue-tsc": "^3.0.1"
6363
},
6464
"pnpm": {
6565
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)