Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 7ac6803

Browse files
committed
fix(package): update Angular to 6.1.0-rc.3
1 parent 3648501 commit 7ac6803

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,25 @@
7777
"patternfly-ng": "^4.0.1"
7878
},
7979
"peerDependencies": {
80-
"@angular/animations": "^6.1.0-rc.0",
81-
"@angular/common": "^6.1.0-rc.0",
82-
"@angular/core": "^6.1.0-rc.0",
83-
"@angular/forms": "^6.1.0-rc.0",
84-
"@angular/router": "^6.1.0-rc.0",
80+
"@angular/animations": "^6.1.0-rc.3",
81+
"@angular/common": "^6.1.0-rc.3",
82+
"@angular/core": "^6.1.0-rc.3",
83+
"@angular/forms": "^6.1.0-rc.3",
84+
"@angular/router": "^6.1.0-rc.3",
8585
"rxjs": "^6.2.2"
8686
},
8787
"devDependencies": {
88-
"@angular/animations": "6.1.0-rc.0",
89-
"@angular/common": "6.1.0-rc.0",
90-
"@angular/compiler": "6.1.0-rc.0",
91-
"@angular/compiler-cli": "6.1.0-rc.0",
92-
"@angular/core": "6.1.0-rc.0",
93-
"@angular/forms": "6.1.0-rc.0",
94-
"@angular/http": "6.1.0-rc.0",
95-
"@angular/platform-browser": "6.1.0-rc.0",
96-
"@angular/platform-browser-dynamic": "6.1.0-rc.0",
97-
"@angular/platform-server": "6.1.0-rc.0",
98-
"@angular/router": "6.1.0-rc.0",
88+
"@angular/animations": "6.1.0-rc.3",
89+
"@angular/common": "6.1.0-rc.3",
90+
"@angular/compiler": "6.1.0-rc.3",
91+
"@angular/compiler-cli": "6.1.0-rc.3",
92+
"@angular/core": "6.1.0-rc.3",
93+
"@angular/forms": "6.1.0-rc.3",
94+
"@angular/http": "6.1.0-rc.3",
95+
"@angular/platform-browser": "6.1.0-rc.3",
96+
"@angular/platform-browser-dynamic": "6.1.0-rc.3",
97+
"@angular/platform-server": "6.1.0-rc.3",
98+
"@angular/router": "6.1.0-rc.3",
9999
"@krux/condition-jenkins": "1.0.1",
100100
"@types/core-js": "2.5.0",
101101
"@types/jasmine": "2.8.8",

0 commit comments

Comments
 (0)