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

chore(deps): bump @apollo/client from 3.11.8 to 3.11.9 in /ui #501

Merged
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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/client": "^3.11.9",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
Expand Down
10 changes: 5 additions & 5 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,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.11.9":
version: 3.11.9
resolution: "@apollo/client@npm:3.11.9"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
Expand Down Expand Up @@ -102,7 +102,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10/ea9f8d8e5575bd2f2e897c53c4c3cbbea741aa2b40a103a41df0ff2fd0ff43ede127f65f0bdb6dfded28c2e2cada32551b2f558db702ebb40cf88aab9127dc1c
checksum: 10/c16c3fbea2d69c928407e42cab1e61ee3f4abe70cf522a2c5d12be6c336225b168ae1e9cb3a4049b4999dd8ea1f30ddfcd24134bad2a571c69266c936ba4818c
languageName: node
linkType: hard

Expand Down Expand Up @@ -12710,7 +12710,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "sitrep@workspace:."
dependencies:
"@apollo/client": "npm:^3.11.8"
"@apollo/client": "npm:^3.11.9"
"@eslint/compat": "npm:^1.2.2"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:^9.14.0"
Expand Down
Loading