未验证 提交 f2323878 编写于 作者: T Tim Neutkens 提交者: GitHub

Update peerdependency to account for React 17 (#18089)

上级 b89d417b
......@@ -122,8 +122,8 @@
"webpack-sources": "1.4.3"
},
"peerDependencies": {
"react": "^16.6.0",
"react-dom": "^16.6.0"
"react": "^16.6.0 || ^17",
"react-dom": "^16.6.0 || ^17"
},
"optionalDependencies": {
"sharp": "0.26.2"
......
......@@ -28,8 +28,8 @@
"strip-ansi": "6.0.0"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react": "^16.9.0 || ^17",
"react-dom": "^16.9.0 || ^17",
"webpack": "^4 || ^5"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册