Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix: type error from apollo-client
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Oct 28, 2022
1 parent 28c846a commit 7dd2b35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"web-streams-polyfill": "3.2.1"
},
"dependencies": {
"@apollo/client": "3.6.6",
"@apollo/client": "3.7.1",
"@auth0/auth0-react": "1.10.1",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
Expand All @@ -93,7 +93,7 @@
"@rot1024/use-transition": "1.0.0",
"@sentry/browser": "6.19.7",
"@seznam/compose-react-refs": "1.0.6",
"@types/apollo-upload-client": "17.0.0",
"@types/apollo-upload-client": "17.0.2",
"@types/gapi.auth2": "0.0.56",
"@types/gapi.client": "1.0.4",
"@types/gapi.client.sheets": "4.0.20201029",
Expand Down
30 changes: 6 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,7 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@apollo/client@3.6.6":
version "3.6.6"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.6.tgz#3fb1f5b11da9a64b51b5a86b62450bee034e7f41"
integrity sha512-AzNLN043wy0bDTTR9wzKYSu+I1IT2Ox3+vWckxgIt88Jfw5jHBvumf3lXE1JlgvbFCTiKS/Sa66AadQXWMVBRQ==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.6.0"
"@wry/equality" "^0.5.0"
"@wry/trie" "^0.3.0"
graphql-tag "^2.12.6"
hoist-non-react-statics "^3.3.2"
optimism "^0.16.1"
prop-types "^15.7.2"
symbol-observable "^4.0.0"
ts-invariant "^0.10.3"
tslib "^2.3.0"
zen-observable-ts "^1.2.5"

"@apollo/client@^3.0.0":
"@apollo/client@3.7.1", "@apollo/client@^3.7.0":
version "3.7.1"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.1.tgz#86ce47c18a0714e229231148b0306562550c2248"
integrity sha512-xu5M/l7p9gT9Fx7nF3AQivp0XukjB7TM7tOd5wifIpI8RskYveL4I+rpTijzWrnqCPZabkbzJKH7WEAKdctt9w==
Expand Down Expand Up @@ -4151,12 +4133,12 @@
resolved "https://registry.yarnpkg.com/@tweenjs/tween.js/-/tween.js-18.6.4.tgz#40a3d0a93647124872dec8e0fd1bd5926695b6ca"
integrity sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ==

"@types/apollo-upload-client@17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@types/apollo-upload-client/-/apollo-upload-client-17.0.0.tgz#e9ae78c3c3f1a70b5724616c83f5af2ad902f1d0"
integrity sha512-S1HUj9g+wn0fM29vLsnD87hTW2h2k/ELlTTJ+mUHTnF6oxmm46KkqxrzFPR7u2rQBjjSiKQEaXLqBn76s8bzBg==
"@types/apollo-upload-client@17.0.2":
version "17.0.2"
resolved "https://registry.yarnpkg.com/@types/apollo-upload-client/-/apollo-upload-client-17.0.2.tgz#15dc737663928be27c768117603dfc23c21514bb"
integrity sha512-NphAiBqzZv3iY8Cq+qWyi0QUFFzJ+nVd7QKI/iKV8RfILrpYDL69F/vlhjn4BNxKlmc3LxJHymcf3gFzLBwuZQ==
dependencies:
"@apollo/client" "^3.0.0"
"@apollo/client" "^3.7.0"
"@types/extract-files" "*"
graphql "14 - 16"

Expand Down

0 comments on commit 7dd2b35

Please sign in to comment.