From 96f9c3493f13e2d183088e69771a5567682cc4ef Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Sun, 16 Feb 2025 08:02:35 +0000 Subject: [PATCH] fix(deps): update dependency typescript --- integration/project/package.json | 2 +- integration/project/yarn.lock | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/integration/project/package.json b/integration/project/package.json index 0cd007752f..f68753ee53 100644 --- a/integration/project/package.json +++ b/integration/project/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "ng-packagr": "^18.0.0-next.0", - "typescript": "~5.5.3" + "typescript": "~5.7.0" }, "scripts": { "build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json" diff --git a/integration/project/yarn.lock b/integration/project/yarn.lock index b1de68f639..2200732767 100644 --- a/integration/project/yarn.lock +++ b/integration/project/yarn.lock @@ -1991,10 +1991,10 @@ tslib@^2.1.0, tslib@^2.3.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== -typescript@~5.5.3: - version "5.5.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" - integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== +typescript@~5.7.0: + version "5.7.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e" + integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw== unique-filename@^3.0.0: version "3.0.0" diff --git a/package.json b/package.json index de27431bc8..b7ed1a3202 100644 --- a/package.json +++ b/package.json @@ -258,7 +258,7 @@ }, "dependencies": { "@angular/language-service": "^19.2.0-next.2", - "typescript": "5.8.0-beta", + "typescript": "5.8.0-dev.20250216", "vscode-html-languageservice": "^4.2.5", "vscode-jsonrpc": "6.0.0", "vscode-languageclient": "7.0.0", diff --git a/yarn.lock b/yarn.lock index 403ec3c6a1..d18cda83e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7258,10 +7258,10 @@ typed-rest-client@^1.8.4: tunnel "0.0.6" underscore "^1.12.1" -typescript@5.8.0-beta: - version "5.8.0-beta" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.0-beta.tgz#ba16fac5715be6540d01f0a9778f5eab7ae2ec61" - integrity sha512-7VGUiBOGi+BYhiuy3iITIgu6m2wVW2Vb4CW+OJsW6OJS/TgvezKbAN3WBfiSErE8QOLdce0ilm6VANMkzNWW1A== +typescript@5.8.0-dev.20250216: + version "5.8.0-dev.20250216" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.0-dev.20250216.tgz#1c5ccc8cea6d1c3668011fdfe1cba4f1068fd443" + integrity sha512-yk0nq9GDx1NVK8gi8NgJULq3NJxkepX/B8ZQtopaLM0cUbjBhZLcXeHUs+LBv8AUUGq9alZGPQuC/W/IG/yoXA== typescript@~4.6.3: version "4.6.4"