Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/copy-webpack-plugin": "^10.1.0",
"@types/dotenv-webpack": "^7.0.7",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.12",
"@types/node": "^22.5.3",
"@types/papaparse": "^5",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13",
Expand Down
19 changes: 13 additions & 6 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1236,12 +1236,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.12.12":
version: 20.12.12
resolution: "@types/node@npm:20.12.12"
"@types/node@npm:^22.5.3":
version: 22.5.3
resolution: "@types/node@npm:22.5.3"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/f374b763c744e8f16e4f38cf6e2c0eef31781ec9228c9e43a6f267880fea420fab0a238b59f10a7cb3444e49547c5e3785787e371fc242307310995b21988812
undici-types: "npm:~6.19.2"
checksum: 10c0/a068e31dd424a0eadfba7d9a5c5b415b76cfd729f3caa299674ad257f59df85c5fe77f1d0a343e811864c790baefb9003d7627618ee3cf85400af338481ba29f
languageName: node
linkType: hard

Expand Down Expand Up @@ -2749,7 +2749,7 @@ __metadata:
"@types/copy-webpack-plugin": "npm:^10.1.0"
"@types/dotenv-webpack": "npm:^7.0.7"
"@types/eslint": "npm:^8.56.10"
"@types/node": "npm:^20.12.12"
"@types/node": "npm:^22.5.3"
"@types/papaparse": "npm:^5"
"@types/react": "npm:^18"
"@types/react-beautiful-dnd": "npm:^13"
Expand Down Expand Up @@ -9548,6 +9548,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down
Loading