Skip to content

Commit

Permalink
fix: bump dep, new release see previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Jan 16, 2019
1 parent cd52008 commit 6324c26
Show file tree
Hide file tree
Showing 2 changed files with 568 additions and 453 deletions.
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -19,28 +19,28 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^7.1.4",
"@angular/cdk": "^7.2.0",
"@angular/common": "^7.1.4",
"@angular/compiler": "^7.1.4",
"@angular/core": "^7.1.4",
"@angular/forms": "^7.1.4",
"@angular/material": "^7.2.0",
"@angular/platform-browser": "^7.1.4",
"@angular/platform-browser-dynamic": "^7.1.4",
"@angular/router": "^7.1.4",
"@angular/animations": "^7.2.0",
"@angular/cdk": "^7.2.1",
"@angular/common": "^7.2.0",
"@angular/compiler": "^7.2.0",
"@angular/core": "^7.2.0",
"@angular/forms": "^7.2.0",
"@angular/material": "^7.2.1",
"@angular/platform-browser": "^7.2.0",
"@angular/platform-browser-dynamic": "^7.2.0",
"@angular/router": "^7.2.0",
"@ng-bootstrap/ng-bootstrap": "4.0.1",
"@uirouter/angular": "^2.0.2",
"@uirouter/angular": "^2.0.3",
"bootstrap": "^4.2.1",
"core-js": "^2.6.1",
"core-js": "^2.6.2",
"rxjs": "^6.3.3",
"zone.js": "^0.8.26"
"zone.js": "^0.8.27"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.11.4",
"@angular/cli": "^7.1.4",
"@angular/compiler-cli": "^7.1.4",
"@angular/language-service": "^7.1.4",
"@angular-devkit/build-angular": "~0.12.1",
"@angular/cli": "^7.2.1",
"@angular/compiler-cli": "^7.2.0",
"@angular/language-service": "^7.2.0",
"@types/applicationinsights-js": "^1.0.9",
"@types/facebook-pixel": "^0.0.19",
"@types/fs-extra": "^5.0.4",
Expand All @@ -58,13 +58,13 @@
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"karma-mocha-reporter": "^2.2.5",
"ng-packagr": "4.4.5",
"rimraf": "^2.6.2",
"semantic-release": "^15.13.2",
"ng-packagr": "4.6.0",
"rimraf": "^2.6.3",
"semantic-release": "^15.13.3",
"ts-node": "^7.0.1",
"tsickle": "^0.34.0",
"tslint": "^5.12.0",
"typescript": "3.1.6"
"tslint": "^5.12.1",
"typescript": "3.2.2"
},
"release": {
"branch": "master"
Expand Down

0 comments on commit 6324c26

Please sign in to comment.