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.67.2",
"@tanstack/react-query": "5.68.0",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.12.0",
"@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 @@ -3048,21 +3048,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.67.2":
version: 5.67.2
resolution: "@tanstack/query-core@npm:5.67.2"
checksum: ef0caa99bb71cefc9f217e467e207ea69bf3f5733b883024d7f434a16bb66eafaaa31770021e1d5f4c8ed97a6e4795af41c864289746e10cb7ceadbb8afa432d
"@tanstack/query-core@npm:5.68.0":
version: 5.68.0
resolution: "@tanstack/query-core@npm:5.68.0"
checksum: 1798a84b0d978a8f39864479d24f75ec1a0c4c713e998e109d5d3cc8cd7b0bed7ffc8c99a735120d380f2858b4e97f38cb1fe571ab91cf73e54cff44b49a53b8
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.67.2":
version: 5.67.2
resolution: "@tanstack/react-query@npm:5.67.2"
"@tanstack/react-query@npm:5.68.0":
version: 5.68.0
resolution: "@tanstack/react-query@npm:5.68.0"
dependencies:
"@tanstack/query-core": 5.67.2
"@tanstack/query-core": 5.68.0
peerDependencies:
react: ^18 || ^19
checksum: b6b6077790a48960c2d1e3b8602541d8405785e38b1ace2f702c3c614265d6f0632266bc655ab71f1cafd3a8f9e10b4ce5e4410fca7baafe80c7803eaa9868db
checksum: a0e9069863c580472b9cb758a52138f1f11cffec1574db1934dd5f683ad3f8e36be5dea17375b359cc3331131eef4a012c04e7b3490db3d25b5e9f1fb5b44f85
languageName: node
linkType: hard

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