chore(seed): update curriculum to v3.1.1

pull/17974/head
Mrugesh Mohapatra 2018-08-01 10:43:35 +05:30 committed by mrugesh mohapatra
parent 4dac8c1867
commit 66502a8338
2 changed files with 9 additions and 0 deletions

8
package-lock.json generated
View File

@ -16196,6 +16196,14 @@
}
}
},
"react-no-ssr": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/react-no-ssr/-/react-no-ssr-1.1.0.tgz",
"integrity": "sha1-MTtI0uJgIPlp7ZjkcvEEgWBOPMg=",
"requires": {
"babel-runtime": "6.26.0"
}
},
"react-overlays": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-0.8.3.tgz",

View File

@ -122,6 +122,7 @@
"react-images": "^0.5.11",
"react-media": "^1.8.0",
"react-motion": "^0.4.8",
"react-no-ssr": "^1.0.1",
"react-redux": "^4.4.8",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^15.6.2",