Skip to content

Commit e1bc0e8

Browse files
authored
build: bump sucrase to 3.34.0 (#9942)
To ensure we have up-to-date TS support, e.g. `satisfies` cannot be transpiled previously. See https://github.com/alangpierce/sucrase/blob/main/CHANGELOG.md
1 parent 812d10a commit e1bc0e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29365,10 +29365,11 @@ [email protected], stylus@^0.54.7, stylus@^0.54.8:
2936529365
source-map "^0.7.3"
2936629366

2936729367
sucrase@^3.20.0:
29368-
version "3.21.0"
29369-
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.21.0.tgz#6a5affdbe716b22e4dc99c57d366ad0d216444b9"
29370-
integrity sha512-FjAhMJjDcifARI7bZej0Bi1yekjWQHoEvWIXhLPwDhC6O4iZ5PtGb86WV56riW87hzpgB13wwBKO9vKAiWu5VQ==
29368+
version "3.34.0"
29369+
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.34.0.tgz#1e0e2d8fcf07f8b9c3569067d92fbd8690fb576f"
29370+
integrity sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==
2937129371
dependencies:
29372+
"@jridgewell/gen-mapping" "^0.3.2"
2937229373
commander "^4.0.0"
2937329374
glob "7.1.6"
2937429375
lines-and-columns "^1.1.6"

0 commit comments

Comments
 (0)