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.9.4 to 3.9.5 #3693

Merged
merged 1 commit into from
Feb 19, 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.9.4",
"@apollo/client": "3.9.5",
"@babel/core": "7.23.9",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@dnd-kit/core": "6.0.8",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.9.4":
version: 3.9.4
resolution: "@apollo/client@npm:3.9.4"
"@apollo/client@npm:3.9.5":
version: 3.9.5
resolution: "@apollo/client@npm:3.9.5"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/caches": ^1.0.0
Expand All @@ -53,7 +53,7 @@ __metadata:
hoist-non-react-statics: ^3.3.2
optimism: ^0.18.0
prop-types: ^15.7.2
rehackt: 0.0.4
rehackt: 0.0.5
response-iterator: ^0.2.6
symbol-observable: ^4.0.0
ts-invariant: ^0.10.3
Expand All @@ -74,7 +74,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 0654342fc67f94b598e83e940f1c295e97afb387c308c7d07703436903d7e056990fe8cb2105df1e3f6eecf5a85779e657787dcf89f08aee90a72931352a28fa
checksum: 49ee8a0c61fb87fe295a2b0d1d279198a8a2bdf02e64291bf6c2d7c906131b3c90a08c3a9527c2f2cc6409ca67e549c761d883fc20d25091435d3097ab5b41ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -17577,9 +17577,9 @@ __metadata:
languageName: node
linkType: hard

"rehackt@npm:0.0.4":
version: 0.0.4
resolution: "rehackt@npm:0.0.4"
"rehackt@npm:0.0.5":
version: 0.0.5
resolution: "rehackt@npm:0.0.5"
peerDependencies:
"@types/react": "*"
react: "*"
Expand All @@ -17588,7 +17588,7 @@ __metadata:
optional: true
react:
optional: true
checksum: f2811c24847f7a03935c3b2093a01439f883550f6022e6d220574d0f4333fc24dd1bd746bb579038723eef1c48a2ce3002dd91aea9c2e15d2bd105ed6786f8c1
checksum: 0ece2c9d55541ba6fbafacd1dd9c7676df725a64f3f6ffdf64ce7ff765b0724b60cf27502c389bf09766ba0997c6f22ab1c2da82b96b9820e8d3c3159f3c2595
languageName: node
linkType: hard

Expand Down Expand Up @@ -18025,7 +18025,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@apollo/client": 3.9.4
"@apollo/client": 3.9.5
"@babel/core": 7.23.9
"@babel/plugin-transform-modules-commonjs": 7.23.3
"@dnd-kit/core": 6.0.8
Expand Down
Loading