Skip to content

Commit

Permalink
Update typescript to 4.5.2 (#11831)
Browse files Browse the repository at this point in the history
* Update typescript to 4.5.2

* Try increase `--max-old-space-size`

Co-authored-by: fisker Cheung <lionkay@gmail.com>
  • Loading branch information
sosukesuzuki and fisker committed Nov 21, 2021
1 parent 8a85ba4 commit e1cc5b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit e1cc5b2

Please sign in to comment.