From 8a5feef3f115c590ee4351622f6766b9359feddd Mon Sep 17 00:00:00 2001 From: Karol Rzotki Date: Fri, 5 Jul 2024 09:54:44 +0200 Subject: [PATCH] remove resolutions --- package.json | 3 --- yarn.lock | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 27b67ee74..f1a5901b6 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,6 @@ "node": ">=8.0.0", "yarn": "^1.0.0" }, - "resolutions": { - "@types/react": "^17.0.40" - }, "dependencies": { "@aws-sdk/client-lambda": "^3.210.0", "@codesandbox/sandpack-react": "^1.17.0", diff --git a/yarn.lock b/yarn.lock index ba4e7dab8..ae892d54c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5446,7 +5446,7 @@ dependencies: "@types/react" "^17" -"@types/react@*", "@types/react@^17", "@types/react@^17.0.38": +"@types/react@*", "@types/react@^17": version "17.0.80" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.80.tgz#a5dfc351d6a41257eb592d73d3a85d3b7dbcbb41" integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==