Skip to content

Commit

Permalink
feat: add support for Node v21 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalves0 authored Nov 21, 2023
1 parent c56ae9b commit 87ca351
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -10,7 +10,7 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"engines": {
"node": "^16.0.0 || ^18.0.0 || ^20.0.0",
"node": "^16.0.0 || ^18.0.0 || ^20.0.0 || ^21.0.0",
"npm": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"publishConfig": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"devDependencies": {
"@doist/eslint-config": "11.0.0",
"@doist/prettier-config": "4.0.0",
"@doist/reactist": "22.2.0",
"@doist/reactist": "22.3.0",
"@mdx-js/react": "2.3.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
Expand Down

0 comments on commit 87ca351

Please sign in to comment.