Update SFE to 1.2.1

This commit is contained in:
Tyler Hallada
2018-02-12 11:57:30 -05:00
parent 3578a72d0f
commit 1a783d7646
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -62,9 +62,9 @@
}
},
"@edx/studio-frontend": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.2.0.tgz",
"integrity": "sha512-y3XSsn665MvoD1QtyRFx+vkUW22iQajPawK1KXCtn4Qz/SFut6Yt52gHOftOtE7CREYOWwlUBS77TNQz+YqQLA==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.2.1.tgz",
"integrity": "sha512-/ASKSb2r0MuA2ebg5h3uwE3bJsriKFOkMjT0ILgUWTVdE0mmZ7zX9ucQQ6rVICnThfehpfmPqRIoQfK+qgXyoA==",
"requires": {
"@edx/edx-bootstrap": "0.4.3",
"@edx/paragon": "2.0.1",

View File

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