Skip to content

Commit 1e8e001

Browse files
build(deps-dev): bump typescript from 5.9.3 to 6.0.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db0f54b commit 1e8e001

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"prettier": "^3.8.1",
7171
"tree-sitter-java-orchard": "0.5.6",
7272
"tsdown": "^0.21.4",
73-
"typescript": "^5.9.3",
73+
"typescript": "^6.0.2",
7474
"typescript-eslint": "^8.57.1"
7575
},
7676
"peerDependencies": {

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4857,11 +4857,16 @@ typescript-eslint@^8.57.1:
48574857
"@typescript-eslint/typescript-estree" "8.58.0"
48584858
"@typescript-eslint/utils" "8.58.0"
48594859

4860-
"typescript@>=3 < 6", typescript@^5.9.3:
4860+
"typescript@>=3 < 6":
48614861
version "5.9.3"
48624862
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
48634863
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
48644864

4865+
typescript@^6.0.2:
4866+
version "6.0.2"
4867+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
4868+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
4869+
48654870
uglify-js@^3.1.4:
48664871
version "3.19.3"
48674872
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"

0 commit comments

Comments
 (0)