Skip to content

Commit b17c1ec

Browse files
author
Angular Builds
committed
ecf5cffab docs: add note about switching FW dependencies off of -rc.0 and -next.0 before the production release
1 parent 588efdc commit b17c1ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
9-
"@ampproject/remapping": "1.1.1",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2fc7c73d7",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#2fc7c73d7",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#2fc7c73d7",
9+
"@ampproject/remapping": "2.0.0",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ecf5cffab",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#ecf5cffab",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#ecf5cffab",
1313
"@babel/core": "7.16.12",
1414
"@babel/generator": "7.16.8",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.16.7",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#2fc7c73d7",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#ecf5cffab",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Jan 28 2022 19:37:51 GMT+0000 (Coordinated Universal Time)
1+
Fri Jan 28 2022 20:13:04 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)