Skip to content
Closed
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.2",
"@tanstack/react-query": "5.62.7",
"@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 @@ -3122,21 +3122,21 @@ __metadata:
languageName: node
linkType: hard

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

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

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