Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit fde8d77

Browse files
committed
fix: Invalid peer dependency for react-dom
closes #327
1 parent 41ff091 commit fde8d77

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
@@ -47,7 +47,7 @@
4747
},
4848
"peerDependencies": {
4949
"react": "^16.0.0 || ^17.0.0",
50-
"react-dom": "^16.0.0 ^17.0.0",
50+
"react-dom": "^16.0.0 || ^17.0.0",
5151
"styled-components": "^5.0.0"
5252
},
5353
"devDependencies": {
@@ -107,4 +107,4 @@
107107
"url": "https://github.com/outline/rich-markdown-editor/issues"
108108
},
109109
"homepage": "https://github.com/outline/rich-markdown-editor#readme"
110-
}
110+
}

0 commit comments

Comments
 (0)