Skip to content

Commit aed425d

Browse files
author
Angular Builds
committed
3c31c22ba build: update all non-major dependencies
1 parent 53a31ab commit aed425d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 12 additions & 12 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+29.sha-ee95366",
3+
"version": "14.0.0-next.1+30.sha-3c31c22",
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#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",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3c31c22ba",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#3c31c22ba",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#3c31c22ba",
13+
"@babel/core": "7.17.5",
14+
"@babel/generator": "7.17.3",
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,17 +20,17 @@
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#ee95366ea",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#3c31c22ba",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",
2727
"browserslist": "^4.9.1",
2828
"cacache": "15.3.0",
2929
"copy-webpack-plugin": "10.2.4",
30-
"core-js": "3.21.0",
30+
"core-js": "3.21.1",
3131
"critters": "0.0.16",
3232
"css-loader": "6.6.0",
33-
"esbuild-wasm": "0.14.21",
33+
"esbuild-wasm": "0.14.22",
3434
"glob": "7.2.0",
3535
"https-proxy-agent": "5.0.0",
3636
"inquirer": "8.2.0",
@@ -49,7 +49,7 @@
4949
"postcss": "8.4.6",
5050
"postcss-import": "14.0.2",
5151
"postcss-loader": "6.2.1",
52-
"postcss-preset-env": "7.4.0",
52+
"postcss-preset-env": "7.4.1",
5353
"regenerator-runtime": "0.13.9",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "6.6.7",
@@ -64,14 +64,14 @@
6464
"text-table": "0.2.0",
6565
"tree-kill": "1.2.2",
6666
"tslib": "2.3.1",
67-
"webpack": "5.69.0",
67+
"webpack": "5.69.1",
6868
"webpack-dev-middleware": "5.3.1",
6969
"webpack-dev-server": "4.7.4",
7070
"webpack-merge": "5.8.0",
7171
"webpack-subresource-integrity": "5.1.0"
7272
},
7373
"optionalDependencies": {
74-
"esbuild": "0.14.21"
74+
"esbuild": "0.14.22"
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 16 2022 18:21:54 GMT+0000 (Coordinated Universal Time)
1+
Thu Feb 17 2022 18:41:01 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)