mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Use forks of react-modal
and react-slick
They're not 0.14 compatible completely yet, so use forks that make use of outstanding PRs for 0.14 compatibility until they release an npm module with support
This commit is contained in:
parent
c3b62c8f05
commit
3d8ae43391
1 changed files with 4 additions and 3 deletions
|
@ -37,17 +37,18 @@
|
||||||
"custom-event-polyfill": "0.2.1",
|
"custom-event-polyfill": "0.2.1",
|
||||||
"eslint": "1.3.1",
|
"eslint": "1.3.1",
|
||||||
"eslint-plugin-react": "3.3.1",
|
"eslint-plugin-react": "3.3.1",
|
||||||
|
"exenv": "1.2.0",
|
||||||
"file-loader": "0.8.4",
|
"file-loader": "0.8.4",
|
||||||
"json-loader": "0.5.2",
|
"json-loader": "0.5.2",
|
||||||
"jsx-loader": "0.13.2",
|
"jsx-loader": "0.13.2",
|
||||||
"minilog": "2.0.8",
|
"minilog": "2.0.8",
|
||||||
"node-sass": "3.3.3",
|
"node-sass": "3.3.3",
|
||||||
"react-modal": "0.3.0",
|
|
||||||
"react": "0.14.0",
|
"react": "0.14.0",
|
||||||
"react-addons-test-utils": "0.14.0",
|
"react-addons-test-utils": "0.14.0",
|
||||||
"react-dom": "0.14.0",
|
"react-dom": "0.14.0",
|
||||||
|
"react-modal": "git://github.com/mewtaylor/react-modal.git#react-14",
|
||||||
"react-onclickoutside": "0.3.1",
|
"react-onclickoutside": "0.3.1",
|
||||||
"react-slick": "0.7.0",
|
"react-slick": "git://github.com/mewtaylor/react-slick.git#remove-deprecation-warnings",
|
||||||
"routes-to-nginx-conf": "0.0.4",
|
"routes-to-nginx-conf": "0.0.4",
|
||||||
"sass-lint": "1.2.0",
|
"sass-lint": "1.2.0",
|
||||||
"sass-loader": "2.0.1",
|
"sass-loader": "2.0.1",
|
||||||
|
@ -57,7 +58,7 @@
|
||||||
"tape": "4.2.0",
|
"tape": "4.2.0",
|
||||||
"url-loader": "0.5.6",
|
"url-loader": "0.5.6",
|
||||||
"watch": "0.16.0",
|
"watch": "0.16.0",
|
||||||
"webpack": "1.12.0",
|
"webpack": "1.12.2",
|
||||||
"xhr": "2.0.4"
|
"xhr": "2.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue