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.12.3 to 3.12.4 in /ui #587

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.12.3",
"@apollo/client": "^3.12.4",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
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.12.3":
version: 3.12.3
resolution: "@apollo/client@npm:3.12.3"
"@apollo/client@npm:^3.12.4":
version: 3.12.4
resolution: "@apollo/client@npm:3.12.4"
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/11a4a711407c5574b6d52f1841f2848fa6356919eca10f7bd693d8e0f5a6e9b21f7c33f61dbcfc1ac4df1171e218c9c6d6d39728cd27958c222372ad4b0a9941
checksum: 10/9659ccf03ab5d6708cf191a1bd09c33ab5f958a8d66e783f81ccc899448b362a51cecf7d62c0ff5b852e60a340238e6903b3c96dcb5cf68dfb8a438ee6cd24bb
languageName: node
linkType: hard

Expand Down Expand Up @@ -13108,7 +13108,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "sitrep@workspace:."
dependencies:
"@apollo/client": "npm:^3.12.3"
"@apollo/client": "npm:^3.12.4"
"@eslint/compat": "npm:^1.2.4"
"@eslint/eslintrc": "npm:^3.2.0"
"@eslint/js": "npm:^9.17.0"
Expand Down
Loading