Merge pull request #894 from hackclub/dependabot/npm_and_yarn/apollo/client-3.8.2

Bump @apollo/client from 3.8.1 to 3.8.2
This commit is contained in:
Sam Poder 2023-09-03 23:11:00 -07:00 committed by GitHub
commit 79b787b94c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@
"format": "prettier --write ."
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@apollo/client": "^3.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@github/time-elements": "^4.0.0",

View file

@ -15,10 +15,10 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"
"@apollo/client@^3.8.1":
version "3.8.1"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.8.1.tgz#a1e3045a5fb276c08e38f7b5f930551d79741257"
integrity sha512-JGGj/9bdoLEqzatRikDeN8etseY5qeFAY0vSAx/Pd0ePNsaflKzHx6V2NZ0NsGkInq+9IXXX3RLVDf0EotizMA==
"@apollo/client@^3.8.2":
version "3.8.2"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.8.2.tgz#42833d7ae5f1bb4909dd435c2971010d1923733e"
integrity sha512-SSxRTHlHdlR65mvV5j5e3JkYs9z/eFQfJPgSfqTeKa3jgHKofBaMb+UWxJPInqV5MqBFAkPFt8fYEBZwM7oGZA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.7.3"