Skip to content
Merged
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 @@ -22,7 +22,7 @@
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.4",
"autoprefixer": "^10.2.4",
Expand Down
12 changes: 6 additions & 6 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3121,9 +3121,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:16.0.0":
version: 16.0.0
resolution: "@testing-library/react@npm:16.0.0"
"@testing-library/react@npm:16.0.1":
version: 16.0.1
resolution: "@testing-library/react@npm:16.0.1"
dependencies:
"@babel/runtime": ^7.12.5
peerDependencies:
Expand All @@ -3137,7 +3137,7 @@ __metadata:
optional: true
"@types/react-dom":
optional: true
checksum: 45a35f0b5f34b5a7f4dcefdd3f1d202d5421692e5cc7a491c9bc71e6ed9dd5872a182b80b4dfefb4a56d9c1df35e50f6fa2917bcf657cc26b4bc0d2259df0027
checksum: 1837db473ea018cf2b5d0cbfffb7a30d0d759e5a7f23aad431441c77bcc3d2533250cd003a61878fd908267df47404cedcb5914f12d79e413002c659652b37fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -13444,7 +13444,7 @@ __metadata:
"@tanstack/react-virtual": ^3.8.4
"@testing-library/dom": 10.4.0
"@testing-library/jest-dom": ^6.6.3
"@testing-library/react": 16.0.0
"@testing-library/react": 16.0.1
"@testing-library/user-event": ^14.5.2
"@types/classnames": ^2.2.6
"@types/jest": ^29.5.4
Expand Down Expand Up @@ -15072,7 +15072,7 @@ __metadata:

"typescript@patch:typescript@^5.4.5#~builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#~builtin<compat/typescript>::version=5.7.2&hash=cef18b"
resolution: "typescript@patch:typescript@npm%3A5.7.2#~builtin<compat/typescript>::version=5.7.2&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down
Loading