Skip to content

Commit 5ccddfe

Browse files
angular-robotclydin
authored andcommitted
build: update dependency typescript to v5.4.4
1 parent 84e4a81 commit 5ccddfe

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"tree-kill": "1.2.2",
203203
"ts-node": "^10.9.1",
204204
"tslib": "2.6.2",
205-
"typescript": "5.4.3",
205+
"typescript": "5.4.4",
206206
"undici": "6.11.1",
207207
"verdaccio": "5.30.2",
208208
"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
@@ -30,7 +30,7 @@
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
3131
"@angular/compiler": "18.0.0-next.2",
3232
"@angular/compiler-cli": "18.0.0-next.2",
33-
"typescript": "5.4.3",
33+
"typescript": "5.4.4",
3434
"webpack": "5.91.0"
3535
}
3636
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13605,6 +13605,11 @@ typescript@5.4.3:
1360513605
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
1360613606
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
1360713607

13608+
typescript@5.4.4:
13609+
version "5.4.4"
13610+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
13611+
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
13612+
1360813613
typescript@~4.9.0:
1360913614
version "4.9.5"
1361013615
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"

0 commit comments

Comments
 (0)