Merge pull request #17863 from edx/dahlia/sfe-1.6.3

studio-frontend 1.6.3
This commit is contained in:
Eric Fischer
2018-04-03 16:43:09 -04:00
committed by GitHub
2 changed files with 13 additions and 19 deletions

30
package-lock.json generated
View File

@@ -38,12 +38,12 @@
}
},
"@edx/studio-frontend": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.6.2.tgz",
"integrity": "sha512-y/QHYyO8QMyUlORFnBU1f+ppI8XitGsgXiwuvORxJrCcwiMwp3x3qXSs2Jp2DAPCOnFZuMZssasdBTtvbK5XJA==",
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.6.3.tgz",
"integrity": "sha512-E7MqzbgKq28/30NP6jJCQ/DnZThcw6P/DObAW5lD4x+DMRSgKlXiXMo5KovSsBr26GOpdf8Ys0TgE4/ZhIZxAg==",
"requires": {
"@edx/edx-bootstrap": "0.4.3",
"@edx/paragon": "2.4.1",
"@edx/paragon": "2.4.3",
"babel-polyfill": "6.26.0",
"classnames": "2.2.5",
"copy-to-clipboard": "3.0.8",
@@ -51,14 +51,13 @@
"js-cookie": "2.2.0",
"popper.js": "1.12.9",
"prop-types": "15.6.0",
"react": "16.2.0",
"react": "16.3.0",
"react-dom": "16.1.0",
"react-dropzone": "4.2.9",
"react-intl": "2.4.0",
"react-intl-translations-manager": "5.0.1",
"react-paginate": "5.1.0",
"react-redux": "5.0.7",
"reactifex": "0.0.2",
"redux": "3.7.2",
"redux-devtools-extension": "2.13.2",
"redux-thunk": "2.2.0",
@@ -67,9 +66,9 @@
},
"dependencies": {
"@edx/paragon": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@edx/paragon/-/paragon-2.4.1.tgz",
"integrity": "sha512-+0bcZHaaFhxnrZJLvhaDe2AsRZjNqcia0lMGly5MKCxdYJR3q/wJ5W3l2JzPCDTVXGHKG4eOlvlcEiHsfIlVkQ==",
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@edx/paragon/-/paragon-2.4.3.tgz",
"integrity": "sha512-oJTvdLXpMA7UYd/70fur/oVsdjklf5f1zg1s8b3FKVlVwZnVbNwhEc7rXeANNRlPU5eYRvXiSr/3hsIpJbqzZg==",
"requires": {
"@edx/edx-bootstrap": "0.4.3",
"babel-polyfill": "6.26.0",
@@ -78,16 +77,16 @@
"font-awesome": "4.7.0",
"mailto-link": "1.0.0",
"prop-types": "15.6.0",
"react": "16.2.0",
"react": "16.3.0",
"react-dom": "16.1.0",
"react-element-proptypes": "1.0.0",
"react-proptype-conditional-require": "1.0.4"
}
},
"react": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.2.0.tgz",
"integrity": "sha512-ZmIomM7EE1DvPEnSFAHZn9Vs9zJl5A9H7el0EGTE6ZbW9FKe/14IYAlPbC8iH25YarEQxZL+E8VW7Mi7kfQrDQ==",
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.3.0.tgz",
"integrity": "sha512-Qh35tNbwY8SLFELkN3PCLO16EARV+lgcmNkQnoZXfzAF1ASRpeucZYUwBlBzsRAzTb7KyfBaLQ4/K/DLC6MYeA==",
"requires": {
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
@@ -7982,11 +7981,6 @@
"slick-carousel": "1.8.1"
}
},
"reactifex": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/reactifex/-/reactifex-0.0.2.tgz",
"integrity": "sha512-h4kBLr2U/W/Iw/uxkmwIhChu3BhaGYWfG0WdZkPHuwfPOzhsTTogrThX9ebdq2YE+ueKLRiiAxqBlRhgj8XhSQ=="
},
"read-pkg": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",

View File

@@ -4,7 +4,7 @@
"dependencies": {
"@edx/edx-bootstrap": "0.4.3",
"@edx/paragon": "1.7.1",
"@edx/studio-frontend": "1.6.2",
"@edx/studio-frontend": "1.6.3",
"babel-core": "6.26.0",
"babel-loader": "6.4.1",
"babel-plugin-transform-class-properties": "6.24.1",