Skip to content
Open
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 @@ -29,7 +29,7 @@
"wrangler:types": "wrangler types --cwd cloudflare"
},
"dependencies": {
"@apollo/client": "4.0.11",
"@apollo/client": "4.1.9",
"@breezehr/currency-codes": "^2.2.1",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-html": "6.4.11",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:4.0.11":
version: 4.0.11
resolution: "@apollo/client@npm:4.0.11"
"@apollo/client@npm:4.1.9":
version: 4.1.9
resolution: "@apollo/client@npm:4.1.9"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
Expand All @@ -276,7 +276,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10c0/a50f3ea06420ac08680119d42024576b37b1f98e8e9419b9da57c6928665b6bb9d15668cf20ec67164195d28685fd9d54eba038b534561bd9dcc15ce0f907477
checksum: 10c0/b7c71295462b00c5f88a7cb5a0d70ae2671be0ff8997424f2aca9d0b2af9b509c6ae291f6c5f875a997e9da44437258907b0ebbc980fe8e2e4ce5f4f037cd750
languageName: node
linkType: hard

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