Skip to content

Commit 33d6531

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency react-apollo to v2.2.4
1 parent 829348b commit 33d6531

File tree

6 files changed

+33
-15
lines changed

6 files changed

+33
-15
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"graphql": "0.13.2",
2929
"graphql-tag": "2.10.0",
3030
"react": "16.5.2",
31-
"react-apollo": "2.2.3",
31+
"react-apollo": "2.2.4",
3232
"react-dom": "16.5.2",
3333
"react-modal": "3.6.1",
3434
"react-router-dom": "4.3.1",

advanced/yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -5456,6 +5456,11 @@ lodash.flowright@^3.5.0:
54565456
resolved "https://registry.yarnpkg.com/lodash.flowright/-/lodash.flowright-3.5.0.tgz#2b5fff399716d7e7dc5724fe9349f67065184d67"
54575457
integrity sha1-K1//OZcW1+fcVyT+k0n2cGUYTWc=
54585458

5459+
lodash.isequal@^4.5.0:
5460+
version "4.5.0"
5461+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5462+
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
5463+
54595464
lodash.memoize@^4.1.2:
54605465
version "4.1.2"
54615466
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -7124,15 +7129,16 @@ rc@^1.2.7:
71247129
minimist "^1.2.0"
71257130
strip-json-comments "~2.0.1"
71267131

7127-
7128-
version "2.2.3"
7129-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.2.3.tgz#a1072bfd182d2daadddab15ff943e8ef742c653c"
7130-
integrity sha512-auuiYVMZJY61esHOPVNa4mo1/4S32d0vNZxh0Z93w8/KzBnIH1br3i9sfX4CD4XYWdQYW0UDOFcJusXR4C183w==
7132+
7133+
version "2.2.4"
7134+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.2.4.tgz#05b2a91deb4d5f30d2511fc663abc465b219435e"
7135+
integrity sha512-haS5R30Qvteb65ZLfWomUZQh47VU4ld4Kof3zlqdbLOrYPt3/DdVZC8ZFPZSxd5zPeIJtZqpUfAxD1WHVoMPIA==
71317136
dependencies:
71327137
fbjs "^1.0.0"
71337138
hoist-non-react-statics "^3.0.0"
71347139
invariant "^2.2.2"
71357140
lodash.flowright "^3.5.0"
7141+
lodash.isequal "^4.5.0"
71367142
prop-types "^15.6.0"
71377143

71387144
react-dev-utils@^5.0.2:

basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"apollo-boost": "0.1.16",
99
"graphql": "0.13.2",
1010
"react": "16.5.2",
11-
"react-apollo": "2.2.3",
11+
"react-apollo": "2.2.4",
1212
"react-dom": "16.5.2",
1313
"react-modal": "3.6.1",
1414
"react-router-dom": "4.3.1",

basic/yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -5141,6 +5141,11 @@ lodash.flowright@^3.5.0:
51415141
resolved "https://registry.yarnpkg.com/lodash.flowright/-/lodash.flowright-3.5.0.tgz#2b5fff399716d7e7dc5724fe9349f67065184d67"
51425142
integrity sha1-K1//OZcW1+fcVyT+k0n2cGUYTWc=
51435143

5144+
lodash.isequal@^4.5.0:
5145+
version "4.5.0"
5146+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5147+
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
5148+
51445149
lodash.memoize@^4.1.2:
51455150
version "4.1.2"
51465151
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -6709,15 +6714,16 @@ rc@^1.2.7:
67096714
minimist "^1.2.0"
67106715
strip-json-comments "~2.0.1"
67116716

6712-
6713-
version "2.2.3"
6714-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.2.3.tgz#a1072bfd182d2daadddab15ff943e8ef742c653c"
6715-
integrity sha512-auuiYVMZJY61esHOPVNa4mo1/4S32d0vNZxh0Z93w8/KzBnIH1br3i9sfX4CD4XYWdQYW0UDOFcJusXR4C183w==
6717+
6718+
version "2.2.4"
6719+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.2.4.tgz#05b2a91deb4d5f30d2511fc663abc465b219435e"
6720+
integrity sha512-haS5R30Qvteb65ZLfWomUZQh47VU4ld4Kof3zlqdbLOrYPt3/DdVZC8ZFPZSxd5zPeIJtZqpUfAxD1WHVoMPIA==
67166721
dependencies:
67176722
fbjs "^1.0.0"
67186723
hoist-non-react-statics "^3.0.0"
67196724
invariant "^2.2.2"
67206725
lodash.flowright "^3.5.0"
6726+
lodash.isequal "^4.5.0"
67216727
prop-types "^15.6.0"
67226728

67236729
react-dev-utils@^5.0.2:

minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"apollo-boost": "0.1.16",
77
"graphql": "0.13.2",
88
"react": "16.5.2",
9-
"react-apollo": "2.2.3",
9+
"react-apollo": "2.2.4",
1010
"react-dom": "16.5.2",
1111
"react-scripts": "1.1.5"
1212
},

minimal/yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -5159,6 +5159,11 @@ lodash.flowright@^3.5.0:
51595159
resolved "https://registry.yarnpkg.com/lodash.flowright/-/lodash.flowright-3.5.0.tgz#2b5fff399716d7e7dc5724fe9349f67065184d67"
51605160
integrity sha1-K1//OZcW1+fcVyT+k0n2cGUYTWc=
51615161

5162+
lodash.isequal@^4.5.0:
5163+
version "4.5.0"
5164+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5165+
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
5166+
51625167
lodash.memoize@^4.1.2:
51635168
version "4.1.2"
51645169
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -6709,15 +6714,16 @@ rc@^1.2.7:
67096714
minimist "^1.2.0"
67106715
strip-json-comments "~2.0.1"
67116716

6712-
6713-
version "2.2.3"
6714-
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.2.3.tgz#a1072bfd182d2daadddab15ff943e8ef742c653c"
6715-
integrity sha512-auuiYVMZJY61esHOPVNa4mo1/4S32d0vNZxh0Z93w8/KzBnIH1br3i9sfX4CD4XYWdQYW0UDOFcJusXR4C183w==
6717+
6718+
version "2.2.4"
6719+
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.2.4.tgz#05b2a91deb4d5f30d2511fc663abc465b219435e"
6720+
integrity sha512-haS5R30Qvteb65ZLfWomUZQh47VU4ld4Kof3zlqdbLOrYPt3/DdVZC8ZFPZSxd5zPeIJtZqpUfAxD1WHVoMPIA==
67166721
dependencies:
67176722
fbjs "^1.0.0"
67186723
hoist-non-react-statics "^3.0.0"
67196724
invariant "^2.2.2"
67206725
lodash.flowright "^3.5.0"
6726+
lodash.isequal "^4.5.0"
67216727
prop-types "^15.6.0"
67226728

67236729
react-dev-utils@^5.0.2:

0 commit comments

Comments
 (0)