Bump SFE to 1.4.1

Includes a hotfix for the page sock on the assets page.
This commit is contained in:
Tyler Hallada
2018-03-07 18:16:33 -05:00
parent 7960688fa5
commit 7721e79395
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.4.0",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.4.0.tgz",
"integrity": "sha512-iq3MDcozkPf6bIo6x1kZ7tLw89O90HCp+R2EytyFJwgGy1aISoyUl7eZ7ozrwLr+qzyFcqnBmCMfCfaD6r1FXg==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.4.1.tgz",
"integrity": "sha512-7vhB88GF2p7hGfgKmceJwUbtJLOyWHqFkM9SkpAOWTQLHhju8SnsYa/JOjxaxGFdPvYTLRGs9aDnzsRGKhRJbg==",
"requires": {
"@edx/edx-bootstrap": "0.4.3",
"@edx/paragon": "2.2.1",

View File

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