Upgrade frontend-analytics to 1.0.2.

This commit is contained in:
Douglas Hall
2019-06-04 11:34:07 -04:00
parent 14dbceb9b1
commit 75431fe398
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2578,9 +2578,9 @@
}
},
"@edx/frontend-analytics": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-analytics/-/frontend-analytics-1.0.0.tgz",
"integrity": "sha512-OBrzWAVsCwSraW25KpUikOTzFIPgGBi7akcqmGDRT9BZcAe/He/TE+29mg8v1KwFDCY1Q6QOKW8c6HOJAHSdpA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-analytics/-/frontend-analytics-1.0.2.tgz",
"integrity": "sha512-bqEpbXh3ppVYGnB6v9ZRuapgOBvveBksS05tLhmSwZaNrtIvmZzz2Sx+2L9TXUVfGCTcbsls2O1HN8jvlnh6fg==",
"requires": {
"form-urlencoded": "^3.0.0",
"lodash.snakecase": "^4.1.1"

View File

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