1
0
mirror of synced 2025-12-09 10:37:55 +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:"
}
}