Skip to content

Commit

Permalink
fix(deps): update dependency react-apollo to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 15, 2018
1 parent a1cc252 commit 1e59de5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"graphql": "0.13.2",
"graphql-tag": "2.10.0",
"react": "16.6.3",
"react-apollo": "2.2.4",
"react-apollo": "2.3.1",
"react-dom": "16.6.3",
"react-modal": "3.6.1",
"react-router-dom": "4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions advanced/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7128,10 +7128,10 @@ rc@^1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-apollo@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.2.4.tgz#05b2a91deb4d5f30d2511fc663abc465b219435e"
integrity sha512-haS5R30Qvteb65ZLfWomUZQh47VU4ld4Kof3zlqdbLOrYPt3/DdVZC8ZFPZSxd5zPeIJtZqpUfAxD1WHVoMPIA==
react-apollo@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.3.1.tgz#f3687062f438b9b40e525d7e1ac2bcf0101b4495"
integrity sha512-xPteQmCzMJT8wE4v0zq38E6JWLhrNcJENl66fP117lwzU2lZA+qoUDcizqKl0z2OY5b+KklmqnPPD+wcWAdy7w==
dependencies:
fbjs "^1.0.0"
hoist-non-react-statics "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"apollo-boost": "0.1.20",
"graphql": "0.13.2",
"react": "16.6.3",
"react-apollo": "2.2.4",
"react-apollo": "2.3.1",
"react-dom": "16.6.3",
"react-modal": "3.6.1",
"react-router-dom": "4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6713,10 +6713,10 @@ rc@^1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-apollo@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.2.4.tgz#05b2a91deb4d5f30d2511fc663abc465b219435e"
integrity sha512-haS5R30Qvteb65ZLfWomUZQh47VU4ld4Kof3zlqdbLOrYPt3/DdVZC8ZFPZSxd5zPeIJtZqpUfAxD1WHVoMPIA==
react-apollo@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.3.1.tgz#f3687062f438b9b40e525d7e1ac2bcf0101b4495"
integrity sha512-xPteQmCzMJT8wE4v0zq38E6JWLhrNcJENl66fP117lwzU2lZA+qoUDcizqKl0z2OY5b+KklmqnPPD+wcWAdy7w==
dependencies:
fbjs "^1.0.0"
hoist-non-react-statics "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"apollo-boost": "0.1.20",
"graphql": "0.13.2",
"react": "16.6.3",
"react-apollo": "2.2.4",
"react-apollo": "2.3.1",
"react-dom": "16.6.3",
"react-scripts": "1.1.5"
},
Expand Down
8 changes: 4 additions & 4 deletions minimal/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6713,10 +6713,10 @@ rc@^1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-apollo@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.2.4.tgz#05b2a91deb4d5f30d2511fc663abc465b219435e"
integrity sha512-haS5R30Qvteb65ZLfWomUZQh47VU4ld4Kof3zlqdbLOrYPt3/DdVZC8ZFPZSxd5zPeIJtZqpUfAxD1WHVoMPIA==
react-apollo@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.3.1.tgz#f3687062f438b9b40e525d7e1ac2bcf0101b4495"
integrity sha512-xPteQmCzMJT8wE4v0zq38E6JWLhrNcJENl66fP117lwzU2lZA+qoUDcizqKl0z2OY5b+KklmqnPPD+wcWAdy7w==
dependencies:
fbjs "^1.0.0"
hoist-non-react-statics "^3.0.0"
Expand Down

0 comments on commit 1e59de5

Please sign in to comment.