Skip to content

Commit e935a95

Browse files
author
Angular Builds
committed
92cc05bd5 ci: use renovate Github Action tag version pinning
1 parent d904bb0 commit e935a95

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

package.json

Lines changed: 5 additions & 5 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.2+8.sha-748d3ab",
3+
"version": "14.0.0-next.2+10.sha-92cc05b",
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#748d3ab2e",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#748d3ab2e",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#748d3ab2e",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#92cc05bd5",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#92cc05bd5",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#92cc05bd5",
1313
"@babel/core": "7.17.5",
1414
"@babel/generator": "7.17.3",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -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#748d3ab2e",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#92cc05bd5",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",

src/webpack/plugins/named-chunks-plugin.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue Feb 22 2022 15:48:37 GMT+0000 (Coordinated Universal Time)
1+
Tue Feb 22 2022 22:00:15 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)