Skip to content
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 @@ -85,7 +85,7 @@
"@projectstorm/react-diagrams": "^7.0.4",
"@simonwep/pickr": "^1.5.1",
"@szhsin/react-menu": "^4.2.2",
"@tanstack/react-query": "5.62.0",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.8.4",
"@types/classnames": "^2.3.4",
Expand Down
20 changes: 10 additions & 10 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3034,21 +3034,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.62.0":
version: 5.62.0
resolution: "@tanstack/query-core@npm:5.62.0"
checksum: e071653bd29cfb713dc9f5641d2308e731d195129c5c5382826917573ae963033afa6f97605668824e7deb7aa1349b7355992aef0d8c1cb7da7793ef2ce2011e
"@tanstack/query-core@npm:5.62.2":
version: 5.62.2
resolution: "@tanstack/query-core@npm:5.62.2"
checksum: 1d15f007214c65c15360eadfe6ccefb8a2d780b85383b8ce7083950d8648efc95784e36d304792f1b738178b9fb0531e0d062c7f63d69f4577c1f1b9f7c15af7
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.62.0":
version: 5.62.0
resolution: "@tanstack/react-query@npm:5.62.0"
"@tanstack/react-query@npm:5.62.2":
version: 5.62.2
resolution: "@tanstack/react-query@npm:5.62.2"
dependencies:
"@tanstack/query-core": 5.62.0
"@tanstack/query-core": 5.62.2
peerDependencies:
react: ^18 || ^19
checksum: 5ef06034a415c710b44014a138051d2d15e6a8d4bd9d82988e9b780b90bcd25e78bf64032e2dbbd1ff96351f14a142e5f0d1d3f5b0be1e983c6d5c87535f603d
checksum: 4735781dade3a55d0f2992b4f5c4c0e27d89788f2df37f57abeb45126aab54314638a040bae2bd39dda2aa4d27c96439b5df457890f1c0822ea74d290ffe2d9c
languageName: node
linkType: hard

Expand Down Expand Up @@ -13454,7 +13454,7 @@ __metadata:
"@simonwep/pickr": ^1.5.1
"@svgr/webpack": ^8.1.0
"@szhsin/react-menu": ^4.2.2
"@tanstack/react-query": 5.62.0
"@tanstack/react-query": 5.62.2
"@tanstack/react-table": ^8.16.0
"@tanstack/react-virtual": ^3.8.4
"@testing-library/dom": 10.4.0
Expand Down
Loading