Skip to content

Commit c6ddba1

Browse files
removed gatsby-plugin-google-analytics
1 parent 1fe90cc commit c6ddba1

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

gatsby-config.js

-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ module.exports = {
1515
`gatsby-plugin-sharp`,
1616
`gatsby-transformer-sharp`,
1717
`gatsby-plugin-react-helmet`,
18-
// {
19-
// resolve: `gatsby-plugin-google-analytics`,
20-
// options: {
21-
// trackingId: config.googleAnalytics,
22-
// },
23-
// },
2418
{
2519
resolve: `gatsby-plugin-nprogress`,
2620
options: {

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"gatsby": "^1.9.270",
3636
"gatsby-image": "^1.0.52",
3737
"gatsby-link": "^1.6.44",
38-
"gatsby-plugin-google-analytics": "^1.0.31",
3938
"gatsby-plugin-manifest": "^1.0.25",
4039
"gatsby-plugin-netlify": "^1.0.21",
4140
"gatsby-plugin-nprogress": "^1.0.14",

src/components/CheckoutForm.js

-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ export default withFormik({
245245
validationSchema: Yup.object().shape({
246246
fullName: Yup.string().required('Full name is required.'),
247247
address1: Yup.string().required('Address 1 is required.'),
248-
address2: Yup.string().required('Address 1 is required.'),
249248
city: Yup.string().required('City is required.'),
250249
postcode: Yup.string().required('Postcode is required.'),
251250
state: Yup.string().required('State is required.'),

yarn.lock

-6
Original file line numberDiff line numberDiff line change
@@ -4316,12 +4316,6 @@ gatsby-module-loader@^1.0.11:
43164316
babel-runtime "^6.26.0"
43174317
loader-utils "^0.2.16"
43184318

4319-
gatsby-plugin-google-analytics@^1.0.31:
4320-
version "1.0.31"
4321-
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-1.0.31.tgz#eaf16e1809461b10badf12c05038c429745783c0"
4322-
dependencies:
4323-
babel-runtime "^6.26.0"
4324-
43254319
gatsby-plugin-manifest@^1.0.25:
43264320
version "1.0.25"
43274321
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-1.0.25.tgz#3879e22ad9791009356b1c465065c0d0261895e5"

0 commit comments

Comments
 (0)