Skip to content

Commit

Permalink
chore: add support for Node v20 and npm v10 (#803)
Browse files Browse the repository at this point in the history
* chore: add support for Node v20 and npm v10

* chore: bump version to 22.1.0
  • Loading branch information
pedroalves0 authored Sep 28, 2023
1 parent 3321ae7 commit 1206892
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.

# v22.1.0

- [Build] Add support for Node v20 and npm v10

# v22.0.0

- [BREAKING] Remove `DeprecatedModal`.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "http://doist.com"
},
"version": "22.0.0",
"version": "22.1.0",
"license": "MIT",
"homepage": "https://github.com/Doist/reactist#readme",
"repository": {
Expand All @@ -28,8 +28,8 @@
"styles"
],
"engines": {
"node": "^16.0.0 || ^18.0.0",
"npm": "^8.3.0 || ^9.0.0"
"node": "^16.0.0 || ^18.0.0 || ^20.0.0",
"npm": "^8.3.0 || ^9.0.0 || ^10.0.0"
},
"scripts": {
"postinstall": "patch-package",
Expand Down

0 comments on commit 1206892

Please sign in to comment.