Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPieszak committed Jul 16, 2019
1 parent cff4d84 commit 5b23f7e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
22 changes: 17 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"tsc": "tsc",
"angular:update": "ng update @angular/cli && ng update @angular/{common,compiler,core,forms,platform-browser,platform-browser-dynamic,router"
},
"homepage": "https://trilon.io",
"repository": {
"type": "git",
"url": "https://github.com/TrilonIO/angular-application-insights"
Expand All @@ -34,13 +35,13 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.1",
"@angular/cli": "^8.1.1",
"@angular/common": "^8.1.1",
"@angular/compiler": "^8.1.1",
"@angular/compiler-cli": "^8.1.1",
"@angular/core": "^8.1.1",
"@angular/platform-browser": "^8.1.1",
"@angular/router": "^8.1.1",
"@angular/cli": "^8.0.0",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/compiler-cli": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/router": "^8.0.0",
"codelyzer": "^4.5.0",
"rimraf": "^2.6.2",
"rxjs": "^6.1.0",
Expand Down

0 comments on commit 5b23f7e

Please sign in to comment.