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

build(deps-dev): bump @apollo/client from 3.11.8 to 3.12.3 #4199

Merged
merged 1 commit into from
Dec 18, 2024
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 @@ -32,7 +32,7 @@
]
},
"devDependencies": {
"@apollo/client": "3.11.8",
"@apollo/client": "3.12.3",
"@babel/core": "7.25.2",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@codemirror/commands": "6.7.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.11.8":
version: 3.11.8
resolution: "@apollo/client@npm:3.11.8"
"@apollo/client@npm:3.12.3":
version: 3.12.3
resolution: "@apollo/client@npm:3.12.3"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
Expand All @@ -55,8 +55,8 @@ __metadata:
peerDependencies:
graphql: ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
peerDependenciesMeta:
graphql-ws:
Expand All @@ -67,7 +67,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10/ea9f8d8e5575bd2f2e897c53c4c3cbbea741aa2b40a103a41df0ff2fd0ff43ede127f65f0bdb6dfded28c2e2cada32551b2f558db702ebb40cf88aab9127dc1c
checksum: 10/11a4a711407c5574b6d52f1841f2848fa6356919eca10f7bd693d8e0f5a6e9b21f7c33f61dbcfc1ac4df1171e218c9c6d6d39728cd27958c222372ad4b0a9941
languageName: node
linkType: hard

Expand Down Expand Up @@ -18379,7 +18379,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@apollo/client": "npm:3.11.8"
"@apollo/client": "npm:3.12.3"
"@babel/core": "npm:7.25.2"
"@babel/plugin-transform-modules-commonjs": "npm:7.24.8"
"@codemirror/commands": "npm:6.7.1"
Expand Down
Loading