diff --git a/package.json b/package.json index b6295f93..3a034812 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@remix-run/eslint-config": "^1.19.3", - "@types/react": "^18.2.30", + "@types/react": "^18.2.32", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-markdown": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index 51404a14..66b13c59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -862,10 +862,10 @@ resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react@^18.2.30": - version "18.2.30" - resolved "https://registry.npmjs.org/@types/react/-/react-18.2.30.tgz#b84f786864fc46f18545364a54d5e1316308e59b" - integrity sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg== +"@types/react@^18.2.32": + version "18.2.32" + resolved "https://registry.npmjs.org/@types/react/-/react-18.2.32.tgz#7ec787730c45ee9a3c0ed150b19e95c31fe4608a" + integrity sha512-F0FVIZQ1x5Gxy/VYJb7XcWvCcHR28Sjwt1dXLspdIatfPq1MVACfnBDwKe6ANLxQ64riIJooXClpUR6oxTiepg== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"