Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Type Definitions #1862

Merged
merged 1 commit into from
Jan 24, 2025
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 packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"devDependencies": {
"@types/jmespath": "0.15.2",
"@types/node": "22.10.7",
"@types/node": "22.10.10",
"@types/node-cron": "3.0.11",
"@types/smtp-server": "3.5.10",
"@typescript-eslint/eslint-plugin": "8.21.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"devDependencies": {
"@rating-tracker/backend": "workspace:*",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ __metadata:
"@rating-tracker/commons": "workspace:*"
"@simplewebauthn/server": "npm:13.1.0"
"@types/jmespath": "npm:0.15.2"
"@types/node": "npm:22.10.7"
"@types/node": "npm:22.10.10"
"@types/node-cron": "npm:3.0.11"
"@types/smtp-server": "npm:3.5.10"
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
Expand Down Expand Up @@ -1527,8 +1527,8 @@ __metadata:
"@rating-tracker/wasm": "workspace:*"
"@react-spring/web": "npm:9.7.5"
"@simplewebauthn/browser": "npm:13.1.0"
"@types/node": "npm:22.10.7"
"@types/react": "npm:19.0.7"
"@types/node": "npm:22.10.10"
"@types/react": "npm:19.0.8"
"@types/react-dom": "npm:19.0.3"
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
"@typescript-eslint/parser": "npm:8.21.0"
Expand Down Expand Up @@ -2040,12 +2040,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:22.10.7":
version: 22.10.7
resolution: "@types/node@npm:22.10.7"
"@types/node@npm:*, @types/node@npm:22.10.10":
version: 22.10.10
resolution: "@types/node@npm:22.10.10"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/c941b4689dfc4044b64a5f601306cbcb0c7210be853ba378a5dd44137898c45accedd796ee002ad9407024cac7ecaf5049304951cb1d80ce3d7cebbbae56f20e
checksum: 10c0/3425772d4513cd5dbdd87c00acda088113c03a97445f84f6a89744c60a66990b56c9d3a7213d09d57b6b944ae8ff45f985565e0c1846726112588e33a22dd12b
languageName: node
linkType: hard

Expand Down Expand Up @@ -2099,12 +2099,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:19.0.7":
version: 19.0.7
resolution: "@types/react@npm:19.0.7"
"@types/react@npm:19.0.8":
version: 19.0.8
resolution: "@types/react@npm:19.0.8"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/818e546fa03a2a65ac2652fc472891ac96684211e8967bc25e1da6a8a09e2301ad972b1b038d128f8b4cbbd7691f6f57fee274db568169e9b6b01556abbb5bee
checksum: 10c0/5fa7236356b1476de03519c66ef65d4fd904826956105619e2ad60cb0b55ae7b251dd5fff02234076225b5e15333d0d936bf9dbe1d461406f8a2ba01c197ddcd
languageName: node
linkType: hard

Expand Down
Loading