Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent bac4470 commit 75020f1
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 180 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dx"
],
"engines": {
"node": ">=18.19.0"
"node": ">=20.11.0"
},
"scripts": {
"stub:shared": "nr -C packages/shared stub",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dist"
],
"engines": {
"node": ">=v14.21.3"
"node": ">=20.11.0"
},
"scripts": {
"build": "tsx ./scripts/pre-build.ts && (nr build:lib & vite build)",
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dist"
],
"engines": {
"node": ">=v14.21.3"
"node": ">=20.11.0"
},
"scripts": {
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/termui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vue-termui": "*"
},
"devDependencies": {
"@types/node": "^18.19.14",
"@types/node": "^20.11.17",
"@vitejs/plugin-vue": "^5.0.3",
"@vue-termui/cli": "*",
"@vue/compiler-sfc": "^3.4.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"overlay"
],
"engines": {
"node": ">=v14.21.3"
"node": ">=20.11.0"
},
"scripts": {
"build": "unbuild",
Expand Down
Loading

0 comments on commit 75020f1

Please sign in to comment.