Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.30 (#458)
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 Oct 19, 2023
1 parent 0435723 commit 07480b5
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.28",
"@types/react": "18.2.30",
"@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.28"
"@types/react": "18.2.30"
},
"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.28":
version "18.2.28"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.28.tgz#86877465c0fcf751659a36c769ecedfcfacee332"
integrity sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==
"@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==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 07480b5

Please sign in to comment.