Skip to content

Commit 7125510

Browse files
authored
chore(deps): fix peer dependencies by adding react v18 (#72)
1 parent 5ea3ff8 commit 7125510

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"node": ">=10"
4343
},
4444
"peerDependencies": {
45-
"react": "^17.0.0 || ^16.8.0",
46-
"react-dom": "^17.0.0 || ^16.8.0"
45+
"react": "^18.0.0 || ^17.0.0 || ^16.8.0",
46+
"react-dom": "^18.0.0 || ^17.0.0 || ^16.8.0"
4747
},
4848
"dependencies": {
4949
"@braintree/sanitize-url": "^6.0.0",

0 commit comments

Comments
 (0)