Skip to content

Commit f99cc6f

Browse files
clydindgp1130
authored andcommitted
fix(@angular-devkit/build-angular): update babel to 7.8.7
Babel versions 7.8.0-7.8.6 contain a defect that can cause failures due to babel plugin changes (even in patch versions). Plugins are not pinned as they are transitive dependencies of the packages adjusted in this commit. This failure will prevent a newly generated project from building and can only be worked around by disabling differential loading. Fixes: #17262
1 parent c8ad242 commit f99cc6f

File tree

2 files changed

+246
-157
lines changed

2 files changed

+246
-157
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"@angular-devkit/build-optimizer": "0.0.0",
1212
"@angular-devkit/build-webpack": "0.0.0",
1313
"@angular-devkit/core": "0.0.0",
14-
"@babel/core": "7.8.3",
15-
"@babel/preset-env": "7.8.3",
14+
"@babel/core": "7.8.7",
15+
"@babel/preset-env": "7.8.7",
1616
"@ngtools/webpack": "0.0.0",
1717
"ajv": "6.10.2",
1818
"autoprefixer": "9.6.1",
19-
"browserslist": "4.8.6",
19+
"browserslist": "4.10.0",
2020
"cacache": "12.0.2",
21-
"caniuse-lite": "1.0.30001024",
21+
"caniuse-lite": "1.0.30001035",
2222
"circular-dependency-plugin": "5.2.0",
2323
"clean-css": "4.2.1",
2424
"coverage-istanbul-loader": "2.0.3",

0 commit comments

Comments
 (0)