diff --git a/playground/package-lock.json b/playground/package-lock.json index 46e988e8c4..7f12ea0b48 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -17,7 +17,7 @@ "react-hook-form": "^7.47.0" }, "devDependencies": { - "@types/react": "^18.2.24", + "@types/react": "^18.2.25", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.4", @@ -1648,9 +1648,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.24", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.24.tgz", - "integrity": "sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw==", + "version": "18.2.25", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.25.tgz", + "integrity": "sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==", "devOptional": true, "dependencies": { "@types/prop-types": "*", diff --git a/playground/package.json b/playground/package.json index 9b2c2ecc9f..faa50751ab 100644 --- a/playground/package.json +++ b/playground/package.json @@ -19,7 +19,7 @@ "react-hook-form": "^7.47.0" }, "devDependencies": { - "@types/react": "^18.2.24", + "@types/react": "^18.2.25", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.4",