Skip to content
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@sourceacademy/web-test": "^0.0.2",
"@szhsin/react-menu": "^4.0.0",
"@tanstack/react-query": "^5.100.14",
"@tanstack/react-table": "^8.9.3",
"@tanstack/react-table": "^9.0.0",
"ace-builds": "^1.42.1",
"ace-diff": "^4.0.0",
"acorn": "^8.9.0",
Expand Down
46 changes: 34 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4901,22 +4901,44 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/react-table@npm:^8.9.3":
version: 8.21.3
resolution: "@tanstack/react-table@npm:8.21.3"
"@tanstack/react-store@npm:^0.11.1":
version: 0.11.1
resolution: "@tanstack/react-store@npm:0.11.1"
dependencies:
"@tanstack/table-core": "npm:8.21.3"
"@tanstack/store": "npm:0.11.1"
use-sync-external-store: "npm:^1.6.0"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10c0/85d1d0fcb690ecc011f68a5a61c96f82142e31a0270dcf9cbc699a6f36715b1653fe6ff1518302a6d08b7093351fc4cabefd055a7db3cd8ac01e068956b0f944
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10c0/9b43ea1b07cfed9100b9d037a339e6dbef17ff8e7fd4b8968ef76b75c97a20ec3627345adca94135664d6fccd88f48622e1e871c64738ff2f0b0ce24ce365dfd
languageName: node
linkType: hard

"@tanstack/table-core@npm:8.21.3":
version: 8.21.3
resolution: "@tanstack/table-core@npm:8.21.3"
checksum: 10c0/40e3560e6d55e07cc047024aa7f83bd47a9323d21920d4adabba8071fd2d21230c48460b26cedf392588f8265b9edc133abb1b0d6d0adf4dae0970032900a8c9
"@tanstack/react-table@npm:^9.0.0":
version: 9.2.4
resolution: "@tanstack/react-table@npm:9.2.4"
dependencies:
"@tanstack/react-store": "npm:^0.11.1"
"@tanstack/table-core": "npm:9.2.4"
peerDependencies:
react: ">=18"
checksum: 10c0/f68d6da9850e7783773a035186e11744dacaf5ca61075766ecc7d4b5266af2e4afec005f19ac664c1deba6bf5b7586fed90a67372c82127afd8fdaf0473e73b4
languageName: node
linkType: hard

"@tanstack/store@npm:0.11.1, @tanstack/store@npm:^0.11.1":
version: 0.11.1
resolution: "@tanstack/store@npm:0.11.1"
checksum: 10c0/36e308f3a5037a4d79e2b2ea9f6f4015a617fcd7cb8ff541fe50869b015fb8753b267a8c24709ad197c4c3b5fd85207edc4f71eccaf9b0d311f62336a9cf7764
languageName: node
linkType: hard

"@tanstack/table-core@npm:9.2.4":
version: 9.2.4
resolution: "@tanstack/table-core@npm:9.2.4"
dependencies:
"@tanstack/store": "npm:^0.11.1"
checksum: 10c0/fae9e7f3028f45eb2cd3e831365e398a92030d685acdd0458c3c2245eb8456176abd0d5ca208ea58eb9e7a4ccc666c26986269c93bc4ce25603866805bb837b9
languageName: node
linkType: hard

Expand Down Expand Up @@ -8648,7 +8670,7 @@ __metadata:
"@swc/core": "npm:^1.11.22"
"@szhsin/react-menu": "npm:^4.0.0"
"@tanstack/react-query": "npm:^5.100.14"
"@tanstack/react-table": "npm:^8.9.3"
"@tanstack/react-table": "npm:^9.0.0"
"@testing-library/dom": "npm:^10.4.1"
"@testing-library/jest-dom": "npm:^7.0.0"
"@testing-library/react": "npm:^16.3.2"
Expand Down
Loading