Skip to content

Commit 2af8488

Browse files
author
Angular Builds
committed
137651645 refactor: replace deprecated String.prototype.substr()
1 parent 49ec7d0 commit 2af8488

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
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.6+7.sha-09a71ba",
3+
"version": "14.0.0-next.6+8.sha-1376516",
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#09a71bab6",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#09a71bab6",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#09a71bab6",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#137651645",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#137651645",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#137651645",
1313
"@babel/core": "7.17.7",
1414
"@babel/generator": "7.17.7",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.17.7",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.7",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#09a71bab6",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#137651645",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",

src/utils/process-bundle.js

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

src/webpack/configs/dev-server.js

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

src/webpack/configs/styles.js

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

src/webpack/plugins/postcss-cli-resources.js

Lines changed: 3 additions & 3 deletions
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-
Mon Mar 21 2022 19:58:58 GMT+0000 (Coordinated Universal Time)
1+
Mon Mar 21 2022 19:59:05 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)