diff --git a/package.json b/package.json index 2af1812..08353f7 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "rimraf": "^4.1.2", "sanity": "^3.5.0", "styled-components": "^5.3.9", - "typescript": "^4.9.5" + "typescript": "^5.0.0" }, "peerDependencies": { "lodash": ">= 4.17.4", diff --git a/yarn.lock b/yarn.lock index 0a7c8ce..8d5d8b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6452,6 +6452,9 @@ sanity-diff-patch@^1.0.9: dependencies: diff-match-patch "^1.0.5" +"sanity-plugin-asset-source-pexels@link:.yalc/sanity-plugin-asset-source-pexels": + version "0.0.0" + sanity@^3.5.0: version "3.8.1" resolved "https://registry.yarnpkg.com/sanity/-/sanity-3.8.1.tgz#ca8b9a7f6aa4533c18c18d50db0eb0fd5b1c291d" @@ -7222,10 +7225,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@^4.9.5: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^5.0.0: + version "5.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf" + integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA== typescript@~4.8.4: version "4.8.4"