Merge pull request #94 from edx/douglashall/upgrade_analytics_1_0_3

Upgrade frontend-analytics to 1.0.3.
This commit is contained in:
Douglas Hall
2019-06-05 11:19:07 -04:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -1017,12 +1017,13 @@
}
},
"@edx/frontend-analytics": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-analytics/-/frontend-analytics-1.0.2.tgz",
"integrity": "sha512-bqEpbXh3ppVYGnB6v9ZRuapgOBvveBksS05tLhmSwZaNrtIvmZzz2Sx+2L9TXUVfGCTcbsls2O1HN8jvlnh6fg==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@edx/frontend-analytics/-/frontend-analytics-1.0.3.tgz",
"integrity": "sha512-ghchbEV/iUPcYqQchTe20Tviu6O7HH65dVgfMK9Amaz7yW+FcFrIGxqM9HhgG5E4oNQzBkIIZ8+4/gAYmpTtCA==",
"requires": {
"form-urlencoded": "^3.0.0",
"lodash.snakecase": "^4.1.1"
"lodash.snakecase": "^4.1.1",
"universal-cookie": "^3.1.0"
}
},
"@edx/frontend-auth": {

View File

@@ -26,7 +26,7 @@
"dependencies": {
"@cospired/i18n-iso-languages": "^2.0.2",
"@edx/edx-bootstrap": "^2.2.1",
"@edx/frontend-analytics": "^1.0.2",
"@edx/frontend-analytics": "^1.0.3",
"@edx/frontend-auth": "^5.3.3",
"@edx/frontend-component-footer": "^6.0.2",
"@edx/frontend-component-site-header": "^2.2.0",