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

@ -18,10 +18,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set node version to 18
- name: Set node version to 22
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'pnpm'
- run: pnpm bootstrap

View File

@ -32,7 +32,7 @@
"release": "node scripts/release.mjs"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"workspaces": [
"packages/*"
@ -46,7 +46,7 @@
"@commitlint/config-conventional": "^19.8.1",
"@rollup/plugin-alias": "^5.1.1",
"@tmagic/eslint-config": "workspace:*",
"@types/node": "18.19.61",
"@types/node": "24.0.10",
"@vitejs/plugin-vue": "^5.2.3",
"@vitest/coverage-v8": "^2.1.9",
"@vue/compiler-sfc": "^3.5.13",
@ -68,7 +68,7 @@
"prettier": "^3.5.3",
"recast": "^0.23.11",
"rimraf": "^3.0.2",
"rollup": "^4.38.0",
"rollup": "^4.44.1",
"rollup-plugin-dts": "^6.2.1",
"semver": "^7.7.1",
"serialize-javascript": "^6.0.2",
@ -78,7 +78,7 @@
"vitepress": "^1.6.3",
"vitest": "^3.2.1",
"vue": "catalog:",
"vue-tsc": "^2.2.8"
"vue-tsc": "^3.0.0"
},
"config": {
"commitizen": {

View File

@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.61"
"@types/node": "^24.0.10"
},
"peerDependencies": {
"typescript": "*"

View File

@ -41,7 +41,7 @@
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/events": "^3.0.3",
"@types/lodash-es": "^4.17.4"
},
"peerDependencies": {

View File

@ -45,7 +45,7 @@
}
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/events": "^3.0.3",
"@types/lodash-es": "^4.17.4"
}
}

View File

@ -65,7 +65,7 @@
"sortablejs": "^1.15.6"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/events": "^3.0.3",
"@types/lodash-es": "^4.17.4",
"@types/serialize-javascript": "^5.0.4",
"@types/sortablejs": "^1.15.8",

View File

@ -37,7 +37,7 @@
"scenejs": "^1.10.3"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/events": "^3.0.3",
"@types/lodash-es": "^4.17.4"
},
"peerDependencies": {

View File

@ -26,17 +26,17 @@
},
"devDependencies": {
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"@types/node": "^24.0.10",
"@types/serialize-javascript": "^5.0.4",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitejs/plugin-legacy": "^7.0.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue-jsx": "^5.0.1",
"@vue/compiler-sfc": "catalog:",
"sass": "^1.83.0",
"terser": "^5.31.6",
"sass": "^1.89.2",
"terser": "^5.43.1",
"typescript": "catalog:",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vite": "catalog:"
}
}

2534
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,8 @@ packages:
- 'eslint-config'
catalog:
vue: ^3.5.16
'@vue/compiler-sfc': ^3.5.16
vite: ^6.3.5
vue: ^3.5.17
'@vue/compiler-sfc': ^3.5.17
vite: ^7.0.0
typescript: "^5.8.3"

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:"
}