Skip to content

Commit ff0d72b

Browse files
author
Angular Builds
committed
0c344259d fix(@ngtools/webpack): update peer dependency to reflect TS 4.6 support
1 parent 697ef56 commit ff0d72b

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "14.0.0-next.6+20.sha-966d25b",
3+
"version": "14.0.0-next.6+16.sha-0c34425",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "2.1.2",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#966d25b55",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#966d25b55",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#966d25b55",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0c344259d",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#0c344259d",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#0c344259d",
1313
"@babel/core": "7.17.8",
1414
"@babel/generator": "7.17.7",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,13 +20,14 @@
2020
"@babel/runtime": "7.17.8",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.7",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#966d25b55",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#0c344259d",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",
2727
"browserslist": "^4.9.1",
2828
"cacache": "16.0.2",
2929
"copy-webpack-plugin": "10.2.4",
30+
"core-js": "3.21.1",
3031
"critters": "0.0.16",
3132
"css-loader": "6.7.1",
3233
"esbuild-wasm": "0.14.27",

src/utils/check-port.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/webpack/configs/common.js

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Mar 23 2022 20:30:51 GMT+0000 (Coordinated Universal Time)
1+
Wed Mar 23 2022 20:33:13 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)