|
1 | 1 | {
|
2 | 2 | "name": "@angular-devkit/build-angular",
|
3 |
| - "version": "0.1001.0-next.6+16.0933fd0", |
| 3 | + "version": "0.1001.0-next.6+19.7aa69d4", |
4 | 4 | "description": "Angular Webpack Build Facade",
|
5 | 5 | "experimental": true,
|
6 | 6 | "main": "src/index.js",
|
7 | 7 | "typings": "src/index.d.ts",
|
8 | 8 | "builders": "builders.json",
|
9 | 9 | "dependencies": {
|
10 |
| - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0933fd0ac", |
11 |
| - "@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#0933fd0ac", |
12 |
| - "@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#0933fd0ac", |
13 |
| - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0933fd0ac", |
| 10 | + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#7aa69d440", |
| 11 | + "@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#7aa69d440", |
| 12 | + "@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#7aa69d440", |
| 13 | + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7aa69d440", |
14 | 14 | "@babel/core": "7.11.1",
|
15 | 15 | "@babel/generator": "7.11.0",
|
16 | 16 | "@babel/plugin-transform-runtime": "7.11.0",
|
17 | 17 | "@babel/preset-env": "7.11.0",
|
18 | 18 | "@babel/runtime": "7.11.2",
|
19 | 19 | "@babel/template": "7.10.4",
|
20 | 20 | "@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
21 |
| - "@ngtools/webpack": "github:angular/ngtools-webpack-builds#0933fd0ac", |
| 21 | + "@ngtools/webpack": "github:angular/ngtools-webpack-builds#7aa69d440", |
22 | 22 | "autoprefixer": "9.8.6",
|
23 | 23 | "babel-loader": "8.1.0",
|
24 | 24 | "browserslist": "^4.9.1",
|
|
77 | 77 | "@angular/compiler-cli": ">=10.1.0-next.0 < 11",
|
78 | 78 | "@angular/localize": ">=10.1.0-next.0 < 11",
|
79 | 79 | "ng-packagr": "^10.0.0",
|
80 |
| - "typescript": ">=3.9 < 3.10" |
| 80 | + "typescript": ">=3.9 < 4.1" |
81 | 81 | },
|
82 | 82 | "peerDependenciesMeta": {
|
83 | 83 | "@angular/localize": {
|
|
0 commit comments