Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages to v3.1.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and n1ru4l committed Sep 6, 2019
1 parent 92c0885 commit 38d2de4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/todo-app-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-common": "3.0.1",
"@apollo/react-hooks": "3.0.1",
"@apollo/react-common": "3.1.0",
"@apollo/react-hooks": "3.1.0",
"apollo-cache-inmemory": "1.6.3",
"apollo-client": "2.6.4",
"apollo-link-http": "1.5.15",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# yarn lockfile v1


"@apollo/react-common@3.0.1", "@apollo/react-common@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.0.1.tgz#9c8f1433ddaddf80e471259126a76f1738dd4273"
integrity sha512-7SC4qqPFo/41AhaQKCRovIshKkm4JLEGXyRHi+NPsaNJyk2J/HrWREnlHVqoPzYeIyq33f1L6j/NAkKn1NOnnQ==
"@apollo/react-common@3.1.0", "@apollo/react-common@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@apollo/react-common/-/react-common-3.1.0.tgz#1ca3f2800d1820139b8138263c0a77e6a53ce363"
integrity sha512-X8IfSZyvV8oHPJ46163Am4e81Kjl4BbojpYaYEpQtpGFHIA7cZ+MvuG4M6OJNh+SZArTfnwcPvJaCtkY8n3apA==
dependencies:
ts-invariant "^0.4.4"
tslib "^1.10.0"

"@apollo/react-hooks@3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.0.1.tgz#83869beddcbb06cba05d50ccf05097191d245a9c"
integrity sha512-Boai/T+2z3m23Gy82m1pB+FOlrhkBJ//EIYa3pqX9sUsvgRWMKC+3NxpeHEUYqsf0qzFiM1dO4Pn9OxCFstM8g==
"@apollo/react-hooks@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@apollo/react-hooks/-/react-hooks-3.1.0.tgz#47d94949e38262059b1639673072f117a9917653"
integrity sha512-tbVIAQMemeM6FaMFA7JCV+7hfJzPJSl/r7QAaFc5i8fWmdXZPYzZCeFOI7DdsWyAoLQS+RY14mDH9Ufacaulnw==
dependencies:
"@apollo/react-common" "^3.0.1"
"@apollo/react-common" "^3.1.0"
"@wry/equality" "^0.1.9"
ts-invariant "^0.4.4"
tslib "^1.10.0"
Expand Down

0 comments on commit 38d2de4

Please sign in to comment.