Skip to content

Commit bd8d8e1

Browse files
committed
⬆️: Update react and react-dom peer dependency to ^18.2.0
Resolve #423
1 parent 77ab80f commit bd8d8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"lodash.throttle": "^4.1.1"
4545
},
4646
"peerDependencies": {
47-
"react": "18.2.0",
48-
"react-dom": "18.2.0",
47+
"react": "^18.2.0",
48+
"react-dom": "^18.2.0",
4949
"react-router-dom": ">=5.0.0",
5050
"rxjs": ">=7.0.0"
5151
},

0 commit comments

Comments
 (0)