mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-09-12 15:09:43 +00:00
chore: update deps
This commit is contained in:
parent
d877bd8593
commit
8d720f0bf1
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -18,13 +18,13 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 11.20.0
|
||||
version: 11.21.0
|
||||
|
||||
- name: Set node version to 22
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: 'pnpm'
|
||||
cache: "pnpm"
|
||||
|
||||
- run: pnpm bootstrap
|
||||
|
||||
|
||||
20
package.json
20
package.json
@ -3,7 +3,7 @@
|
||||
"name": "tmagic",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@11.20.0",
|
||||
"packageManager": "pnpm@11.21.0",
|
||||
"scripts": {
|
||||
"bootstrap": "pnpm i && pnpm build",
|
||||
"clean:top": "rimraf packages/*/dist packages/*/types runtime/*/dist runtime/*/types vue-components/*/dist vue-components/*/types react-components/*/dist react-components/*/types playground/dist coverage dwt* temp packages/cli/lib",
|
||||
@ -52,11 +52,11 @@
|
||||
"conventional-changelog-cli": "^5.0.0",
|
||||
"cosmiconfig": "^10.0.0",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"element-plus": "^2.14.3",
|
||||
"element-plus": "catalog:",
|
||||
"enquirer": "^2.4.1",
|
||||
"eslint": "^10.8.0",
|
||||
"eslint": "^10.8.1",
|
||||
"execa": "^10.0.1",
|
||||
"happy-dom": "^20.11.1",
|
||||
"happy-dom": "^20.11.2",
|
||||
"highlight.js": "^11.11.1",
|
||||
"husky": "^9.1.7",
|
||||
"jsdom": "^30.0.1",
|
||||
@ -64,19 +64,19 @@
|
||||
"minimist": "^1.2.8",
|
||||
"picocolors": "^1.1.1",
|
||||
"prettier": "^3.9.6",
|
||||
"recast": "^0.23.19",
|
||||
"recast": "^0.23.20",
|
||||
"rimraf": "^6.1.3",
|
||||
"rolldown": "^1.2.2",
|
||||
"rolldown-plugin-dts": "^0.28.0",
|
||||
"rolldown": "^1.2.3",
|
||||
"rolldown-plugin-dts": "^0.28.1",
|
||||
"sass-embedded": "^1.100.0",
|
||||
"semver": "^7.8.5",
|
||||
"serialize-javascript": "^7.0.7",
|
||||
"serialize-javascript": "^7.1.0",
|
||||
"shx": "^0.4.0",
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:",
|
||||
"vitepress": "^2.0.0-alpha.19",
|
||||
"vitepress": "2.0.0-alpha.19",
|
||||
"vitest": "^4.1.10",
|
||||
"vue": "catalog:",
|
||||
"vue": "^3.5.41",
|
||||
"vue-tsc": "^3.3.9"
|
||||
},
|
||||
"config": {
|
||||
|
||||
@ -18,10 +18,10 @@
|
||||
"@tmagic/element-plus-adapter": "1.8.0-beta.23",
|
||||
"@tmagic/tdesign-vue-next-adapter": "1.8.0-beta.23",
|
||||
"@tmagic/tmagic-form-runtime": "1.1.6",
|
||||
"element-plus": "^2.14.3",
|
||||
"element-plus": "catalog:",
|
||||
"lodash-es": "^4.18.1",
|
||||
"monaco-editor": "^0.56.0",
|
||||
"serialize-javascript": "^7.0.7",
|
||||
"serialize-javascript": "^7.1.0",
|
||||
"tdesign-vue-next": "^1.20.5",
|
||||
"vue": "catalog:",
|
||||
"vue-router": "^5.2.0"
|
||||
@ -30,7 +30,7 @@
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^26.1.2",
|
||||
"@types/serialize-javascript": "^5.0.4",
|
||||
"@vitejs/plugin-legacy": "^8.2.2",
|
||||
"@vitejs/plugin-legacy": "^8.2.3",
|
||||
"@vitejs/plugin-vue": "^6.0.8",
|
||||
"@vitejs/plugin-vue-jsx": "^5.1.6",
|
||||
"@vue/compiler-sfc": "catalog:",
|
||||
|
||||
1206
pnpm-lock.yaml
generated
1206
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -9,16 +9,17 @@ packages:
|
||||
minimumReleaseAge: 0
|
||||
|
||||
allowBuilds:
|
||||
'@parcel/watcher': true
|
||||
"@parcel/watcher": true
|
||||
core-js: true
|
||||
esbuild: true
|
||||
|
||||
catalog:
|
||||
"@vue/compiler-sfc": ^3.5.40
|
||||
"@vue/compiler-sfc": ^3.5.41
|
||||
typescript: "^6.0.3"
|
||||
vite: ^8.2.0
|
||||
vue: ^3.5.40
|
||||
vite: ^8.2.1
|
||||
vue: ^3.5.41
|
||||
element-plus: ^2.14.4
|
||||
|
||||
overrides:
|
||||
element-plus: ^2.14.3
|
||||
vue: ^3.5.40
|
||||
element-plus: ^2.14.4
|
||||
vue: ^3.5.41
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user