Merge pull request #18304 from edx/fsheets/sfe-version-bump

Upgrade studio-frontend to latest v1.10.5
This commit is contained in:
Farhanah Sheets
2018-06-01 14:56:17 -04:00
committed by GitHub
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@@ -86,9 +86,9 @@
}
},
"@edx/studio-frontend": {
"version": "1.9.12",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.9.12.tgz",
"integrity": "sha512-/PqIgJev2u+RJxO3xd+B17vaSKx1S2yuPuvxzweRnY0O1gEpUSoQUebVXJwFggIyskVayqqr0pZurbPhrt0zZQ==",
"version": "1.10.5",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.10.5.tgz",
"integrity": "sha512-pStFlWgUx31gFYafV6gmhIGco1o/RCstx5jOL5bcj1cWQ/ch5ApARGSjDU4ekVJT76ZgbOGBU9XVdjIyTXU2bw==",
"requires": {
"@edx/edx-bootstrap": "1.0.0",
"@edx/paragon": "3.0.5",
@@ -100,9 +100,9 @@
"js-cookie": "2.2.0",
"popper.js": "1.12.9",
"prop-types": "15.6.0",
"react": "16.3.2",
"react": "16.4.0",
"react-dom": "16.1.0",
"react-dropzone": "4.2.9",
"react-dropzone": "4.2.11",
"react-intl": "2.4.0",
"react-intl-translations-manager": "5.0.3",
"react-paginate": "5.2.3",
@@ -137,7 +137,7 @@
"font-awesome": "4.7.0",
"mailto-link": "1.0.0",
"prop-types": "15.6.0",
"react": "16.3.2",
"react": "16.4.0",
"react-dom": "16.1.0",
"react-element-proptypes": "1.0.0",
"react-proptype-conditional-require": "1.0.4"
@@ -154,9 +154,9 @@
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
},
"react": {
"version": "16.3.2",
"resolved": "https://registry.npmjs.org/react/-/react-16.3.2.tgz",
"integrity": "sha512-o5GPdkhciQ3cEph6qgvYB7LTOHw/GB0qRI6ZFNugj49qJCFfgHwVNjZ5u+b7nif4vOeMIOuYj3CeYe2IBD74lg==",
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.4.0.tgz",
"integrity": "sha512-K0UrkLXSAekf5nJu89obKUM7o2vc6MMN9LYoKnCa+c+8MJRAT120xzPLENcWSRc7GYKIg0LlgJRDorrufdglQQ==",
"requires": {
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
@@ -7948,9 +7948,9 @@
}
},
"react-dropzone": {
"version": "4.2.9",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-4.2.9.tgz",
"integrity": "sha512-+yzE2cX3qJvRshbTt/VnLfqkuw7tZGi74Miz3SaIW5/XVkl2WF1/kQcV8AGnldD0qJ/r+lclZBknFKyFWHjZHg==",
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-4.2.11.tgz",
"integrity": "sha512-hE1yJ56GaWvLRgYPU0ffY2h1pxPpPwIe8UO77bREtJR6sgmSiTTdOZCkKw7rPE887g8XDSQ/fO3KWi8asrO4tQ==",
"requires": {
"attr-accept": "1.1.2",
"prop-types": "15.6.0"

View File

@@ -5,7 +5,7 @@
"@edx/cookie-policy-banner": "1.1.10",
"@edx/edx-bootstrap": "0.4.3",
"@edx/paragon": "2.6.4",
"@edx/studio-frontend": "1.9.12",
"@edx/studio-frontend": "1.10.5",
"babel-core": "6.26.0",
"babel-loader": "6.4.1",
"babel-plugin-transform-class-properties": "6.24.1",