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.5.1",
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-query": "^5.90.19",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.13.13",
"@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 @@ -3597,21 +3597,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.90.17":
version: 5.90.17
resolution: "@tanstack/query-core@npm:5.90.17"
checksum: 10c0/f10ba6d82d21fab5a3ad5df028090255f0da5368dad2a78cdb57426519bdb3608d284fbfe733ece139382f60ae17deb5eef14249fbff854b3791795effd8f06f
"@tanstack/query-core@npm:5.90.19":
version: 5.90.19
resolution: "@tanstack/query-core@npm:5.90.19"
checksum: 10c0/f6974064238d94025cd1fb8e9ba6a1ffb90d137e0d3fb6949252e81032ae446e948073ea999a4d11e1b6000df7eeec15cda92b76a264249f091f7543a192e958
languageName: node
linkType: hard

"@tanstack/react-query@npm:^5.90.11":
version: 5.90.17
resolution: "@tanstack/react-query@npm:5.90.17"
"@tanstack/react-query@npm:^5.90.19":
version: 5.90.19
resolution: "@tanstack/react-query@npm:5.90.19"
dependencies:
"@tanstack/query-core": "npm:5.90.17"
"@tanstack/query-core": "npm:5.90.19"
peerDependencies:
react: ^18 || ^19
checksum: 10c0/af722dbfbdfaa85d298963a175945d5089c714d83721320d24c3bd96ca5b74120ffff27866dfc6a45195ac6ec7ffe7e55cefd521fc03de55021bf997735d21cd
checksum: 10c0/5176a363855c9ce87e6b7fe034ee9538766b209fea561c1f8e9aadbca1891d0d03fe3b28ccf79fc2077ba9d77a89aab59ca8b66b00f12519e207b24f47868554
languageName: node
linkType: hard

Expand Down Expand Up @@ -12796,7 +12796,7 @@ __metadata:
"@simonwep/pickr": "npm:^1.5.1"
"@svgr/webpack": "npm:^8.1.0"
"@szhsin/react-menu": "npm:^4.5.1"
"@tanstack/react-query": "npm:^5.90.11"
"@tanstack/react-query": "npm:^5.90.19"
"@tanstack/react-table": "npm:^8.16.0"
"@tanstack/react-virtual": "npm:^3.13.13"
"@testing-library/dom": "npm:10.4.1"
Expand Down
Loading