Skip to content

Commit

Permalink
Update website Babel and TS to latest (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangpierce committed Jul 4, 2023
1 parent 6f983ef commit 7bbfc73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "https://sucrase.io",
"dependencies": {
"@babel/standalone": "^7.18.5",
"@babel/standalone": "^7.22.5",
"@jridgewell/trace-mapping": "^0.3.17",
"@sucrase/webpack-loader": "^2.0.0",
"@types/base64-js": "^1.2.5",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react-virtualized-auto-sizer": "^1.0.6",
"style-loader": "^1.0.0",
"sucrase": "^3.32.0",
"typescript": "^4.7.4",
"typescript": "^5.1.6",
"url-loader": "^2.2.0",
"webpack": "^5.73.0",
"webpack-dev-server": "^4.9.2"
Expand Down
2 changes: 2 additions & 0 deletions website/src/worker/Worker.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ function runBabel(): {code: string; time: number | null} {
"proposal-optional-catch-binding",
"proposal-nullish-coalescing-operator",
"proposal-optional-chaining",
"syntax-explicit-resource-management",
"syntax-import-assertions",
"syntax-import-reflection",
);
}

Expand Down
10 changes: 5 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"

"@babel/standalone@^7.18.5":
"@babel/standalone@^7.22.5":
version "7.22.5"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.22.5.tgz#91a55e725e93d65241e0ccd8b0c3c7067258da3c"
integrity sha512-6Lwhzral4YDEbIM3dBC8/w0BMDvOosGBGaJWSORLkerx8byawkmwwzXKUB0jGlI1Zp90+cK2uyTl62UPtLbUjQ==
Expand Down Expand Up @@ -6042,10 +6042,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^4.7.4:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
typescript@^5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 7bbfc73

Please sign in to comment.