Skip to content

Commit a814eb0

Browse files
authored
Merge pull request #58 from andreaswilli/allow-react-18
Allow React 18 as peer dependency
2 parents 5314f8f + 667b618 commit a814eb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
πŸ‘¨πŸΌβ€πŸ’» **TypeScript Support**: The package contains TypeScript declarations so you can enjoy IntelliSense in your editor.
2121

22-
βœ… **Compatibility**: Compatible with React 16 (>=16.8.0) and React 17. Support of new versions of React as they are released will be ensured.
22+
βœ… **Compatibility**: Compatible with React 16 (>=16.8.0), React 17 and React 18. Support of new versions of React as they are released will be ensured.
2323

2424
## Getting Started
2525

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"lib/"
2828
],
2929
"peerDependencies": {
30-
"react": "16.8.0 - 17.x.x",
31-
"react-dom": "16.8.0 - 17.x.x"
30+
"react": ">=16.8.0",
31+
"react-dom": ">=16.8.0"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.0.0",

0 commit comments

Comments
Β (0)