Skip to content

Commit 0d46aab

Browse files
angular-robotalan-agius4
authored andcommitted
build: update dependency typescript to v5.5.3
1 parent f49c8d3 commit 0d46aab

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"tree-kill": "1.2.2",
198198
"ts-node": "^10.9.1",
199199
"tslib": "2.6.3",
200-
"typescript": "5.5.2",
200+
"typescript": "5.5.3",
201201
"undici": "6.19.2",
202202
"verdaccio": "5.31.1",
203203
"verdaccio-auth-memory": "^10.0.0",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
3030
"@angular/compiler": "18.1.0-rc.0",
3131
"@angular/compiler-cli": "18.1.0-rc.0",
32-
"typescript": "5.5.2",
32+
"typescript": "5.5.3",
3333
"webpack": "5.92.1"
3434
}
3535
}

yarn.lock

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ __metadata:
782782
tree-kill: "npm:1.2.2"
783783
ts-node: "npm:^10.9.1"
784784
tslib: "npm:2.6.3"
785-
typescript: "npm:5.5.2"
785+
typescript: "npm:5.5.3"
786786
undici: "npm:6.19.2"
787787
verdaccio: "npm:5.31.1"
788788
verdaccio-auth-memory: "npm:^10.0.0"
@@ -4273,7 +4273,7 @@ __metadata:
42734273
"@angular-devkit/core": "npm:0.0.0-PLACEHOLDER"
42744274
"@angular/compiler": "npm:18.1.0-rc.0"
42754275
"@angular/compiler-cli": "npm:18.1.0-rc.0"
4276-
typescript: "npm:5.5.2"
4276+
typescript: "npm:5.5.3"
42774277
webpack: "npm:5.92.1"
42784278
peerDependencies:
42794279
"@angular/compiler-cli": ^18.0.0 || ^18.1.0-next.0
@@ -17768,6 +17768,16 @@ __metadata:
1776817768
languageName: node
1776917769
linkType: hard
1777017770

17771+
"typescript@npm:5.5.3":
17772+
version: 5.5.3
17773+
resolution: "typescript@npm:5.5.3"
17774+
bin:
17775+
tsc: bin/tsc
17776+
tsserver: bin/tsserver
17777+
checksum: 10c0/f52c71ccbc7080b034b9d3b72051d563601a4815bf3e39ded188e6ce60813f75dbedf11ad15dd4d32a12996a9ed8c7155b46c93a9b9c9bad1049766fe614bbdd
17778+
languageName: node
17779+
linkType: hard
17780+
1777117781
"typescript@npm:~4.9.0":
1777217782
version: 4.9.5
1777317783
resolution: "typescript@npm:4.9.5"
@@ -17798,6 +17808,16 @@ __metadata:
1779817808
languageName: node
1779917809
linkType: hard
1780017810

17811+
"typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>":
17812+
version: 5.5.3
17813+
resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>::version=5.5.3&hash=b45daf"
17814+
bin:
17815+
tsc: bin/tsc
17816+
tsserver: bin/tsserver
17817+
checksum: 10c0/5a437c416251334deeaf29897157032311f3f126547cfdc4b133768b606cb0e62bcee733bb97cf74c42fe7268801aea1392d8e40988cdef112e9546eba4c03c5
17818+
languageName: node
17819+
linkType: hard
17820+
1780117821
"typescript@patch:typescript@npm%3A~4.9.0#optional!builtin<compat/typescript>":
1780217822
version: 4.9.5
1780317823
resolution: "typescript@patch:typescript@npm%3A4.9.5#optional!builtin<compat/typescript>::version=4.9.5&hash=289587"

0 commit comments

Comments
 (0)