Replace gatsby-plugin-gtagjs with gatsby-plugin-google-gtag

This commit is contained in:
Victor Zhou
2019-03-21 16:53:15 -04:00
parent 50b43823bc
commit ba93dc6578
3 changed files with 14 additions and 8 deletions

12
package-lock.json generated
View File

@@ -8615,10 +8615,14 @@
"rss": "^1.2.2"
}
},
"gatsby-plugin-gtagjs": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-gtagjs/-/gatsby-plugin-gtagjs-1.0.0.tgz",
"integrity": "sha512-QogQjtTCV+P6tQX1S8/NPfaZ/IE9mzrFiVYXMaPmAzXfNjQVnr9TAgQjebCBfVoBavWn+OMy5Zma5xlh2iTxIw=="
"gatsby-plugin-google-gtag": {
"version": "1.0.16",
"resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-1.0.16.tgz",
"integrity": "sha512-gkMWtLVLhakElmzKqM3gBQXdYCzaiF4jHXojxQSsmeuVvASaU1SIU8bl1iUbY6K6Atpw3ZN7TYFV0BJvUYFmKg==",
"requires": {
"@babel/runtime": "^7.0.0",
"minimatch": "^3.0.4"
}
},
"gatsby-plugin-manifest": {
"version": "2.0.24",