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

Commit 93fbcfd

Browse files
authored
Merge pull request #31 from diegonvs/renovate/gatsby-monorepo
Update dependency gatsby to v2.0.62
2 parents 4300949 + 29edeb9 commit 93fbcfd

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"clay-tooltip": "2.4.1",
4343
"countries-list": "2.3.2",
4444
"documentation": "8.1.2",
45-
"gatsby": "2.0.61",
45+
"gatsby": "2.0.62",
4646
"gatsby-mdx": "0.1.4",
4747
"gatsby-plugin-google-analytics": "2.0.8",
4848
"gatsby-plugin-manifest": "2.0.11",

yarn.lock

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6160,10 +6160,10 @@ gatsby-transformer-remark@2.1.15:
61606160
unist-util-select "^1.5.0"
61616161
unist-util-visit "^1.3.0"
61626162

6163-
gatsby@2.0.61:
6164-
version "2.0.61"
6165-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.61.tgz#bd902d0b0fc5d4e46d31a10369a11a32c51d12e5"
6166-
integrity sha512-0hHMWO4sIcuZLgOVGAC2BLw+52LR2qmOcAj20Mtm28NNZh3oELve7I0zJQtbtQ2gc1w/S7HnZuFe+iyUAU4tnQ==
6163+
gatsby@2.0.62:
6164+
version "2.0.62"
6165+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.62.tgz#a4c930663a16311637acff75ef3123812b0d7629"
6166+
integrity sha512-BbXAaSX9W12VGGptMfiCs9bfVemjIT2nxJjVjEQLHU4s0VD3bhD1J2kr8HnK7ARJwiyW8aTIF5PVSEN40Va2tQ==
61676167
dependencies:
61686168
"@babel/code-frame" "^7.0.0"
61696169
"@babel/core" "^7.0.0"
@@ -6258,7 +6258,7 @@ gatsby@2.0.61:
62586258
raw-loader "^0.5.1"
62596259
react-dev-utils "^4.2.1"
62606260
react-error-overlay "^3.0.0"
6261-
react-hot-loader "^4.1.0"
6261+
react-hot-loader "^4.5.1"
62626262
redux "^4.0.0"
62636263
relay-compiler "1.5.0"
62646264
request "^2.85.0"
@@ -8276,6 +8276,11 @@ lodash.memoize@^4.1.2:
82768276
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
82778277
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
82788278

8279+
lodash.merge@^4.6.1:
8280+
version "4.6.1"
8281+
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54"
8282+
integrity sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==
8283+
82798284
lodash.mergewith@^4.6.0, lodash.mergewith@^4.6.1:
82808285
version "4.6.1"
82818286
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927"
@@ -10801,17 +10806,20 @@ react-helmet@5.2.0:
1080110806
prop-types "^15.5.4"
1080210807
react-side-effect "^1.1.0"
1080310808

10804-
react-hot-loader@^4.1.0:
10805-
version "4.3.12"
10806-
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.3.12.tgz#0d56688884e7330c63a00a17217866280616b07a"
10807-
integrity sha512-GMM4TsqUVss2QPe+Y33NlgydA5/+7tAVQxR0rZqWvBpapM8JhD7p6ymMwSZzr5yxjoXXlK/6P6qNQBOqm1dqdg==
10809+
react-hot-loader@^4.5.1:
10810+
version "4.5.1"
10811+
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.5.1.tgz#4a9cf136542b1db4f948ac74b31fa16a411ceebb"
10812+
integrity sha512-aqw8F0ZTCakfTXTj1n3F9vXfEKWWHEpQ3Mq9YmYvrNdHvey5RfkSGv7rz4r9TXjqVLt2mpItqydJQdhboZ/acQ==
1080810813
dependencies:
1080910814
fast-levenshtein "^2.0.6"
1081010815
global "^4.3.0"
1081110816
hoist-non-react-statics "^2.5.0"
10817+
loader-utils "^1.1.0"
10818+
lodash.merge "^4.6.1"
1081210819
prop-types "^15.6.1"
1081310820
react-lifecycles-compat "^3.0.4"
1081410821
shallowequal "^1.0.2"
10822+
source-map "^0.7.3"
1081510823

1081610824
react-lifecycles-compat@^3.0.4:
1081710825
version "3.0.4"
@@ -12084,6 +12092,11 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
1208412092
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
1208512093
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
1208612094

12095+
source-map@^0.7.3:
12096+
version "0.7.3"
12097+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
12098+
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
12099+
1208712100
sourcemap-codec@^1.4.1:
1208812101
version "1.4.4"
1208912102
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.4.tgz#c63ea927c029dd6bd9a2b7fa03b3fec02ad56e9f"

0 commit comments

Comments
 (0)