Skip to content

Commit 3961967

Browse files
committed
feat: node
1 parent 6159cbe commit 3961967

File tree

14 files changed

+21
-41
lines changed

14 files changed

+21
-41
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/cabloy/zova/issues"
1919
},
2020
"engines": {
21-
"node": ">=16.0.0"
21+
"node": ">=22.12.0"
2222
},
2323
"scripts": {
2424
"init": "pnpm install --no-frozen-lockfile && cd ./zova-cli && pnpm install --no-frozen-lockfile && cd .. && npm run zova-dev-deps && cd ./zova-dev && pnpm install --no-frozen-lockfile",
@@ -37,7 +37,7 @@
3737
"@cabloy/lint": "^4.0.19",
3838
"@cabloy/process-helper": "^1.0.4",
3939
"@types/mocha": "^10.0.6",
40-
"@types/node": "^20.14.2",
40+
"@types/node": "^22.10.2",
4141
"@types/fs-extra": "^11.0.4",
4242
"lerna": "=8.1.2",
4343
"minimist": "^1.2.8",

zova-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/cabloy/zova#readme",
2020
"engines": {
21-
"node": ">=16.0.0"
21+
"node": ">=22.12.0"
2222
},
2323
"scripts": {},
2424
"pnpm": {
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@cabloy/lint": "^4.0.19",
2929
"@types/mocha": "^10.0.6",
30-
"@types/node": "^20.14.2",
30+
"@types/node": "^22.10.2",
3131
"ts-node": "^10.9.2",
3232
"typedoc": "^0.25.13",
3333
"typescript": "5.5.4"

zova-dev/package.original.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@cabloy/lint": "^4.0.19",
5151
"@quasar/app-vite": "2.0.0-beta.21",
52-
"@types/node": "^20.17.6",
52+
"@types/node": "^22.10.2",
5353
"@vitejs/plugin-vue": "^5.2.0",
5454
"concurrently": "^8.2.2",
5555
"quasar-app-extension-zova": "workspace:^",

zova-dev/packages-utils/zova-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@cabloy/vue-router": "^4.4.8",
4242
"@cabloy/vue-runtime-core": "^3.5.11",
4343
"@faker-js/faker": "^8.4.1",
44-
"@types/node": "^20.12.12",
44+
"@types/node": "^22.10.2",
4545
"@vitejs/plugin-vue-jsx": "^3.1.0",
4646
"babel-plugin-transform-typescript-metadata": "^0.3.2",
4747
"babel-plugin-zova-bean-module": "^1.0.32",

zova-ui-antdv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@cabloy/lint": "^4.0.19",
6868
"@quasar/app-vite": "2.0.0-beta.18",
69-
"@types/node": "^20.16.10",
69+
"@types/node": "^22.10.2",
7070
"@vitejs/plugin-vue": "^5.1.4",
7171
"concurrently": "^8.2.2",
7272
"quasar-app-extension-zova": "^1.1.184",

zova-ui-antdv/package.original.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
"tsc": "vue-tsc --noEmit --project tsconfig.vue-tsc.json",
2424
"lint": "eslint . --fix --ignore-path .gitignore"
2525
},
26-
"keywords": [
27-
"vue3",
28-
"ioc",
29-
"zova"
30-
],
26+
"keywords": ["vue3", "ioc", "zova"],
3127
"repository": {
3228
"type": "git",
3329
"url": "git+https://github.com/cabloy/zova.git"
@@ -51,7 +47,7 @@
5147
"devDependencies": {
5248
"@cabloy/lint": "^4.0.19",
5349
"@quasar/app-vite": "2.0.0-beta.18",
54-
"@types/node": "^20.16.10",
50+
"@types/node": "^22.10.2",
5551
"@vitejs/plugin-vue": "^5.1.4",
5652
"concurrently": "^8.2.2",
5753
"quasar-app-extension-zova": "^1.1.181",

zova-ui-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@cabloy/lint": "^4.0.19",
6868
"@quasar/app-vite": "2.0.0-beta.18",
69-
"@types/node": "^20.14.4",
69+
"@types/node": "^22.10.2",
7070
"@vitejs/plugin-vue": "^5.0.5",
7171
"concurrently": "^8.2.2",
7272
"quasar-app-extension-zova": "^1.1.184",

zova-ui-element/package.original.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
"tsc": "vue-tsc --noEmit --project tsconfig.vue-tsc.json",
2424
"lint": "eslint . --fix --ignore-path .gitignore"
2525
},
26-
"keywords": [
27-
"vue3",
28-
"ioc",
29-
"zova"
30-
],
26+
"keywords": ["vue3", "ioc", "zova"],
3127
"repository": {
3228
"type": "git",
3329
"url": "git+https://github.com/cabloy/zova.git"
@@ -51,7 +47,7 @@
5147
"devDependencies": {
5248
"@cabloy/lint": "^4.0.19",
5349
"@quasar/app-vite": "2.0.0-beta.18",
54-
"@types/node": "^20.14.4",
50+
"@types/node": "^22.10.2",
5551
"@vitejs/plugin-vue": "^5.0.5",
5652
"concurrently": "^8.2.2",
5753
"quasar-app-extension-zova": "^1.1.181",

zova-ui-empty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@cabloy/lint": "^4.0.19",
6666
"@quasar/app-vite": "2.0.0-beta.18",
67-
"@types/node": "^20.14.2",
67+
"@types/node": "^22.10.2",
6868
"@vitejs/plugin-vue": "^5.0.5",
6969
"concurrently": "^8.2.2",
7070
"quasar-app-extension-zova": "^1.1.184",

zova-ui-empty/package.original.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
"tsc": "vue-tsc --noEmit --project tsconfig.vue-tsc.json",
2424
"lint": "eslint . --fix --ignore-path .gitignore"
2525
},
26-
"keywords": [
27-
"vue3",
28-
"ioc",
29-
"zova"
30-
],
26+
"keywords": ["vue3", "ioc", "zova"],
3127
"repository": {
3228
"type": "git",
3329
"url": "git+https://github.com/cabloy/zova.git"
@@ -50,7 +46,7 @@
5046
"devDependencies": {
5147
"@cabloy/lint": "^4.0.19",
5248
"@quasar/app-vite": "2.0.0-beta.18",
53-
"@types/node": "^20.14.2",
49+
"@types/node": "^22.10.2",
5450
"@vitejs/plugin-vue": "^5.0.5",
5551
"concurrently": "^8.2.2",
5652
"quasar-app-extension-zova": "^1.1.181",

0 commit comments

Comments
 (0)