Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Upgraded just angular. Using builder branch revert-non-angular-deps #1117

Merged
merged 2 commits into from
Sep 26, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"wdio": "wdio"
},
"dependencies": {
"@angular/animations": "4.2.5",
"@angular/animations": "4.3.6",
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush Sep 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ I'll add this to a different pull request.

"dragula": "3.7.2",
"font-awesome": "4.7.0",
"intl": "1.2.5",
Expand All @@ -54,13 +54,13 @@
"web-animations-js": "2.3.1"
},
"devDependencies": {
"@angular/core": "4.2.5",
"@angular/forms": "4.2.5",
"@angular/platform-browser": "4.2.5",
"@angular/platform-browser-dynamic": "4.2.5",
"@angular/router": "4.2.5",
"@angular/core": "4.3.6",
"@angular/forms": "4.3.6",
"@angular/platform-browser": "4.3.6",
"@angular/platform-browser-dynamic": "4.3.6",
"@angular/router": "4.3.6",
"@blackbaud/skyux": "2.0.0",
"@blackbaud/skyux-builder": "1.0.0-rc.19",
"@blackbaud/skyux-builder": "blackbaud/skyux-builder#revert-non-angular-deps",
"@blackbaud/skyux-design-tokens": "0.0.8",
"@blackbaud/stache": "2.0.0-rc.2",
"@types/core-js": "0.9.41",
Expand Down