Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed May 12, 2020
1 parent 1571dfb commit 2af6049
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 288 deletions.
50 changes: 25 additions & 25 deletions package.json
Expand Up @@ -19,53 +19,53 @@
},
"private": true,
"dependencies": {
"@angular/animations": "9.1.2",
"@angular/cdk": "9.2.1",
"@angular/common": "9.1.2",
"@angular/compiler": "9.1.2",
"@angular/core": "9.1.2",
"@angular/forms": "9.1.2",
"@angular/localize": "9.1.2",
"@angular/material": "9.2.1",
"@angular/platform-browser": "9.1.2",
"@angular/platform-browser-dynamic": "9.1.2",
"@angular/router": "9.1.2",
"@ng-bootstrap/ng-bootstrap": "6.0.2",
"@angular/animations": "9.1.6",
"@angular/cdk": "9.2.3",
"@angular/common": "9.1.6",
"@angular/compiler": "9.1.6",
"@angular/core": "9.1.6",
"@angular/forms": "9.1.6",
"@angular/localize": "9.1.6",
"@angular/material": "9.2.3",
"@angular/platform-browser": "9.1.6",
"@angular/platform-browser-dynamic": "9.1.6",
"@angular/router": "9.1.6",
"@ng-bootstrap/ng-bootstrap": "6.1.0",
"@uirouter/angular": "6.0.1",
"@uirouter/core": "6.0.4",
"@uirouter/core": "6.0.5",
"bootstrap": "4.4.1",
"core-js": "3.6.5",
"rxjs": "6.5.5",
"tslib": "1.11.1",
"tslib": "1.11.2",
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.901.1",
"@angular/cli": "9.1.1",
"@angular/compiler-cli": "9.1.2",
"@angular/language-service": "9.1.2",
"@angular-devkit/build-angular": "0.901.5",
"@angular/cli": "9.1.5",
"@angular/compiler-cli": "9.1.6",
"@angular/language-service": "9.1.6",
"@types/applicationinsights-js": "1.0.9",
"@types/facebook-pixel": "0.0.20",
"@types/fs-extra": "8.1.0",
"@types/google.analytics": "0.0.40",
"@types/jasmine": "3.5.10",
"@types/node": "13.11.1",
"@types/node": "13.13.5",
"@types/segment-analytics": "0.0.32",
"codelyzer": "5.2.2",
"fs-extra": "9.0.0",
"jasmine-core": "3.5.0",
"karma": "5.0.2",
"karma": "5.0.5",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.1.1",
"karma-coverage-istanbul-reporter": "3.0.2",
"karma-jasmine": "3.1.1",
"karma-jasmine-html-reporter": "1.5.3",
"karma-mocha-reporter": "2.2.5",
"ng-packagr": "9.1.1",
"ng-packagr": "9.1.3",
"rimraf": "3.0.2",
"semantic-release": "17.0.4",
"ts-node": "8.8.2",
"tslint": "6.1.1",
"semantic-release": "17.0.7",
"ts-node": "8.10.1",
"tslint": "6.1.2",
"typescript": "3.8.3"
},
"release": {
Expand Down

0 comments on commit 2af6049

Please sign in to comment.