chore: 更新依赖版本

re #498
This commit is contained in:
roymondchen 2023-04-10 14:49:18 +08:00
parent 1b7d840e4d
commit a60e067d4e
19 changed files with 4988 additions and 3213 deletions

View File

@ -18,6 +18,8 @@ https://tencent.github.io/tmagic-editor/playground/index.html
node.js >= 16 node.js >= 16
pnpm >= 8
先安装 pnpm 先安装 pnpm
```bash ```bash

View File

@ -2,7 +2,7 @@
"version": "1.2.13", "version": "1.2.13",
"name": "tmagic", "name": "tmagic",
"private": true, "private": true,
"packageManager": "pnpm@7.1.9", "packageManager": "pnpm@8.2.0",
"scripts": { "scripts": {
"bootstrap": "pnpm i && pnpm build", "bootstrap": "pnpm i && pnpm build",
"clean:top": "rimraf */**/dist */**/types */dist coverage dwt*", "clean:top": "rimraf */**/dist */**/types */dist coverage dwt*",
@ -31,14 +31,10 @@
"release": "node scripts/release.js" "release": "node scripts/release.js"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=16"
}, },
"workspaces": [ "workspaces": [
"packages/code-editor", "packages/*"
"packages/editor",
"packages/form",
"packages/stage",
"packages/utils"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
@ -49,11 +45,11 @@
"@babel/core": "^7.18.0", "@babel/core": "^7.18.0",
"@commitlint/cli": "^16.2.3", "@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1", "@commitlint/config-conventional": "^16.2.1",
"@types/node": "^15.12.4", "@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^4.28.0", "@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^4.28.0", "@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-vue": "^3.1.0", "@vitejs/plugin-vue": "^4.1.0",
"@vitest/coverage-c8": "^0.23.4", "@vitest/coverage-c8": "^0.30.0",
"c8": "^7.11.3", "c8": "^7.11.3",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"commitizen": "^4.2.4", "commitizen": "^4.2.4",
@ -61,28 +57,28 @@
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.2.32", "element-plus": "^2.2.32",
"enquirer": "^2.3.6", "enquirer": "^2.3.6",
"eslint": "^7.29.0", "eslint": "^8.38.0",
"eslint-config-tencent": "^1.0.4", "eslint-config-tencent": "^1.0.4",
"eslint-plugin-import": "^2.23.4", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^7.11.1", "eslint-plugin-vue": "^9.10.0",
"execa": "^4.0.2", "execa": "^4.0.2",
"highlight.js": "^11.7.0", "highlight.js": "^11.7.0",
"husky": "^7.0.0", "husky": "^7.0.0",
"jsdom": "^19.0.0", "jsdom": "^19.0.0",
"lint-staged": "^11.0.1", "lint-staged": "^11.0.1",
"minimist": "^1.2.6", "minimist": "^1.2.6",
"prettier": "^2.3.1", "prettier": "^2.8.7",
"recast": "^0.20.4", "recast": "^0.20.4",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"semver": "^7.3.7", "semver": "^7.3.7",
"serialize-javascript": "^6.0.0", "serialize-javascript": "^6.0.0",
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3", "vite": "^4.2.1",
"vitepress": "1.0.0-alpha.29", "vitepress": "1.0.0-alpha.29",
"vitest": "^0.23.4", "vitest": "^0.30.0",
"vue": "^3.2.37" "vue": "^3.2.37"
}, },
"config": { "config": {

View File

@ -45,7 +45,7 @@
"@types/lodash-es": "^4.17.4", "@types/lodash-es": "^4.17.4",
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3" "vite": "^4.2.1"
} }
} }

View File

@ -43,13 +43,13 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"@vitejs/plugin-vue": "^3.1.0", "@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.37", "@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "^2.0.0", "@vue/test-utils": "^2.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3", "vite": "^4.2.1",
"vite-plugin-vue-setup-extend": "^0.4.0", "vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.0.11" "vue-tsc": "^1.2.0"
} }
} }

View File

@ -73,13 +73,13 @@
"@types/lodash-es": "^4.17.4", "@types/lodash-es": "^4.17.4",
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"@types/serialize-javascript": "^5.0.1", "@types/serialize-javascript": "^5.0.1",
"@vitejs/plugin-vue": "^3.1.0", "@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.37", "@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "^2.0.0", "@vue/test-utils": "^2.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.35.1", "sass": "^1.35.1",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3", "vite": "^4.2.1",
"vite-plugin-vue-setup-extend": "^0.4.0", "vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.0.11" "vue-tsc": "^1.0.11"
} }

View File

@ -46,7 +46,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3" "vite": "^4.2.1"
} }
} }

View File

@ -50,14 +50,14 @@
"@types/lodash-es": "^4.17.4", "@types/lodash-es": "^4.17.4",
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"@types/sortablejs": "^1.10.7", "@types/sortablejs": "^1.10.7",
"@vitejs/plugin-vue": "^3.1.0", "@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.37", "@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "^2.0.0", "@vue/test-utils": "^2.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.35.1", "sass": "^1.35.1",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3", "vite": "^4.2.1",
"vite-plugin-vue-setup-extend": "^0.4.0", "vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.0.11" "vue-tsc": "^1.2.0"
} }
} }

View File

@ -29,7 +29,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3" "vite": "^4.2.1"
} }
} }

View File

@ -45,7 +45,7 @@
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.35.1", "sass": "^1.35.1",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3" "vite": "^4.2.1"
} }
} }

