Merge pull request #18571 from edx/mroytman/bump-studio-frontend-to-1.13.0

update studio-frontend package to 1.13.0
This commit is contained in:
Michael Roytman
2018-07-12 13:03:33 -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.12.0",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.12.0.tgz",
"integrity": "sha512-POR7D8dET2jctp6Dp30giDAkhKJdSZ4PkG+JvjrFXl0ePCeyUH3meHZ74tx+r18U0hetqJs5+ytLNb3Qy3gOeA==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@edx/studio-frontend/-/studio-frontend-1.13.0.tgz",
"integrity": "sha512-l7fhq7NW1tjPfi8P81djP9cNO+MVa4v4ZNwWKXwGNBr8aBOf3UZUT7reuw+WMEKb6fZ7CVsKo9Fz6jw6cWyGfQ==",
"requires": {
"@edx/edx-bootstrap": "1.0.0",
"@edx/paragon": "3.1.2",

View File

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