Skip to content

Commit

Permalink
Increase minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Sep 16, 2023
1 parent 43cd0f2 commit 241b5ea
Show file tree
Hide file tree
Showing 8 changed files with 2,063 additions and 14,651 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.0
v18.17.1
16,700 changes: 2,056 additions & 14,644 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=16.13.0"
"node": ">=18.0"
},
"type": "module",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=16.13.0"
"node": ">=18.0"
},
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server-with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=16.13.0"
"node": ">=18.0"
},
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=16.13.0"
"node": ">=18.0"
},
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdev/.babelrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"bugfixes": true,
"targets": {
"node": "16.13.0",
"node": "18.0",
"browsers": [
"last 1 year",
"not dead",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=16.13.0"
"node": ">=18.0"
},
"type": "commonjs",
"scripts": {
Expand Down

0 comments on commit 241b5ea

Please sign in to comment.