Skip to content

Commit 723c291

Browse files
committed
fix(deps): update dependency typescript
1 parent d80acd6 commit 723c291

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

integration/project/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"ng-packagr": "^18.0.0-next.0",
14-
"typescript": "~5.5.3"
14+
"typescript": "~5.7.0"
1515
},
1616
"scripts": {
1717
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"

integration/project/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1991,10 +1991,10 @@ tslib@^2.1.0, tslib@^2.3.0:
19911991
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
19921992
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
19931993

1994-
typescript@~5.5.3:
1995-
version "5.5.3"
1996-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
1997-
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
1994+
typescript@~5.7.0:
1995+
version "5.7.3"
1996+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
1997+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
19981998

19991999
unique-filename@^3.0.0:
20002000
version "3.0.0"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
},
259259
"dependencies": {
260260
"@angular/language-service": "^19.2.0-next.2",
261-
"typescript": "5.8.0-beta",
261+
"typescript": "5.8.0-dev.20250218",
262262
"vscode-html-languageservice": "^4.2.5",
263263
"vscode-jsonrpc": "6.0.0",
264264
"vscode-languageclient": "7.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7258,10 +7258,10 @@ typed-rest-client@^1.8.4:
72587258
tunnel "0.0.6"
72597259
underscore "^1.12.1"
72607260

7261-
typescript@5.8.0-beta:
7262-
version "5.8.0-beta"
7263-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.0-beta.tgz#ba16fac5715be6540d01f0a9778f5eab7ae2ec61"
7264-
integrity sha512-7VGUiBOGi+BYhiuy3iITIgu6m2wVW2Vb4CW+OJsW6OJS/TgvezKbAN3WBfiSErE8QOLdce0ilm6VANMkzNWW1A==
7261+
typescript@5.8.0-dev.20250218:
7262+
version "5.8.0-dev.20250218"
7263+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.0-dev.20250218.tgz#4fd98cc5524a9ce0d09a557d97905657a909f6fa"
7264+
integrity sha512-ug24uoLMp4xZWUZOYi900L8VM9Tjpvm7+clJYYDY9OYOlveZf7en8ndF/kfZZ7QoODkFC/z6mvDdaD0ePD2fmQ==
72657265

72667266
typescript@~4.6.3:
72677267
version "4.6.4"

0 commit comments

Comments
 (0)