Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into renovate/babel-mo…
Browse files Browse the repository at this point in the history
…norepo
  • Loading branch information
gatsbybot committed Nov 9, 2020
2 parents 60753d8 + 3cdf29f commit df3bca6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
"core-js": "^3.6.5"
"core-js": "^3.7.0"
},
"peerDependencies": {
"@babel/core": "^7.11.6"
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-plugin-google-analytics/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,20 @@ exports.pluginOptionsSchema = ({ Joi }) =>
sampleRate: Joi.number(),
siteSpeedSampleRate: Joi.number(),
cookieDomain: Joi.string(),
name: Joi.string(),
clientId: Joi.string(),
alwaysSendReferrer: Joi.boolean(),
allowAnchor: Joi.boolean(),
cookieName: Joi.string(),
cookieExpires: Joi.number(),
storeGac: Joi.boolean(),
legacyCookieDomain: Joi.string(),
legacyHistoryImport: Joi.boolean(),
allowLinker: Joi.boolean(),
storage: Joi.string(),
allowAdFeatures: Joi.boolean(),
dataSource: Joi.string(),
queueTime: Joi.number(),
forceSSL: Joi.boolean(),
transport: Joi.string(),
})

0 comments on commit df3bca6

Please sign in to comment.