mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-31 15:21:34 -04:00
Upgrade React to 15
Also upgrade dependencies incompatible with React 15.
This commit is contained in:
parent
cd15f7c807
commit
c9b37c848b
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -60,13 +60,13 @@
|
|||
"po2icu": "0.0.2",
|
||||
"postcss-loader": "0.8.2",
|
||||
"raven-js": "3.0.4",
|
||||
"react": "0.14.0",
|
||||
"react-dom": "0.14.0",
|
||||
"react": "15.1.0",
|
||||
"react-dom": "15.0.1",
|
||||
"react-intl": "2.1.2",
|
||||
"react-modal": "0.6.1",
|
||||
"react-modal": "1.3.0",
|
||||
"react-onclickoutside": "4.1.1",
|
||||
"react-redux": "4.4.0",
|
||||
"react-slick": "0.9.2",
|
||||
"react-redux": "4.4.5",
|
||||
"react-slick": "0.12.2",
|
||||
"redux": "3.5.2",
|
||||
"redux-thunk": "2.0.1",
|
||||
"sass-lint": "1.5.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue