Skip to content

Commit fcec823

Browse files
author
Angular Builds
committed
063acc335 test: change puppeteer imports to use primary entry-point
1 parent 7e4647d commit fcec823

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "14.0.0-next.0+17.sha-a83e90a",
3+
"version": "14.0.0-next.1+3.sha-063acc3",
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.0",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a83e90aa4",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#a83e90aa4",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#a83e90aa4",
13-
"@babel/core": "7.17.0",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#063acc335",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#063acc335",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#063acc335",
13+
"@babel/core": "7.17.2",
1414
"@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",
1818
"@babel/plugin-transform-runtime": "7.17.0",
1919
"@babel/preset-env": "7.16.11",
20-
"@babel/runtime": "7.17.0",
20+
"@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#a83e90aa4",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#063acc335",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",
@@ -30,7 +30,7 @@
3030
"core-js": "3.21.0",
3131
"critters": "0.0.16",
3232
"css-loader": "6.6.0",
33-
"esbuild-wasm": "0.14.20",
33+
"esbuild-wasm": "0.14.21",
3434
"glob": "7.2.0",
3535
"https-proxy-agent": "5.0.0",
3636
"inquirer": "8.2.0",
@@ -71,7 +71,7 @@
7171
"webpack-subresource-integrity": "5.1.0"
7272
},
7373
"optionalDependencies": {
74-
"esbuild": "0.14.20"
74+
"esbuild": "0.14.21"
7575
},
7676
"peerDependencies": {
7777
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Feb 09 2022 21:47:45 GMT+0000 (Coordinated Universal Time)
1+
Thu Feb 10 2022 13:46:14 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)