Skip to content

Commit 2f02c30

Browse files
angular-robotalan-agius4
authored andcommitted
build: update dependency typescript to v4.8.4
1 parent 5990324 commit 2f02c30

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"tree-kill": "1.2.2",
213213
"ts-node": "^10.0.0",
214214
"tslib": "2.4.0",
215-
"typescript": "4.8.3",
215+
"typescript": "4.8.4",
216216
"verdaccio": "5.15.3",
217217
"verdaccio-auth-memory": "^10.0.0",
218218
"webpack": "5.74.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": "15.0.0-next.3",
3232
"@angular/compiler-cli": "15.0.0-next.3",
33-
"typescript": "4.8.3",
33+
"typescript": "4.8.4",
3434
"webpack": "5.74.0"
3535
}
3636
}

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10774,7 +10774,12 @@ typedarray@^0.0.6:
1077410774
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1077510775
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1077610776

10777-
typescript@4.8.3, typescript@^4.6.2, typescript@~4.8.0:
10777+
typescript@4.8.4:
10778+
version "4.8.4"
10779+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
10780+
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
10781+
10782+
typescript@^4.6.2, typescript@~4.8.0:
1077810783
version "4.8.3"
1077910784
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
1078010785
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==

0 commit comments

Comments
 (0)