Skip to content

Commit b9560f9

Browse files
committed
chore: upgrade ts version
1 parent 2aa0969 commit b9560f9

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@
127127
"es-check": "^7.2.1",
128128
"eslint": "8.57.0",
129129
"jsdom": "^21.1.2",
130-
"nx": "22.5.0",
131130
"madge": "8.0.0",
132131
"nodemon": "^3.1.10",
133132
"npm-run-all2": "^6.2.0",
133+
"nx": "22.5.0",
134134
"oxfmt": "^0.32.0",
135135
"rimraf": "^5.0.10",
136136
"rollup": "^4.35.0",
@@ -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
@@ -28692,7 +28692,6 @@ stylus@0.59.0, stylus@^0.59.0:
2869228692

2869328693
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2869428694
version "3.36.0"
28695-
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2869628695
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2869728696
dependencies:
2869828697
"@jridgewell/gen-mapping" "^0.3.2"
@@ -29672,16 +29671,16 @@ typescript@^5.7.3, typescript@^5.8.3:
2967229671
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
2967329672
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
2967429673

29674+
typescript@^6.0.0-beta:
29675+
version "6.0.0-beta"
29676+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.0-beta.tgz#2f87bd0cd1a291f675b3414a02a00bd4f7b48357"
29677+
integrity sha512-CldZdztDpQRLM1HC6WDQjQkQN5Ub5zRau737a1diGh3lPmb9oRsaWHk1y5iqK0o7+1bNJ0oXfEGRkAogFZBL+Q==
29678+
2967529679
typescript@next:
2967629680
version "5.2.0-dev.20230530"
2967729681
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.0-dev.20230530.tgz#4251ade97a9d8a86850c4d5c3c4f3e1cb2ccf52c"
2967829682
integrity sha512-bIoMajCZWzLB+pWwncaba/hZc6dRnw7x8T/fenOnP9gYQB/gc4xdm48AXp5SH5I/PvvSeZ/dXkUMtc8s8BiDZw==
2967929683

29680-
typescript@~5.8.0:
29681-
version "5.8.3"
29682-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
29683-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
29684-
2968529684
uc.micro@^1.0.1, uc.micro@^1.0.5:
2968629685
version "1.0.6"
2968729686
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"

0 commit comments

Comments
 (0)