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.4.0",
"@tanstack/react-query": "5.74.7",
"@tanstack/react-query": "5.75.2",
"@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 @@ -3082,21 +3082,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.74.7":
version: 5.74.7
resolution: "@tanstack/query-core@npm:5.74.7"
checksum: a857d2b3ea053bb0b91892173932e54b295310939d30ac3b04a51dff6dfb37dedde76d9aa36afe2c879c814b9bb0f2b219d5a1015fc3ba40af7e07283bd45788
"@tanstack/query-core@npm:5.75.0":
version: 5.75.0
resolution: "@tanstack/query-core@npm:5.75.0"
checksum: d6570e32e1b778afeed37898039dfb3fdda898402c56ba3f29ca562fd6a09615726b54baf2a5f76f52cc27e1e7cac5f02da5b0923f9f35d30ac6174cfd30f2bd
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.74.7":
version: 5.74.7
resolution: "@tanstack/react-query@npm:5.74.7"
"@tanstack/react-query@npm:5.75.2":
version: 5.75.2
resolution: "@tanstack/react-query@npm:5.75.2"
dependencies:
"@tanstack/query-core": 5.74.7
"@tanstack/query-core": 5.75.0
peerDependencies:
react: ^18 || ^19
checksum: 96ff3e5a5675f15aa1fc867d26984fdec46df6fc6ba89ca225ba2dcbd3d13bb13a1a3596fef77b1d7d9b2914b1d0a348602a939eedcd798eabf158d1f0bb511c
checksum: 9fdfa5c327a477e31f7d5a2f87854e3904b4c6b8133ccc46d36fc2fedac0cf29802b87a80d3da6858b2b6903cda25d2f46c157f0675415837cb57d654057772d
languageName: node
linkType: hard

Expand Down Expand Up @@ -13609,7 +13609,7 @@ __metadata:
"@simonwep/pickr": ^1.5.1
"@svgr/webpack": ^8.1.0
"@szhsin/react-menu": ^4.4.0
"@tanstack/react-query": 5.74.7
"@tanstack/react-query": 5.75.2
"@tanstack/react-table": ^8.16.0
"@tanstack/react-virtual": ^3.13.6
"@testing-library/dom": 10.4.0
Expand Down
Loading