Skip to content

Commit 172771a

Browse files
Update dependency typescript to v6
1 parent 900c3be commit 172771a

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
@@ -36,7 +36,7 @@
3636
"manual-git-changelog": "^1.0.2",
3737
"rdf-test-suite": "^2.1.4",
3838
"typedoc": "^0.28.16",
39-
"typescript": "^5.7.3",
39+
"typescript": "^6.0.0",
4040
"vite": "^8.0.0",
4141
"vitest": "^4.0.18"
4242
}

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8400,11 +8400,16 @@ typedoc@^0.28.16:
84008400
minimatch "^9.0.5"
84018401
yaml "^2.8.1"
84028402

8403-
"typescript@>=3 < 6", typescript@^5.7.3:
8403+
"typescript@>=3 < 6":
84048404
version "5.9.2"
84058405
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
84068406
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
84078407

8408+
typescript@^6.0.0:
8409+
version "6.0.2"
8410+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
8411+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
8412+
84088413
uc.micro@^2.0.0, uc.micro@^2.1.0:
84098414
version "2.1.0"
84108415
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee"

0 commit comments

Comments
 (0)