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 @@ -90,7 +90,7 @@
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-virtual": "^3.13.13",
"@types/classnames": "^2.3.4",
"@types/react": "^19.2.7",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.0.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
Expand Down
10 changes: 5 additions & 5 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3941,12 +3941,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^19.2.7":
version: 19.2.7
resolution: "@types/react@npm:19.2.7"
"@types/react@npm:^19.2.8":
version: 19.2.8
resolution: "@types/react@npm:19.2.8"
dependencies:
csstype: "npm:^3.2.2"
checksum: 10c0/a7b75f1f9fcb34badd6f84098be5e35a0aeca614bc91f93d2698664c0b2ba5ad128422bd470ada598238cebe4f9e604a752aead7dc6f5a92261d0c7f9b27cfd1
checksum: 10c0/832834998c4ee971fca72ecf1eb95dc924ad3931a2112c687a4dae498aabd115c5fa4db09186853e34a646226b0223808c8f867df03d17601168f9cf119448de
languageName: node
linkType: hard

Expand Down Expand Up @@ -12805,7 +12805,7 @@ __metadata:
"@testing-library/user-event": "npm:^14.5.2"
"@types/classnames": "npm:^2.3.4"
"@types/jest": "npm:^30.0.0"
"@types/react": "npm:^19.2.7"
"@types/react": "npm:^19.2.8"
"@types/react-dom": "npm:^19.0.0"
"@xterm/addon-fit": "npm:^0.11.0"
"@xterm/addon-search": "npm:^0.16.0"
Expand Down
Loading