Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @apollo/client from 3.8.7 to 3.8.8 #355

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "https://www.gnramsay.com/",
"dependencies": {
"@apollo/client": "^3.8.7",
"@apollo/client": "^3.8.8",
"@primer/octicons-react": "^19.8.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
Expand Down
44 changes: 31 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:^3.8.7":
version: 3.8.7
resolution: "@apollo/client@npm:3.8.7"
"@apollo/client@npm:^3.8.8":
version: 3.8.8
resolution: "@apollo/client@npm:3.8.8"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/context": "npm:^0.7.3"
"@wry/equality": "npm:^0.5.6"
"@wry/trie": "npm:^0.4.3"
"@wry/trie": "npm:^0.5.0"
graphql-tag: "npm:^2.12.6"
hoist-non-react-statics: "npm:^3.3.2"
optimism: "npm:^0.17.5"
optimism: "npm:^0.18.0"
prop-types: "npm:^15.7.2"
response-iterator: "npm:^0.2.6"
symbol-observable: "npm:^4.0.0"
Expand All @@ -61,7 +60,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: e88be52f6393ab0625999abf7f6ed6c1035e5f290a738477210f9563d85d369b3dcb86dff7613be84a012192b66c2fae18ee9d5acf55f2b0ca30c1cc77c38559
checksum: a097fb49d68fa77d59f8d63f73f0335624608102ebe2a30270d679b50f3fc2d697298fde8619571b419c93660a5ba90874d93e3b10efc8d910d752f14df1770b
languageName: node
linkType: hard

Expand Down Expand Up @@ -1481,7 +1480,16 @@ __metadata:
languageName: node
linkType: hard

"@wry/context@npm:^0.7.0, @wry/context@npm:^0.7.3":
"@wry/caches@npm:^1.0.0":
version: 1.0.1
resolution: "@wry/caches@npm:1.0.1"
dependencies:
tslib: "npm:^2.3.0"
checksum: a7bca3377f1131d3f1080f2e39d0692c9d1ca86bfd55734786f167f46aad28a4c8e772107324e8319843fb8068fdf98abcdea376d8a589316b1f0cdadf81f8b1
languageName: node
linkType: hard

"@wry/context@npm:^0.7.0":
version: 0.7.3
resolution: "@wry/context@npm:0.7.3"
dependencies:
Expand All @@ -1508,6 +1516,15 @@ __metadata:
languageName: node
linkType: hard

"@wry/trie@npm:^0.5.0":
version: 0.5.0
resolution: "@wry/trie@npm:0.5.0"
dependencies:
tslib: "npm:^2.3.0"
checksum: 8c8cfcac96ba4bc69dabf02740e19e613f501b398e80bacc32cd95e87228f75ecb41cd1a76a65abae9756c0f61ab3536e0da52de28857456f9381ffdf5995d3e
languageName: node
linkType: hard

"abbrev@npm:^2.0.0":
version: 2.0.0
resolution: "abbrev@npm:2.0.0"
Expand Down Expand Up @@ -2300,7 +2317,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "dev-portfolio-app@workspace:."
dependencies:
"@apollo/client": "npm:^3.8.7"
"@apollo/client": "npm:^3.8.8"
"@primer/octicons-react": "npm:^19.8.0"
"@testing-library/dom": "npm:^9.3.3"
"@testing-library/jest-dom": "npm:^6.1.5"
Expand Down Expand Up @@ -4854,14 +4871,15 @@ __metadata:
languageName: node
linkType: hard

"optimism@npm:^0.17.5":
version: 0.17.5
resolution: "optimism@npm:0.17.5"
"optimism@npm:^0.18.0":
version: 0.18.0
resolution: "optimism@npm:0.18.0"
dependencies:
"@wry/caches": "npm:^1.0.0"
"@wry/context": "npm:^0.7.0"
"@wry/trie": "npm:^0.4.3"
tslib: "npm:^2.3.0"
checksum: 0c3a526e2dc1451735e66d2a6bef46a6395e8c7e7f6f323d998361ad281f01d91337a58ad4ad5fa5db18a87d6c9e64ff79a564aff9fb5d3ce614cb3d921c027d
checksum: 8e97c6d660cb80cf5f444209b9dd29ee6951fa7b344d4c4fc6d4aaf0ad0710dddaf834d0f5d7211b3658b15ef6c6a22cbcb98c7a8121e3fee9666fe0fd62d876
languageName: node
linkType: hard

Expand Down