Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent 07480b5 commit 598d5a7
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.31",
"@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.31"
},
"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.31":
version "18.2.31"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.31.tgz#74ae2630e4aa9af599584157abd3b95d96fb9b40"
integrity sha512-c2UnPv548q+5DFh03y8lEDeMfDwBn9G3dRwfkrxQMo/dOtRHUUO57k6pHvBIfH/VF4Nh+98mZ5aaSe+2echD5g==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 598d5a7

Please sign in to comment.