diff --git a/package.json b/package.json index 10d16e8a5..5522cd9ab 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "homarr", - "version": "0.3.1", - "private": "false", - "description": "Homarr - A homepage for your server.", - "repository": { - "type": "git", - "url": "https://github.com/ajnart/homarr" - }, + "name": "homarr", + "version": "0.3.1", + "private": "false", + "description": "Homarr - A homepage for your server.", + "repository": { + "type": "git", + "url": "https://github.com/ajnart/homarr" + }, "scripts": { "dev": "next dev", "build": "next build", @@ -83,5 +83,8 @@ "storybook-dark-mode": "^1.0.9", "ts-jest": "^27.1.4", "typescript": "4.6.3" + }, + "resolutions": { + "@types/react": "18.0.1" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 884ac1dc0..2d29b98d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3125,7 +3125,16 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@17.0.43": +"@types/react@*", "@types/react@18.0.1": + version "18.0.1" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.1.tgz#1b2e02fb7613212518733946e49fb963dfc66e19" + integrity sha512-VnWlrVgG0dYt+NqlfMI0yUYb8Rdl4XUROyH+c6gq/iFCiZ805Vi//26UW38DHnxQkbDhnrIWTBiy6oKZqL11cw== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + +"@types/react@17.0.43": version "17.0.43" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55" integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==