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

chore: update deps

This commit is contained in:
roymondchen
2024-12-13 16:54:56 +08:00
parent 6cf20cee34
commit 98f45d2334
23 changed files with 653 additions and 501 deletions

View File

@@ -33,8 +33,8 @@
},
"peerDependencies": {
"lodash-es": "^4.17.21",
"@tmagic/core": ">=1.5.0-beta.14",
"@tmagic/stage": ">=1.5.0-beta.14",
"@tmagic/core": ">=1.5.0",
"@tmagic/stage": ">=1.5.0",
"react": ">=18.3.1",
"typescript": "*"
},

View File

@@ -34,7 +34,7 @@
"@tmagic/cli": "1.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^5.5.4",
"vite": "^5.2.11"

View File

@@ -32,8 +32,8 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"peerDependencies": {
"@tmagic/core": ">=1.5.0-beta.14",
"@tmagic/editor": ">=1.5.0-beta.14",
"@tmagic/core": ">=1.5.0",
"@tmagic/editor": ">=1.5.0",
"element-plus": ">=2.8.0",
"vue": ">=3.5.0",
"typescript": "*"
@@ -48,10 +48,10 @@
},
"devDependencies": {
"@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.12",
"rimraf": "^3.0.2",
"vite": "^5.4.10",
"vite": "^6.0.3",
"vue-tsc": "^2.1.8"
}
}

View File

@@ -32,8 +32,8 @@
"vue-demi": "^0.14.10"
},
"peerDependencies": {
"@tmagic/core": ">=1.5.0-beta.14",
"@tmagic/stage": ">=1.5.0-beta.14",
"@tmagic/core": ">=1.5.0",
"@tmagic/stage": ">=1.5.0",
"@vue/composition-api": ">=1.7.2",
"typescript": "*",
"vue": ">=2.6.0 || >=3.5.0"

View File

@@ -32,9 +32,9 @@
"axios": "^0.27.2",
"rollup": "^4.17.2",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.78.0",
"vite": "^5.4.10",
"@vitejs/plugin-legacy": "^5.4.2",
"sass": "^1.83.0",
"vite": "^6.0.3",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue2": "^2.3.1",
"vue-template-compiler": "^2.7.4"
}

View File

@@ -26,17 +26,17 @@
"vue": ">=3.5.0"
},
"devDependencies": {
"@tmagic/cli": "1.5.0",
"@tmagic/cli": "^1.5.0",
"@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.1.3",
"@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",
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.78.0",
"sass": "^1.83.0",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"vite": "^5.4.10"
"vite": "^6.0.3"
}
}