Skip to content

Commit

Permalink
bump minimum req
Browse files Browse the repository at this point in the history
uired node version to 20
  • Loading branch information
kentcdodds committed Jun 5, 2024
1 parent 298e670 commit a1dbe44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com/)",
"license": "GPL-3.0-only",
"engines": {
"node": ">=18",
"node": ">=20",
"npm": ">=9.3.0",
"git": ">=2.18.0"
},
Expand All @@ -34,10 +34,10 @@
"react-dom": "19.0.0-beta-94eed63c49-20240425"
},
"devDependencies": {
"@epic-web/config": "^1.5.4",
"@epic-web/config": "^1.7.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"eslint": "^9.1.1",
"eslint": "^9.3.0",
"eslint-plugin-react-hooks": "5.1.0-beta-94eed63c49-20240425",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
Expand Down

0 comments on commit a1dbe44

Please sign in to comment.