Skip to content

Commit 331d6b6

Browse files
Fix dependencies error. Fixes #105
1 parent 2194a63 commit 331d6b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"inert": "3.x.x",
4444
"lodash": "3.10.1",
4545
"moment": "2.11.x",
46-
"react": "15.0.x",
46+
"react": "15.1.x",
4747
"react-copy-to-clipboard": "4.1.x",
4848
"react-dom": "15.0.x",
4949
"react-redux": "4.4.x",
@@ -84,7 +84,7 @@
8484
"mocha": "2.4.5",
8585
"postcss": "5.0.14",
8686
"postcss-loader": "0.8.0",
87-
"react-addons-test-utils": "^0.14.8",
87+
"react-addons-test-utils": "15.1.x",
8888
"stylus-loader": "1.4.3",
8989
"url-loader": "0.5.7",
9090
"webpack": "1.12.x"

0 commit comments

Comments
 (0)