Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 5, 2020
1 parent 6a444d5 commit 9cc2bd5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
"smart"
],
"dependencies": {
"@angular/animations": "~9.0.7",
"@angular/common": "~9.0.7",
"@angular/compiler": "~9.0.7",
"@angular/core": "~9.0.7",
"@angular/forms": "~9.0.7",
"@angular/platform-browser": "~9.0.7",
"@angular/platform-browser-dynamic": "~9.0.7",
"@angular/router": "~9.0.7",
"@angular/animations": "10.0.8",
"@angular/common": "10.0.8",
"@angular/compiler": "10.0.8",
"@angular/core": "10.0.8",
"@angular/forms": "10.0.8",
"@angular/platform-browser": "10.0.8",
"@angular/platform-browser-dynamic": "10.0.8",
"@angular/router": "10.0.8",
"ngx-smart-datatable": "^1.1.0",
"package-lock": "^1.0.4",
"rxjs": "~6.5.4",
Expand All @@ -83,8 +83,8 @@
"@angular-devkit/build-angular": "~0.900.7",
"@angular-devkit/build-ng-packagr": "~0.900.7",
"@angular/cli": "~9.0.7",
"@angular/compiler-cli": "~9.0.7",
"@angular/language-service": "~9.0.7",
"@angular/compiler-cli": "10.0.8",
"@angular/language-service": "10.0.8",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@types/jasmine": "~3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-smart-datatable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"smart"
],
"peerDependencies": {
"@angular/common": "^9.0.7",
"@angular/core": "^9.0.7",
"@angular/common": "^9.0.7 || ^10.0.0",
"@angular/core": "^9.0.7 || ^10.0.0",
"tslib": "^1.10.0"
}
}

0 comments on commit 9cc2bd5

Please sign in to comment.