Skip to content

Commit d2882f1

Browse files
authored
fix(deps): unpin react-dom version (#1956)
1 parent 66db563 commit d2882f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"peerDependencies": {
8181
"react": "^16.13.1 || ^17",
82-
"react-dom": "16.13.1 || ^17"
82+
"react-dom": "^16.13.1 || ^17"
8383
},
8484
"peerOptionalDependencies": {
8585
"mongodb": "^3.5.9",

0 commit comments

Comments
 (0)