View File

@ -47,14 +47,14 @@
"@types/color": "^3.0.1", "@types/color": "^3.0.1",
"@types/lodash-es": "^4.17.4", "@types/lodash-es": "^4.17.4",
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"@vitejs/plugin-vue": "^3.1.0", "@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.37", "@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "^2.0.0", "@vue/test-utils": "^2.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.35.1", "sass": "^1.35.1",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3", "vite": "^4.2.1",
"vite-plugin-vue-setup-extend": "^0.4.0", "vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.0.11" "vue-tsc": "^1.2.0"
} }
} }

View File

@ -46,11 +46,11 @@
"vue": "^3.2.37" "vue": "^3.2.37"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^3.1.0", "@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.37", "@vue/compiler-sfc": "^3.2.37",
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3" "vite": "^4.2.1"
} }
} }

View File

@ -28,6 +28,6 @@
"devDependencies": { "devDependencies": {
"@types/react": "^17.0.37", "@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11", "@types/react-dom": "^17.0.11",
"typescript": "^4.7.4" "typescript": "^5.0.4"
} }
} }

View File

@ -22,7 +22,7 @@
"vue": "^2.7.4" "vue": "^2.7.4"
}, },
"devDependencies": { "devDependencies": {
"vite": "^3.1.3", "vite": "^4.2.1",
"vue-template-compiler": "^2.7.4" "vue-template-compiler": "^2.7.4"
} }
} }

View File

@ -34,7 +34,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3" "vite": "^4.2.1"
} }
} }

View File

@ -23,22 +23,23 @@
"element-plus": "^2.2.32", "element-plus": "^2.2.32",
"monaco-editor": "^0.34.0", "monaco-editor": "^0.34.0",
"serialize-javascript": "^6.0.0", "serialize-javascript": "^6.0.0",
"terser": "^5.14.2",
"vue": "^3.2.37", "vue": "^3.2.37",
"vue-router": "^4.0.10" "vue-router": "^4.0.10"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-env": "^7.21.4",
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"@types/serialize-javascript": "^5.0.1", "@types/serialize-javascript": "^5.0.1",
"@vitejs/plugin-legacy": "^2.2.0", "@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^3.1.0", "@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^1.3.10", "@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/compiler-sfc": "^3.2.37", "@vue/compiler-sfc": "^3.2.37",
"sass": "^1.35.1", "sass": "^1.35.1",
"typescript": "^4.7.4", "terser": "^5.14.2",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.12.0", "unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11", "unplugin-vue-components": "^0.22.11",
"vite": "^3.1.3", "vite": "^4.2.1",
"vue-tsc": "^1.0.11" "vue-tsc": "^1.2.0"
} }
} }

8061
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -37,12 +37,13 @@
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-env": "^7.21.4",
"@types/react": "^17.0.37", "@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11", "@types/react-dom": "^17.0.11",
"@vitejs/plugin-legacy": "^2.2.0", "@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-react-refresh": "^1.3.1", "@vitejs/plugin-react-refresh": "^1.3.1",
"recast": "^0.20.4", "recast": "^0.20.4",
"typescript": "^4.7.4", "typescript": "^5.0.4",
"vite": "^3.1.3" "vite": "^4.2.1"
} }
} }

View File

@ -32,14 +32,15 @@
"vue": "^2.7.4" "vue": "^2.7.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-env": "^7.21.4",
"@types/events": "^3.0.0", "@types/events": "^3.0.0",
"axios": "^0.27.2", "axios": "^0.27.2",
"recast": "^0.20.4", "recast": "^0.20.4",
"rollup": "^2.25.0", "rollup": "^2.25.0",
"rollup-plugin-external-globals": "^0.6.1", "rollup-plugin-external-globals": "^0.6.1",
"sass": "^1.35.1", "sass": "^1.35.1",
"vite": "^3.1.3", "vite": "^4.2.1",
"@vitejs/plugin-legacy": "^2.2.0", "@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue2": "^1.1.2", "@vitejs/plugin-vue2": "^1.1.2",
"vue-template-compiler": "^2.7.4" "vue-template-compiler": "^2.7.4"
} }

View File

@ -27,23 +27,24 @@
"@tmagic/schema": "1.2.13", "@tmagic/schema": "1.2.13",
"@tmagic/stage": "1.2.13", "@tmagic/stage": "1.2.13",
"@tmagic/utils": "1.2.13", "@tmagic/utils": "1.2.13",
"@vitejs/plugin-legacy": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"axios": "^0.25.0", "axios": "^0.25.0",
"terser": "^5.14.2",
"vue": "^3.2.37" "vue": "^3.2.37"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-env": "^7.21.4",
"@types/node": "^15.12.4", "@types/node": "^15.12.4",
"@vitejs/plugin-vue": "^3.1.0", "@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/compiler-sfc": "^3.2.37", "@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "^2.0.0", "@vue/test-utils": "^2.0.0",
"recast": "^0.20.4", "recast": "^0.20.4",
"rollup": "^2.25.0", "rollup": "^2.25.0",
"rollup-plugin-external-globals": "^0.6.1", "rollup-plugin-external-globals": "^0.6.1",
"sass": "^1.35.1", "sass": "^1.35.1",
"terser": "^5.14.2",
"typescript": "^4.3.4", "typescript": "^4.3.4",
"vite": "^3.1.3", "vite": "^4.2.1",
"vue-tsc": "^1.0.11" "vue-tsc": "^1.2.0"
} }
} }