Skip to content
This repository was archived by the owner on Oct 8, 2018. It is now read-only.

Commit 8be8f97

Browse files
author
Travis Mathis
committed
updates react to 15.5 and fixes webpack unmet peer dependencies
1 parent 9c98813 commit 8be8f97

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@
1515
"babel-preset-react": "^6.23.0",
1616
"babel-preset-stage-0": "^6.22.0",
1717
"babel-register": "^6.24.1",
18+
"create-react-class": "^15.5.0",
1819
"enzyme": "^2.8.0",
1920
"enzyme-to-json": "^1.5.0",
2021
"identity-obj-proxy": "^3.0.0",
2122
"jest": "^19.0.2",
22-
"react": "15.4.2",
23-
"react-addons-test-utils": "15.4.2",
24-
"react-dom": "15.4.2"
23+
"react": "^15.5.0",
24+
"react-addons-test-utils": "^15.5.0",
25+
"react-dom": "^15.5.0",
26+
"webpack": "^2.4.1"
2527
},
2628
"scripts": {
2729
"build": "./node_modules/.bin/babel ReactFileReader.js -o index.js",

0 commit comments

Comments
 (0)