1
0
mirror of synced 2025-12-07 16:50:18 +08:00

chore: update deps

This commit is contained in:
roymondchen
2025-08-26 17:27:37 +08:00
parent f3387ed5e9
commit f267643c42
9 changed files with 1219 additions and 923 deletions

View File

@@ -3,6 +3,9 @@
"version": "1.6.0-beta.6",
"type": "module",
"private": true,
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev:react": "vite --config dev.vite.config.ts",
"dev:playground": "vite --config dev.vite.config.ts",
@@ -30,7 +33,7 @@
"@tmagic/cli": "1.6.0-beta.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^7.0.0",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "catalog:",
"terser": "^5.43.1",

View File

@@ -3,6 +3,9 @@
"version": "1.6.0-beta.6",
"type": "module",
"private": true,
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev:vue2": "vite --config dev.vite.config.ts",
"dev:playground": "vite --config dev.vite.config.ts",
@@ -22,7 +25,7 @@
"@tmagic/core": "1.6.0-beta.6",
"@tmagic/stage": "1.6.0-beta.6",
"@tmagic/vue-runtime-help": "^1.2.0",
"axios": "^1.10.0",
"axios": "^1.11.0",
"vue": "^2.7.16"
},
"devDependencies": {
@@ -30,10 +33,10 @@
"@types/events": "^3.0.3",
"rollup": "4.44.1",
"rollup-plugin-external-globals": "^0.13.0",
"sass": "^1.89.2",
"sass": "^1.91.0",
"terser": "^5.43.1",
"vite": "catalog:",
"@vitejs/plugin-legacy": "^7.0.0",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-vue2": "^2.3.3",
"vue-template-compiler": "^2.7.16"
}

View File

@@ -3,6 +3,9 @@
"version": "1.6.0-beta.6",
"type": "module",
"private": true,
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"tmagic": "tmagic entry",
"dev": "vite --config dev.vite.config.ts",
@@ -28,13 +31,13 @@
"devDependencies": {
"@tmagic/cli": "1.6.0-beta.6",
"@types/node": "^24.0.10",
"@vitejs/plugin-legacy": "^7.0.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue-jsx": "^5.0.1",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.0",
"@vue/compiler-sfc": "catalog:",
"rollup": "4.44.1",
"rollup-plugin-external-globals": "^0.13.0",
"sass": "^1.89.2",
"sass": "^1.91.0",
"terser": "^ 5.43.1",
"typescript": "catalog:",
"vite": "catalog:"