Skip to content

Commit 158c8c2

Browse files
committed
Update Apollo GraphQL packages
1 parent 4d15866 commit 158c8c2

File tree

2 files changed

+45
-32
lines changed

2 files changed

+45
-32
lines changed

{{ cookiecutter.project_slug }}/client/package-lock.json

Lines changed: 40 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{ cookiecutter.project_slug }}/client/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "",
1919
"license": "ISC",
2020
"devDependencies": {
21-
"@apollo/react-testing": "3.1.3",
21+
"@apollo/react-testing": "3.1.4",
2222
"@graphql-codegen/add": "1.13.1",
2323
"@graphql-codegen/cli": "1.13.1",
2424
"@graphql-codegen/typescript-operations": "1.13.1",
@@ -60,16 +60,16 @@
6060
"webpack-dev-server": "3.10.3"
6161
},
6262
"dependencies": {
63-
"@apollo/react-hooks": "3.1.3",
63+
"@apollo/react-hooks": "3.1.4",
6464
"@reach/router": "1.3.3",
6565
"@sentry/browser": "5.15.4",
6666
"antd": "4.0.4",
6767
"apollo-cache": "1.3.4",
6868
"apollo-cache-inmemory": "1.6.5",
6969
"apollo-client": "2.6.8",
70-
"apollo-link": "1.2.13",
71-
"apollo-link-context": "1.0.19",
72-
"apollo-link-http": "1.5.16",
70+
"apollo-link": "1.2.14",
71+
"apollo-link-context": "1.0.20",
72+
"apollo-link-http": "1.5.17",
7373
"apollo-utilities": "1.3.3",
7474
"concurrently": "5.1.0",
7575
"graphql": "14.6.0",

0 commit comments

Comments
 (0)