1
0
mirror of synced 2026-03-23 02:58:34 +08:00

chore: update deps

This commit is contained in:
roymondchen
2025-01-20 19:34:12 +08:00
parent 701a9d6f30
commit e234428965
21 changed files with 2379 additions and 2496 deletions

View File

@@ -36,7 +36,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^5.5.4",
"vite": "^5.2.11"
"typescript": "^5.7.3",
"vite": "^6.0.9"
}
}

View File

@@ -49,9 +49,9 @@
"devDependencies": {
"@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"rimraf": "^3.0.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.8"
"vite": "^6.0.9",
"vue-tsc": "^2.2.0"
}
}

View File

@@ -30,10 +30,10 @@
"@tmagic/cli": "1.5.5",
"@types/events": "^3.0.0",
"axios": "^0.27.2",
"rollup": "^4.17.2",
"rollup": "^4.31.0",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.83.0",
"vite": "^6.0.3",
"vite": "^6.0.9",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue2": "^2.3.1",
"vue-template-compiler": "^2.7.4"

View File

@@ -31,12 +31,12 @@
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.5.12",
"rollup": "^4.17.2",
"@vue/compiler-sfc": "^3.5.13",
"rollup": "^4.31.0",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.83.0",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"vite": "^6.0.3"
"typescript": "^5.7.3",
"vite": "^6.0.9"
}
}