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(web): update-subgraph-status-lib #1911

Merged
merged 2 commits into from
Mar 4, 2025
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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"react-toastify": "^9.1.3",
"react-use": "^17.5.1",
"styled-components": "^5.3.3",
"subgraph-status": "^1.2.3",
"subgraph-status": "^1.2.4",
"viem": "^2.21.54",
"wagmi": "^2.14.10"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5700,7 +5700,7 @@ __metadata:
react-use: "npm:^17.5.1"
rimraf: "npm:^6.0.1"
styled-components: "npm:^5.3.3"
subgraph-status: "npm:^1.2.3"
subgraph-status: "npm:^1.2.4"
typescript: "npm:^5.6.3"
viem: "npm:^2.21.54"
vite: "npm:^5.4.11"
Expand Down Expand Up @@ -31647,9 +31647,9 @@ __metadata:
languageName: node
linkType: hard

"subgraph-status@npm:^1.2.3":
version: 1.2.3
resolution: "subgraph-status@npm:1.2.3"
"subgraph-status@npm:^1.2.4":
version: 1.2.4
resolution: "subgraph-status@npm:1.2.4"
dependencies:
react-slick: "npm:^0.30.2"
slick-carousel: "npm:^1.8.1"
Expand All @@ -31659,7 +31659,7 @@ __metadata:
"@types/react-dom": ^18.3.0
react: ^18.3.1
react-dom: ^18.3.1
checksum: 10/a125ec618073493026a29e9120a1fc73f8a3ad36b24815fe2f4ecd65f8cefa8b19d5bc072ee3f9b72172436c783fc918f6f13b396dddb935c5e70a3bd748888d
checksum: 10/8088ec7440f5d2811fae8b6520f531c60f41a786384a874005646240d22570601a359e5681912ae125aa81e1208f9e2e7c359ca1c81ab92363bbf27688b880bb
languageName: node
linkType: hard

Expand Down
Loading