File tree 4 files changed +0
-14
lines changed
4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ module.exports = {
15
15
`gatsby-plugin-sharp` ,
16
16
`gatsby-transformer-sharp` ,
17
17
`gatsby-plugin-react-helmet` ,
18
- // {
19
- // resolve: `gatsby-plugin-google-analytics`,
20
- // options: {
21
- // trackingId: config.googleAnalytics,
22
- // },
23
- // },
24
18
{
25
19
resolve : `gatsby-plugin-nprogress` ,
26
20
options : {
Original file line number Diff line number Diff line change 35
35
"gatsby" : " ^1.9.270" ,
36
36
"gatsby-image" : " ^1.0.52" ,
37
37
"gatsby-link" : " ^1.6.44" ,
38
- "gatsby-plugin-google-analytics" : " ^1.0.31" ,
39
38
"gatsby-plugin-manifest" : " ^1.0.25" ,
40
39
"gatsby-plugin-netlify" : " ^1.0.21" ,
41
40
"gatsby-plugin-nprogress" : " ^1.0.14" ,
Original file line number Diff line number Diff line change @@ -245,7 +245,6 @@ export default withFormik({
245
245
validationSchema : Yup . object ( ) . shape ( {
246
246
fullName : Yup . string ( ) . required ( 'Full name is required.' ) ,
247
247
address1 : Yup . string ( ) . required ( 'Address 1 is required.' ) ,
248
- address2 : Yup . string ( ) . required ( 'Address 1 is required.' ) ,
249
248
city : Yup . string ( ) . required ( 'City is required.' ) ,
250
249
postcode : Yup . string ( ) . required ( 'Postcode is required.' ) ,
251
250
state : Yup . string ( ) . required ( 'State is required.' ) ,
Original file line number Diff line number Diff line change @@ -4316,12 +4316,6 @@ gatsby-module-loader@^1.0.11:
4316
4316
babel-runtime "^6.26.0"
4317
4317
loader-utils "^0.2.16"
4318
4318
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
-
4325
4319
gatsby-plugin-manifest@^1.0.25 :
4326
4320
version "1.0.25"
4327
4321
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-1.0.25.tgz#3879e22ad9791009356b1c465065c0d0261895e5"
You can’t perform that action at this time.
0 commit comments