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

chore(deps): update dependency @types/react to v18.3.17 #9023

Merged
merged 1 commit into from
Dec 23, 2024
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
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/lodash.mapvalues": "^4.6.9",
"@types/lodash.omit": "4.5.9",
"@types/node": "^20.12.12",
"@types/react": "18.3.16",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@types/react-router-dom": "5.3.3",
"@types/react-table": "7.7.20",
Expand Down Expand Up @@ -134,7 +134,7 @@
"vite": "5.4.11",
"semver": "7.6.3",
"ws": "^8.18.0",
"@types/react": "18.3.16"
"@types/react": "18.3.17"
},
"jest": {
"moduleNameMapper": {
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3158,13 +3158,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.16":
version: 18.3.16
resolution: "@types/react@npm:18.3.16"
"@types/react@npm:18.3.17":
version: 18.3.17
resolution: "@types/react@npm:18.3.17"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/9113d3003865eda07be0fb596f5bd8d7784b8900675090c56e75bdee45499f0b0de2481cbbeb5980c3b4ad18f234a49f39c9e62fd7b89a4e8530c74789f739bd
checksum: 10c0/475191e9cd0ab5bef35cc1868295d6526cd78b25c1bb816f0747a1e92261688305f81c0e29aff52e6ea70397f133e34c399dc936cb5072f1acf465d9daacc0da
languageName: node
linkType: hard

Expand Down Expand Up @@ -10164,7 +10164,7 @@ __metadata:
"@types/lodash.mapvalues": "npm:^4.6.9"
"@types/lodash.omit": "npm:4.5.9"
"@types/node": "npm:^20.12.12"
"@types/react": "npm:18.3.16"
"@types/react": "npm:18.3.17"
"@types/react-dom": "npm:18.3.5"
"@types/react-router-dom": "npm:5.3.3"
"@types/react-table": "npm:7.7.20"
Expand Down
Loading