Skip to content

Commit 12715a2

Browse files
author
Angular Builds
committed
08b106e9f build: update ChromeDriver to 99.0.4844.17
1 parent 2517098 commit 12715a2

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,15 +1,15 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "14.0.0-next.0+12.sha-7ce5000",
3+
"version": "14.0.0-next.0+14.sha-08b106e",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
9-
"@ampproject/remapping": "2.0.2",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#7ce50002a",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#7ce50002a",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#7ce50002a",
9+
"@ampproject/remapping": "2.1.0",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#08b106e9f",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#08b106e9f",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#08b106e9f",
1313
"@babel/core": "7.17.0",
1414
"@babel/generator": "7.17.0",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.17.0",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#7ce50002a",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#08b106e9f",
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.18",
33+
"esbuild-wasm": "0.14.20",
3434
"glob": "7.2.0",
3535
"https-proxy-agent": "5.0.0",
3636
"inquirer": "8.2.0",
@@ -41,7 +41,7 @@
4141
"license-webpack-plugin": "4.0.1",
4242
"loader-utils": "3.2.0",
4343
"mini-css-extract-plugin": "2.5.3",
44-
"minimatch": "3.0.4",
44+
"minimatch": "3.0.5",
4545
"open": "8.4.0",
4646
"ora": "5.4.1",
4747
"parse5-html-rewriting-stream": "6.0.1",
@@ -71,7 +71,7 @@
7171
"webpack-subresource-integrity": "5.1.0"
7272
},
7373
"optionalDependencies": {
74-
"esbuild": "0.14.18"
74+
"esbuild": "0.14.20"
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 11:45:33 GMT+0000 (Coordinated Universal Time)
1+
Wed Feb 09 2022 11:45:53 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)