Skip to content
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 @@ -31,7 +31,7 @@
"wrangler:types": "wrangler types --cwd cloudflare"
},
"dependencies": {
"@apollo/client": "4.2.2",
"@apollo/client": "4.2.3",
"@breezehr/currency-codes": "^2.2.1",
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/commands": "^6.7.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:4.2.2":
version: 4.2.2
resolution: "@apollo/client@npm:4.2.2"
"@apollo/client@npm:4.2.3":
version: 4.2.3
resolution: "@apollo/client@npm:4.2.3"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
Expand All @@ -254,7 +254,7 @@ __metadata:
optimism: "npm:^0.18.0"
tslib: "npm:^2.3.0"
peerDependencies:
graphql: ^16.0.0
graphql: ^16.0.0 || ^17.0.0
graphql-ws: ^5.5.5 || ^6.0.3
react: ^17.0.0 || ^18.0.0 || >=19.0.0-rc
react-dom: ^17.0.0 || ^18.0.0 || >=19.0.0-rc
Expand All @@ -269,7 +269,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10c0/2b894f83602979649d7fd9cd3ff7bf084d78218cf5c8ab58689f6ee0658d5806cb3b4b79e2f0ae40d6d050e7d469db466619e0ea2b1055468ff9d43fa5358e09
checksum: 10c0/5aa020c6f859e4d97c417f0d61fc71f1c998e88667c7aacb85693b37bbcf56553d7fa122715c4f6604cb614eac513b3d2da3cbabd29e6428622f0862f13f5c7f
languageName: node
linkType: hard

Expand Down Expand Up @@ -20993,7 +20993,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@apollo/client": "npm:4.2.2"
"@apollo/client": "npm:4.2.3"
"@breezehr/currency-codes": "npm:^2.2.1"
"@codemirror/autocomplete": "npm:^6.20.3"
"@codemirror/commands": "npm:^6.7.1"
Expand Down
Loading