Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 835d8e3

Browse files
author
Angular Builds
committed
4632a53b4 build: update angular packages
1 parent b0a6891 commit 835d8e3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@angular-devkit/build-ng-packagr",
3-
"version": "0.1000.0-rc.0+103.b260241",
3+
"version": "0.1000.0-rc.0+104.4632a53",
44
"description": "Angular Build Architect for ng-packagr",
55
"experimental": true,
66
"main": "src/index.js",
77
"typings": "src/index.d.ts",
88
"builders": "builders.json",
99
"dependencies": {
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b2602411a",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4632a53b4",
1111
"rxjs": "6.5.5"
1212
},
1313
"peerDependencies": {

test/ng-packaged/projects/lib/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lib",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^9.0.0",
6-
"@angular/core": "^9.0.0"
5+
"@angular/common": "^10.0.0",
6+
"@angular/core": "^10.0.0"
77
}
88
}

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Thu Jun 25 2020 10:33:55 GMT+0000 (Coordinated Universal Time)
1+
Fri Jun 26 2020 11:01:06 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)