Skip to content

Commit 38d2de4

Browse files
renovate[bot]n1ru4l
authored andcommitted
fix(deps): update apollo graphql packages to v3.1.0 (#74)
1 parent 92c0885 commit 38d2de4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/todo-app-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@apollo/react-common": "3.0.1",
7-
"@apollo/react-hooks": "3.0.1",
6+
"@apollo/react-common": "3.1.0",
7+
"@apollo/react-hooks": "3.1.0",
88
"apollo-cache-inmemory": "1.6.3",
99
"apollo-client": "2.6.4",
1010
"apollo-link-http": "1.5.15",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# yarn lockfile v1
33

44

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

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

0 commit comments

Comments
 (0)