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

Commit

Permalink
RC > Moved auth-client to peer dependency; fixed skyux watch (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush authored Jan 2, 2019
1 parent f6ed018 commit aec1365
Showing 1 changed file with 43 additions and 42 deletions.
85 changes: 43 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@
},
"homepage": "https://github.com/blackbaud/skyux-builder#readme",
"peerDependencies": {
"@angular/compiler-cli": "^7.1.1",
"@angular/compiler": "^7.1.1",
"@angular/common": "^7.1.1",
"@angular/core": "^7.1.1",
"@angular/forms": "^7.1.1",
"@angular/http": "^7.1.1",
"@angular/platform-browser": "^7.1.1",
"@angular/platform-browser-dynamic": "^7.1.1",
"@angular/router": "^7.1.1",
"@angular/compiler-cli": "^7.1.4",
"@angular/compiler": "^7.1.4",
"@angular/common": "^7.1.4",
"@angular/core": "^7.1.4",
"@angular/forms": "^7.1.4",
"@angular/http": "^7.1.4",
"@angular/platform-browser": "^7.1.4",
"@angular/platform-browser-dynamic": "^7.1.4",
"@angular/router": "^7.1.4",
"@blackbaud/auth-client": "^2.12.0",
"@skyux-sdk/pact": "^3.1.0",
"@skyux-sdk/testing": "^3.0.0",
"@skyux/assets": "^3.0.0",
Expand All @@ -48,24 +49,23 @@
"@skyux/theme": "^3.3.1",
"@types/core-js": "^2.5.0",
"codelyzer": "^4.5.0",
"core-js": "^2.5.7",
"core-js": "^2.6.0",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint": "^5.12.0",
"typescript": "^3.1.6",
"zone.js": "^0.8.26"
},
"dependencies": {
"@angular-devkit/build-optimizer": "0.11.0",
"@blackbaud/auth-client": "2.12.0",
"@angular-devkit/build-optimizer": "0.11.4",
"@blackbaud/skyux-lib-help": "1.3.1",
"@blackbaud/skyux-logger": "1.1.0",
"@ngtools/webpack": "7.1.0",
"@ngtools/webpack": "7.1.4",
"@pact-foundation/karma-pact": "2.1.9",
"@pact-foundation/pact-node": "6.20.0",
"@types/jasmine": "2.8.11",
"@types/node": "10.12.11",
"@types/jasmine": "3.3.5",
"@types/node": "10.12.18",
"angular2-template-loader": "0.6.2",
"async": "2.6.1",
"awesome-typescript-loader": "5.2.1",
Expand All @@ -84,23 +84,23 @@
"istanbul-instrumenter-loader": "3.0.1",
"jasmine": "2.99.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "3.1.3",
"karma": "3.1.4",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.2",
"karma-jasmine": "1.1.2",
"karma-mocha-reporter": "2.2.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "4.0.0-rc.2",
"loader-utils": "1.1.0",
"karma-webpack": "4.0.0-rc.5",
"loader-utils": "1.2.3",
"lodash.get": "4.4.2",
"lodash.mergewith": "4.6.1",
"minimist": "1.2.0",
"node-sass": "4.10.0",
"node-sass": "4.11.0",
"node-sass-tilde-importer": "1.0.2",
"opn": "5.4.0",
"portfinder": "1.0.20",
"protractor": "5.4.1",
"raw-loader": "0.5.1",
"protractor": "5.4.2",
"raw-loader": "1.0.0",
"reflect-metadata": "0.1.12",
"remap-istanbul": "0.12.0",
"rimraf": "2.6.2",
Expand All @@ -113,47 +113,48 @@
"url": "0.11.0",
"util": "0.11.1",
"web-animations-js": "2.3.1",
"webpack": "4.26.1",
"webpack": "4.28.3",
"webpack-cli": "3.1.2",
"webpack-dev-middleware": "3.4.0",
"webpack-dev-server": "3.1.10",
"webpack-merge": "4.1.4"
"webpack-dev-server": "3.1.14",
"webpack-merge": "4.1.5"
},
"devDependencies": {
"@angular/animations": "7.1.1",
"@angular/common": "7.1.1",
"@angular/compiler": "7.1.1",
"@angular/compiler-cli": "7.1.1",
"@angular/core": "7.1.1",
"@angular/forms": "7.1.1",
"@angular/http": "7.1.1",
"@angular/platform-browser": "7.1.1",
"@angular/platform-browser-dynamic": "7.1.1",
"@angular/router": "7.1.1",
"@angular/animations": "7.1.4",
"@angular/common": "7.1.4",
"@angular/compiler": "7.1.4",
"@angular/compiler-cli": "7.1.4",
"@angular/core": "7.1.4",
"@angular/forms": "7.1.4",
"@angular/http": "7.1.4",
"@angular/platform-browser": "7.1.4",
"@angular/platform-browser-dynamic": "7.1.4",
"@angular/router": "7.1.4",
"@blackbaud/auth-client": "2.12.0",
"@pact-foundation/pact-web": "7.2.0",
"@skyux-sdk/pact": "3.1.0",
"@skyux-sdk/testing": "3.0.0",
"@skyux-sdk/testing": "3.1.0",
"@skyux/assets": "3.0.0",
"@skyux/config": "3.2.0",
"@skyux/core": "3.4.0",
"@skyux/core": "3.5.1",
"@skyux/http": "3.2.0",
"@skyux/i18n": "3.5.0",
"@skyux/indicators": "3.0.0-rc.5",
"@skyux/modals": "3.0.0-rc.5",
"@skyux/indicators": "3.0.0-rc.6",
"@skyux/modals": "3.0.0-rc.8",
"@skyux/omnibar-interop": "3.1.0",
"@skyux/router": "3.1.0",
"@skyux/theme": "3.3.1",
"@types/core-js": "2.5.0",
"codelyzer": "4.5.0",
"core-js": "2.5.7",
"core-js": "2.6.1",
"jscs": "3.0.7",
"jshint": "2.9.6",
"jshint": "2.9.7",
"mock-require": "3.0.2",
"proxyquire": "2.1.0",
"rxjs": "6.3.3",
"rxjs-compat": "6.3.3",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"tslint": "5.12.0",
"typescript": "3.1.6",
"zone.js": "0.8.26"
}
Expand Down

0 comments on commit aec1365

Please sign in to comment.