diff --git a/example/package-lock.json b/example/package-lock.json index 4e9681d..f4fe714 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -14,7 +14,7 @@ "@mui/lab": "^5.0.0-alpha.118", "@mui/material": "^5.11.7", "@types/node": "^16.18.11", - "@types/react": "^18.0.27", + "@types/react": "^18.2.37", "@types/react-dom": "^18.0.10", "ethers": "^5.7.2", "react": "^18.2.0", @@ -4839,9 +4839,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "node_modules/@types/react": { - "version": "18.0.27", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.27.tgz", - "integrity": "sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA==", + "version": "18.2.37", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", + "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/example/package.json b/example/package.json index f124f78..c891353 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ "@mui/lab": "^5.0.0-alpha.118", "@mui/material": "^5.11.7", "@types/node": "^16.18.11", - "@types/react": "^18.0.27", + "@types/react": "^18.2.37", "@types/react-dom": "^18.0.10", "ethers": "^5.7.2", "react": "^18.2.0",