Skip to content

Commit

Permalink
update minimum node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Jun 20, 2024
1 parent 06f6e30 commit eadbfa2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .changeset/kind-timers-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@react-router/server-runtime": major
"react-router-dom": major
"@react-router/express": major
"react-router": major
"@react-router/serve": major
"@react-router/node": major
"@react-router/dev": major
---

update minimum node version to 18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"wait-on": "^7.0.1"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"filesize": {
"packages/react-router/dist/react-router.production.min.js": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"README.md"
],
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"README.md"
],
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
}
}

0 comments on commit eadbfa2

Please sign in to comment.