Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diegonvs/gatsby-boilerplate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 99ee96aac62565dc9fef972bc1285203d5493322
Choose a base ref
..
head repository: diegonvs/gatsby-boilerplate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cfb4f20168b87e5f50acf0361460ff3b003d2abd
Choose a head ref
Showing with 10 additions and 10 deletions.
  1. +1 −1 package.json
  2. +9 −9 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"gatsby-mdx": "0.1.4",
"gatsby-plugin-google-analytics": "2.0.12",
"gatsby-plugin-manifest": "2.0.15",
"gatsby-plugin-offline": "3.5.0",
"gatsby-plugin-offline": "3.6.0",
"gatsby-plugin-react-helmet": "3.0.5",
"gatsby-plugin-sass": "2.0.8",
"gatsby-plugin-zopfli": "1.0.4",
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -4962,10 +4962,10 @@ gatsby-cli@^2.4.8:
yargs "^12.0.5"
yurnalist "^1.0.2"

gatsby-core-utils@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.5.0.tgz#0834b561ab32b8b93db2ddb3ee695188f8d2eea9"
integrity sha512-hCt44m7I9Kmra/iVJwrmHXK8WFK9I1JwXQZquIVZ/JaG8UgqroxW1wpsY7ColbHGMATOmp13Efqn02VNPnms5Q==
gatsby-core-utils@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.6.0.tgz#ec719e1a1d409ce69f89883e4334922f3b5c720e"
integrity sha512-jGaXDPbXOkP5Ct7pcOTsx0C0WTvIjSBVlHp0oBIv6rTw7DP498G9RAytqOT8z3uAf1PzWjAcUEMGNdicVucrxg==
dependencies:
ci-info "2.0.0"
configstore "^5.0.1"
@@ -5025,14 +5025,14 @@ gatsby-plugin-manifest@2.0.15:
bluebird "^3.5.0"
sharp "^0.21.3"

gatsby-plugin-offline@3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.5.0.tgz#92de9fa56f1cd564205dbd8139afa3226903997f"
integrity sha512-MP44mQscG7V6r4WbgbO1r2e1bW9w5dnIWsZFFvqskbt/udDG5DJsilKd3JdOybtdbV0SIwIBlD7C+iVq0VHzlA==
gatsby-plugin-offline@3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.6.0.tgz#781b959178c0721f2a8771f50d557c6003d1aa23"
integrity sha512-/hadTgTkhi9V7m4bc1DX43Ny6V3FRKoFZgXSWYlcdELornxJYsAr9DdghRx8Twk10FPfVlLdmIjltQT0iuvQNA==
dependencies:
"@babel/runtime" "^7.12.5"
cheerio "^1.0.0-rc.3"
gatsby-core-utils "^1.5.0"
gatsby-core-utils "^1.6.0"
glob "^7.1.6"
idb-keyval "^3.2.0"
lodash "^4.17.20"