From f0e803ac3db90f0194ffc68b35c123c5d2c92c28 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 26 Feb 2020 21:10:50 +0100 Subject: [PATCH] Revert "Bump gatsby from 2.19.19 to 2.19.22" This reverts commit 836eb2e0087726a954a50d4e96e678f8da717a8f. --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9bc41846..6e5ef3c8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Nebulous", "dependencies": { "classnames": "^2.2.6", - "gatsby": "^2.19.22", + "gatsby": "^2.19.19", "gatsby-image": "^2.2.41", "gatsby-plugin-manifest": "^2.2.42", "gatsby-plugin-offline": "^3.0.35", diff --git a/yarn.lock b/yarn.lock index fcf1aa72..e03783d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5302,10 +5302,10 @@ functional-red-black-tree@^1.0.1: resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= -gatsby-cli@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.9.0.tgz#eba30607ca126384676778851460cf1c4bddc631" - integrity sha512-aK8yDAt5S8pj/l/+RHMO2UJeBpsUARmAhC5lDh1dhfRfqdlKXwuAIStw8PY+aLpKAd/oyunvqI0D2y4BH3+eNA== +gatsby-cli@^2.8.30: + version "2.8.30" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.8.30.tgz#29655d05890d7c54b04d3fecd97446941e0c0507" + integrity sha512-dEGuvF91EwSzLwBV98NDihtn6e6uZedcPljlx9Mr7ZQLlOhGAVDcWR9KNq0Z1SWeRInwWc3cEdUJ6TUmPa308Q== dependencies: "@babel/code-frame" "^7.5.5" "@babel/runtime" "^7.7.6" @@ -5547,10 +5547,10 @@ gatsby-transformer-sharp@^2.3.14: semver "^5.7.1" sharp "^0.23.4" -gatsby@^2.19.22: - version "2.19.22" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.19.22.tgz#23696b9d9e0ef5195fcda8f8f6c00bfc60695891" - integrity sha512-Q64XdeMcI4wv/kr6CZCMTCF0PLOGUQ9fYal68cqMDuIPWdLB+0b5roMw/GZMnc0EOyv3GsXQrcvbjH24NzHGGQ== +gatsby@^2.19.19: + version "2.19.19" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.19.19.tgz#8d4aa54e8c8da9cb38c5c7a15cfa358aec496f65" + integrity sha512-Is2s9qJ5p9fSzwhAf2LpKcv5l3/03Le3ZMJiU4ZOOauFhzLbsEIWK/Fu90GwnC8T7t9iWH3myI9NGh3a9+6cAQ== dependencies: "@babel/code-frame" "^7.5.5" "@babel/core" "^7.7.5" @@ -5611,7 +5611,7 @@ gatsby@^2.19.22: flat "^4.1.0" fs-exists-cached "1.0.0" fs-extra "^8.1.0" - gatsby-cli "^2.9.0" + gatsby-cli "^2.8.30" gatsby-core-utils "^1.0.28" gatsby-graphiql-explorer "^0.2.34" gatsby-link "^2.2.29"