Skip to content

Commit c940217

Browse files
authored
Merge pull request #42 from azuqua/ggreer/react-v16
Don't hoist getDerivedStateFromProps.
2 parents 5177ba3 + f95c5aa commit c940217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"license": "MIT",
4040
"dependencies": {
41-
"hoist-non-react-statics": "^1.2.0",
41+
"hoist-non-react-statics": "3.x",
4242
"lodash.throttle": "^4.0.1",
4343
"prop-types": "^15.5.9",
4444
"raf": "^3.2.0",
@@ -59,8 +59,8 @@
5959
"eslint-plugin-react": "^5.1.1",
6060
"in-publish": "^2.0.0",
6161
"mocha": "^2.3.4",
62-
"react": "^15.1.0",
63-
"react-dom": "^15.1.0",
62+
"react": "16.x",
63+
"react-dom": "16.x",
6464
"sinon": "^1.17.2",
6565
"sinon-chai": "^2.8.0"
6666
}

0 commit comments

Comments
 (0)