Skip to content

Commit

Permalink
Update dependency @types/react to v18.0.32 (#157)
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 Apr 4, 2023
1 parent 2faadf5 commit 830c9be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/dom-screen-wake-lock": "1.0.1",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4426,7 +4426,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:18.0.31":
"@types/react@npm:*, @types/react@npm:16 || 17 || 18":
version: 18.0.31
resolution: "@types/react@npm:18.0.31"
dependencies:
Expand All @@ -4437,6 +4437,17 @@ __metadata:
languageName: node
linkType: hard

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

"@types/scheduler@npm:*":
version: 0.16.3
resolution: "@types/scheduler@npm:0.16.3"
Expand Down Expand Up @@ -12695,7 +12706,7 @@ __metadata:
"@types/dom-screen-wake-lock": 1.0.1
"@types/jest": 29.5.0
"@types/node": 18.15.11
"@types/react": 18.0.31
"@types/react": 18.0.32
"@types/react-dom": 18.0.11
"@typescript-eslint/eslint-plugin": 5.57.0
"@typescript-eslint/parser": 5.57.0
Expand Down

0 comments on commit 830c9be

Please sign in to comment.