Skip to content

Commit

Permalink
chore: add node v21 support and remove support for v18 and npm v9 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalves0 authored Nov 20, 2023
1 parent 3edc27d commit b2f462d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "dist/react-interpolate.cjs",
"module": "dist/react-interpolate.mjs",
"engines": {
"node": "^18.0.0 || ^20.0.0",
"npm": "^9.0.0 || ^10.0.0"
"node": "^20.0.0 || ^21.0.0",
"npm": "^10.0.0"
},
"files": [
"dist",
Expand Down

0 comments on commit b2f462d

Please sign in to comment.