diff --git a/example/package.json b/example/package.json index 28666690..50878256 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.74", "@types/react-dom": "^16.9.8", "parcel-bundler": "^1.12.4" } diff --git a/example/yarn.lock b/example/yarn.lock index 37feb03b..7421efef 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.74": + version "18.2.74" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.74.tgz#2d52eb80e4e7c4ea8812c89181d6d590b53f958c" + integrity sha512-9AEqNZZyBx8OdZpxzQlaFEVCSFUM2YXJH46yPOiOpm078k6ZLOCcuAzGum/zK8YBwY+dbahVNbHrbgrAwIRlqw== dependencies: "@types/prop-types" "*" csstype "^3.0.2"