Skip to content

Commit

Permalink
fix(deps): update dependency @types/react to v18.2.57 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent 046e598 commit 541a6e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "20.11.19",
"@types/react": "18.2.56",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"i18next": "23.9.0",
"lodash.isequal": "^4.5.0",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3299,7 +3299,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.2.56":
"@types/react@npm:*":
version: 18.2.56
resolution: "@types/react@npm:18.2.56"
dependencies:
Expand All @@ -3310,6 +3310,17 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.57":
version: 18.2.57
resolution: "@types/react@npm:18.2.57"
dependencies:
"@types/prop-types": "npm:*"
"@types/scheduler": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/beee45a8ee48862fb5101f6ebdd89ccc20c5a6df29dcd2315560bc3b57ea3af8d09a8e9bb1c58063a70f9010e0d2c7bd300819438e2ca62810285c3d7275ab5a
languageName: node
linkType: hard

"@types/scheduler@npm:*":
version: 0.16.8
resolution: "@types/scheduler@npm:0.16.8"
Expand Down Expand Up @@ -6471,7 +6482,7 @@ __metadata:
"@types/i18n": "npm:0.13.10"
"@types/lodash.isequal": "npm:^4.5.8"
"@types/node": "npm:20.11.19"
"@types/react": "npm:18.2.56"
"@types/react": "npm:18.2.57"
"@types/react-dom": "npm:18.2.19"
"@types/uuid": "npm:9.0.8"
"@typescript-eslint/eslint-plugin": "npm:7.0.2"
Expand Down

0 comments on commit 541a6e0

Please sign in to comment.