Merge pull request #18054 from edx/mroytman/bump-studio-frontend-1.8.0

update studio-frontend version to 1.8.0
This commit is contained in:
Michael Roytman
2018-04-25 16:17:34 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -86,9 +86,9 @@
}
},
"@edx/studio-frontend": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.7.3.tgz",
"integrity": "sha512-Iw1DOntTmdG8G0A5ymJrWI5c+QJ/qXVhCl9HYTCkNveHGcPb3I8ZXTu2D5oM/aRGDCD4y8b4scQc4ie9OUk/LQ==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.8.0.tgz",
"integrity": "sha512-s58bIlvWFwCoYA/4E8L1sHZ2AdDbP5Gtjbn55NwX8Mwczzuhv8/TETXKxERzyhAXE3+xeJ4bpAuJ7b0uehAJzw==",
"requires": {
"@edx/edx-bootstrap": "1.0.0",
"@edx/paragon": "2.6.1",

View File

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