Skip to content

Commit 22cc637

Browse files
committed
React update (#112)
* use react-toggle-button (#104) 👍 * Update to react 15.1.0
1 parent af9ab45 commit 22cc637

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"json-loader": "^0.5.4",
2626
"lodash": "^4.0.0",
2727
"raven-js": "^2.2.0",
28-
"react": "^0.14.8",
29-
"react-addons-css-transition-group": "^0.14.7",
30-
"react-addons-linked-state-mixin": "^0.14.7",
28+
"react": "^15.1.0",
29+
"react-addons-css-transition-group": "^15.1.0",
30+
"react-addons-linked-state-mixin": "^15.1.0",
3131
"react-colorpicker": "dabbott/react-colorpicker#opacity-slider-package",
3232
"react-dnd": "^2.1.4",
3333
"react-dnd-html5-backend": "^2.1.2",
34-
"react-dom": "^0.14.7",
34+
"react-dom": "^15.1.0",
3535
"react-hot-loader": "^1.1.7",
36-
"react-hotkeys": "^0.7.1",
36+
"react-hotkeys": "^0.8.0",
3737
"react-mixin": "^1.1.0",
3838
"react-redux": "^4.4.0",
3939
"react-router": "2.0.0",

0 commit comments

Comments
 (0)