Skip to content

Commit 8193309

Browse files
authored
Merge pull request #26 from dottorblaster/react-18-peer-dependency
Add React 18 as a peer dependency
2 parents 530bc26 + 6f1a6f2 commit 8193309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ npm run test
115115
### Tested for every browser in every device
116116

117117
Thanks to [Browserstack](https://www.browserstack.com) and their continuous contribution to open source projects, we continuously test the EOS to make sure all our features and components work perfectly fine in all browsers.
118-
Browserstack helps us make sure our Design System also delivers a peace of mind to all developers and designers making use of our components and layout in their products.
118+
Browserstack helps us make sure our Design System also delivers a peace of mind to all developers and designers making use of our components and layout in their products.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"typescript": "^4.3.2"
7474
},
7575
"peerDependencies": {
76-
"react": "^17.0.2"
76+
"react": "^17 || ^18"
7777
},
7878
"release": {
7979
"plugins": [

0 commit comments

Comments
 (0)