Skip to content

Commit 53a31ab

Browse files
author
Angular Builds
committed
ee95366ea build: rollback @babel/generator to 7.17.0
1 parent 5458d2b commit 53a31ab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "14.0.0-next.1+26.sha-3243148",
3+
"version": "14.0.0-next.1+29.sha-ee95366",
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#324314813",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#324314813",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#324314813",
13-
"@babel/core": "7.17.4",
14-
"@babel/generator": "7.17.3",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ee95366ea",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#ee95366ea",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#ee95366ea",
13+
"@babel/core": "7.17.2",
14+
"@babel/generator": "7.17.0",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
1616
"@babel/plugin-proposal-async-generator-functions": "7.16.8",
1717
"@babel/plugin-transform-async-to-generator": "7.16.8",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.17.2",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#324314813",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#ee95366ea",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Feb 16 2022 16:51:10 GMT+0000 (Coordinated Universal Time)
1+
Wed Feb 16 2022 18:21:54 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)