1
0
mirror of synced 2025-11-06 04:21:02 +08:00

chore: update deps

This commit is contained in:
roymondchen
2025-07-02 17:06:37 +08:00
parent 3f7d03959c
commit 0e8043664e
13 changed files with 1979 additions and 638 deletions

View File

@@ -20,10 +20,9 @@
},
"dependencies": {
"@tmagic/core": "1.5.22",
"@tmagic/react-runtime-help": "0.1.0",
"@tmagic/react-runtime-help": "0.1.1",
"@tmagic/stage": "1.5.22",
"axios": "^0.25.0",
"terser": "^5.31.6",
"axios": "^1.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
@@ -31,9 +30,10 @@
"@tmagic/cli": "1.5.22",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"@vitejs/plugin-legacy": "^7.0.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "catalog:",
"terser": "^5.43.1",
"vite": "catalog:"
}
}

View File

@@ -22,17 +22,16 @@
"@tmagic/core": "1.5.22",
"@tmagic/stage": "1.5.22",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"terser": "^5.31.6",
"axios": "^1.10.0",
"vue": "^2.7.16"
},
"devDependencies": {
"@tmagic/cli": "1.5.22",
"@types/events": "^3.0.0",
"axios": "^0.27.2",
"rollup": "^4.38.0",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.83.0",
"@types/events": "^3.0.3",
"rollup": "^4.44.1",
"rollup-plugin-external-globals": "^0.13.0",
"sass": "^1.89.2",
"terser": "^5.43.1",
"vite": "catalog:",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue2": "^2.3.1",

View File

@@ -27,15 +27,15 @@
},
"devDependencies": {
"@tmagic/cli": "1.5.22",
"@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "5.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@types/node": "^24.0.10",
"@vitejs/plugin-legacy": "^7.0.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue-jsx": "^5.0.1",
"@vue/compiler-sfc": "catalog:",
"rollup": "^4.38.0",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.83.0",
"terser": "^5.31.6",
"rollup": "^4.44.1",
"rollup-plugin-external-globals": "^0.13.0",
"sass": "^1.89.2",
"terser": "^ 5.43.1",
"typescript": "catalog:",
"vite": "catalog:"
}