Skip to content

Commit e6035a7

Browse files
Alan HongAlan Hong
authored andcommitted
updated packages to use react ^16
1 parent 25f8f08 commit e6035a7

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
@@ -48,7 +48,7 @@
4848
"author": "Chi Vinh Le and contributors (https://github.com/wikiwi/react-css-transition/graphs/contributors)",
4949
"license": "MIT",
5050
"peerDependencies": {
51-
"react": "^15.0.0"
51+
"react": "^16.0.0"
5252
},
5353
"devDependencies": {
5454
"@types/chai": "^3.4.34",
@@ -103,9 +103,9 @@
103103
"postcss-loader": "^1.2.2",
104104
"postcss-nesting": "^2.3.1",
105105
"raw-loader": "^0.5.1",
106-
"react": "^15.4.2",
106+
"react": "^16.8.6",
107107
"react-addons-test-utils": "^15.4.2",
108-
"react-dom": "^15.4.2",
108+
"react-dom": "^16.8.6",
109109
"react-icons": "^2.2.3",
110110
"react-syntax-highlighter": "^4.0.1",
111111
"sinon": "^2.0.0-pre.4",

0 commit comments

Comments
 (0)