Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 07480b5 commit 64d1138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/express": "4.17.19",
"@types/jest": "29.5.5",
"@types/node": "18.18.5",
"@types/react": "18.2.30",
"@types/react": "18.2.32",
"@zodios/core": "10.9.6",
"axios": "1.5.1",
"cors": "2.8.5",
Expand All @@ -77,7 +77,7 @@
"zod": "3.22.4"
},
"resolutions": {
"@types/react": "18.2.30"
"@types/react": "18.2.32"
},
"dependencies": {}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1090,10 +1090,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@18.2.30":
version "18.2.30"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.30.tgz#b84f786864fc46f18545364a54d5e1316308e59b"
integrity sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg==
"@types/react@*", "@types/react@18.2.32":
version "18.2.32"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.32.tgz#7ec787730c45ee9a3c0ed150b19e95c31fe4608a"
integrity sha512-F0FVIZQ1x5Gxy/VYJb7XcWvCcHR28Sjwt1dXLspdIatfPq1MVACfnBDwKe6ANLxQ64riIJooXClpUR6oxTiepg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 64d1138

Please sign in to comment.