Skip to content

Commit a41dc86

Browse files
authored
Merge pull request #226 from ROSeaboyer/develop
Add React 18 as possible peer dependency
2 parents 02f0f5e + eda6a63 commit a41dc86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test": "jest"
5252
},
5353
"peerDependencies": {
54-
"react": "~15 || ~16 || ~17",
55-
"react-dom": "~15 || ~16 || ~17"
54+
"react": "~15 || ~16 || ~17 || ~18",
55+
"react-dom": "~15 || ~16 || ~17 || ~18"
5656
}
5757
}

0 commit comments

Comments
 (0)