Skip to content

Commit 5b49afc

Browse files
angular-robotalan-agius4
authored andcommitted
build: update dependency typescript to v4.8.3
1 parent 5e790db commit 5b49afc

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
@@ -213,7 +213,7 @@
213213
"tree-kill": "1.2.2",
214214
"ts-node": "^10.0.0",
215215
"tslib": "2.4.0",
216-
"typescript": "4.8.2",
216+
"typescript": "4.8.3",
217217
"verdaccio": "5.15.3",
218218
"verdaccio-auth-memory": "^10.0.0",
219219
"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.1",
3232
"@angular/compiler-cli": "15.0.0-next.1",
33-
"typescript": "4.8.2",
33+
"typescript": "4.8.3",
3434
"webpack": "5.74.0"
3535
}
3636
}

yarn.lock

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

10786-
typescript@4.8.2, typescript@^4.6.2, typescript@~4.8.0:
10786+
typescript@4.8.3:
10787+
version "4.8.3"
10788+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
10789+
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==
10790+
10791+
typescript@^4.6.2, typescript@~4.8.0:
1078710792
version "4.8.2"
1078810793
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790"
1078910794
integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==

0 commit comments

Comments
 (0)