Skip to content

Commit 4c24d7c

Browse files
committed
chore: upgrade ts version
1 parent d0f0d6a commit 4c24d7c

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"size-limit": "~11.1.6",
140140
"sucrase": "^3.35.0",
141141
"ts-node": "10.9.2",
142-
"typescript": "~5.8.0",
142+
"typescript": "^6.0.0-beta",
143143
"vitest": "^3.2.4",
144144
"yalc": "^1.0.0-pre.53",
145145
"yarn-deduplicate": "6.0.2"

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28149,7 +28149,6 @@ stylus@0.59.0, stylus@^0.59.0:
2814928149

2815028150
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2815128151
version "3.36.0"
28152-
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2815328152
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2815428153
dependencies:
2815528154
"@jridgewell/gen-mapping" "^0.3.2"
@@ -29129,16 +29128,16 @@ typescript@^5.7.3, typescript@^5.8.3:
2912929128
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
2913029129
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
2913129130

29131+
typescript@^6.0.0-beta:
29132+
version "6.0.0-beta"
29133+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.0-beta.tgz#2f87bd0cd1a291f675b3414a02a00bd4f7b48357"
29134+
integrity sha512-CldZdztDpQRLM1HC6WDQjQkQN5Ub5zRau737a1diGh3lPmb9oRsaWHk1y5iqK0o7+1bNJ0oXfEGRkAogFZBL+Q==
29135+
2913229136
typescript@next:
2913329137
version "5.2.0-dev.20230530"
2913429138
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.0-dev.20230530.tgz#4251ade97a9d8a86850c4d5c3c4f3e1cb2ccf52c"
2913529139
integrity sha512-bIoMajCZWzLB+pWwncaba/hZc6dRnw7x8T/fenOnP9gYQB/gc4xdm48AXp5SH5I/PvvSeZ/dXkUMtc8s8BiDZw==
2913629140

29137-
typescript@~5.8.0:
29138-
version "5.8.3"
29139-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
29140-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
29141-
2914229141
uc.micro@^1.0.1, uc.micro@^1.0.5:
2914329142
version "1.0.6"
2914429143
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"

0 commit comments

Comments
 (0)