diff options
author | Logan Rosen <loganrosen@gmail.com> | 2023-06-22 12:40:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 12:40:32 -0400 |
commit | 9b19a95e638b2a5379560b5ffb27c423ad9a2e4e (patch) | |
tree | 90f35e751116815beffd587901415a9a94ca7eb7 /yarn.lock | |
parent | 180697b66b038459236a023c712709651cba48c1 (diff) | |
download | voidsky-9b19a95e638b2a5379560b5ffb27c423ad9a2e4e.tar.zst |
Bump @types/react to ^18 and adjust types (#889)
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index b9e8fe5b0..9bff87a86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4997,10 +4997,10 @@ dependencies: "@types/react" "^17" -"@types/react@*", "@types/react@^17": - version "17.0.60" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.60.tgz#a4a97dcdbebad76612c188fc06440e4995fd8ad2" - integrity sha512-pCH7bqWIfzHs3D+PDs3O/COCQJka+Kcw3RnO9rFA2zalqoXg7cNjJDh6mZ7oRtY1wmY4LVwDdAbA1F7Z8tv3BQ== +"@types/react@*", "@types/react@^17", "@types/react@^18": + version "18.2.12" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.12.tgz#95d584338610b78bb9ba0415e3180fb03debdf97" + integrity sha512-ndmBMLCgn38v3SntMeoJaIrO6tGHYKMEBohCUmw8HoLLQdRMOIGXfeYaBTLe2lsFaSB3MOK1VXscYFnmLtTSmw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" |