Skip to content

Commit 8d38dbb

Browse files
authored
update react and react-dom peer deps to be >=15.0.0
1 parent 311d413 commit 8d38dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"url": "git+https://github.com/flyingant/react-scroll-to-component-ssr.git"
99
},
1010
"peerDependencies": {
11-
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
12-
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
11+
"react": ">=15.0.0",
12+
"react-dom": ">=15.0.0"
1313
},
1414
"dependencies": {
1515
"ssr-scroll-to": "0.0.2"

0 commit comments

Comments
 (0)