diff --git a/example/package.json b/example/package.json index 28666690..f6272329 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "react-app-polyfill": "^1.0.1" }, "devDependencies": { - "@types/react": "^16.9.49", + "@types/react": "^18.2.79", "@types/react-dom": "^16.9.8", "parcel-bundler": "^1.12.4" } diff --git a/example/yarn.lock b/example/yarn.lock index 37feb03b..6c65947b 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -867,10 +867,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.9.49": - version "16.9.49" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.49.tgz#09db021cf8089aba0cdb12a49f8021a69cce4872" - integrity sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g== +"@types/react@*", "@types/react@^18.2.79": + version "18.2.79" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.79.tgz#c40efb4f255711f554d47b449f796d1c7756d865" + integrity sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w== dependencies: "@types/prop-types" "*" csstype "^3.0.2"