diff --git a/package.json b/package.json index 70bc2d8376db..bc6c96a6e077 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "semver": "7.3.5", "string-width": "4.2.2", "strip-ansi": "6.0.0", - "typescript": "4.5.1-rc", + "typescript": "4.5.2", "unicode-regex": "3.0.0", "unified": "9.2.1", "vnopts": "1.0.2", @@ -162,7 +162,7 @@ "fix": "run-s fix:eslint fix:prettier", "fix:eslint": "yarn lint:eslint --fix", "fix:prettier": "yarn lint:prettier --write", - "build": "node --max-old-space-size=3072 ./scripts/build/build.mjs", + "build": "node --max-old-space-size=4096 ./scripts/build/build.mjs", "build:website": "node ./scripts/build-website.mjs" }, "browserslist": [ diff --git a/yarn.lock b/yarn.lock index 28e01f1f10e0..ef2ca0adaf8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6548,10 +6548,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.5.1-rc: - version "4.5.1-rc" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.1-rc.tgz#02155eaa0579d11babb2a55dcbd796948a994bb3" - integrity sha512-tQBWW1DCFqweyhSzsAUSFgssJ3uuRBh0zyOkRV4CaFF2rMBkGU0I+MqPMch0qhGCUGXjOW7FgMrbQLS6PE3Z6Q== +typescript@4.5.2: + version "4.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998" + integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw== unbox-primitive@^1.0.1: version "1.0.1"