From 7721e79395ebdc4c7f7846f82b25988947cfcb7f Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Wed, 7 Mar 2018 18:16:33 -0500 Subject: [PATCH] Bump SFE to 1.4.1 Includes a hotfix for the page sock on the assets page. --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6625ad5e24..06fd3ea667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 0b0a6ed189..ae75a4af60 100644 --- a/package.json +++ b/package.json @@ -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",