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 @@ -86,7 +86,7 @@
"@projectstorm/react-diagrams": "^7.0.4",
"@simonwep/pickr": "^1.5.1",
"@szhsin/react-menu": "^4.4.1",
"@tanstack/react-query": "^5.90.7",
"@tanstack/react-query": "^5.90.10",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.13.6",
"@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 @@ -3628,21 +3628,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.90.8":
version: 5.90.8
resolution: "@tanstack/query-core@npm:5.90.8"
checksum: 10c0/02a96b57aa3f001ba328f22f5869b053120a7650432ee2032921700b5aeebabed0e525d80010a81e0f0aa2e91a70331fca07406f518ce657dc7da532207a0d25
"@tanstack/query-core@npm:5.90.10":
version: 5.90.10
resolution: "@tanstack/query-core@npm:5.90.10"
checksum: 10c0/c51762d4413f99886af24d0a4897e286233fae305131df2db8294c26b1375e74e87d0cd7dafbe1b7d23338221fca0304c05058dd9a909c0988a8829d8f7283e6
languageName: node
linkType: hard

"@tanstack/react-query@npm:^5.90.7":
version: 5.90.8
resolution: "@tanstack/react-query@npm:5.90.8"
"@tanstack/react-query@npm:^5.90.10":
version: 5.90.10
resolution: "@tanstack/react-query@npm:5.90.10"
dependencies:
"@tanstack/query-core": "npm:5.90.8"
"@tanstack/query-core": "npm:5.90.10"
peerDependencies:
react: ^18 || ^19
checksum: 10c0/18cc48b4bbddf4bda439fa4ca6e6c624221a8d53a04a20d7a7e416da52653eb331fd05f15bcf553aa456692688801ee6567e447360a699453088e815628ba887
checksum: 10c0/a852c44fafb0331a47ba8b46f96bc6c3c66a1bfbec8a09de15fc0ba6fd1b867da42c4974f83489a03cc4d7fd9fa40ec23b8790d2f69a930ca63b85f2bf4a4885
languageName: node
linkType: hard

Expand Down Expand Up @@ -12932,7 +12932,7 @@ __metadata:
"@simonwep/pickr": "npm:^1.5.1"
"@svgr/webpack": "npm:^8.1.0"
"@szhsin/react-menu": "npm:^4.4.1"
"@tanstack/react-query": "npm:^5.90.7"
"@tanstack/react-query": "npm:^5.90.10"
"@tanstack/react-table": "npm:^8.16.0"
"@tanstack/react-virtual": "npm:^3.13.6"
"@testing-library/dom": "npm:10.4.1"
Expand Down
Loading