Skip to content

Commit 9a5a3e5

Browse files
committed
Update to React v15
1 parent 26fb219 commit 9a5a3e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"eslint-plugin-react": "^3.16.1",
4343
"lodash": "^4.3.0",
4444
"pre-commit": "^1.1.2",
45-
"react": "^0.14.7",
46-
"react-dom": "^0.14.7",
45+
"react": "^15.0.0",
46+
"react-dom": "^15.0.0",
4747
"style-loader": "^0.13.0",
4848
"webpack": "^1.12.13",
4949
"webpack-dev-server": "^1.14.1"
@@ -52,8 +52,8 @@
5252
"react-draggable": "^1.3.1"
5353
},
5454
"peerDependencies": {
55-
"react": "^0.14.7",
56-
"react-dom": "^0.14.7"
55+
"react": "^0.14.0 || ^15.0.0",
56+
"react-dom": "^0.14.0 || ^15.0.0"
5757
},
5858
"publishConfig": {
5959
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)