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

Update dependency @apollo/client to v3.12.5 #9919

Merged
merged 1 commit into from
Jan 10, 2025
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 @@ -26,7 +26,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@apollo/client": "3.12.4",
"@apollo/client": "3.12.5",
"@breezehr/currency-codes": "^2.2.1",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-html": "6.4.9",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.12.4":
version: 3.12.4
resolution: "@apollo/client@npm:3.12.4"
"@apollo/client@npm:3.12.5":
version: 3.12.5
resolution: "@apollo/client@npm:3.12.5"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
Expand Down Expand Up @@ -254,7 +254,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10c0/6b30b14d576230cb56b0bb9b328c81f33631640e3d97a1185a20ede7e200dfa79502d695c347920e8c930a36e50870a41f5244ae2167d0123ad56973642528e6
checksum: 10c0/fbc102b22ef59228020e6bdaee4b7483306afa031699bc8c882ecaa5cd6d0b2938d388478c69a8c3dd245114f0d24b26085a2e6cb3b1a45ed2b6bcb9d4879fcb
languageName: node
linkType: hard

Expand Down Expand Up @@ -21460,7 +21460,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@apollo/client": "npm:3.12.4"
"@apollo/client": "npm:3.12.5"
"@breezehr/currency-codes": "npm:^2.2.1"
"@codemirror/commands": "npm:^6.7.1"
"@codemirror/lang-html": "npm:6.4.9"
Expand Down
Loading