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 19, 2020
1 parent cb5d84d commit cf93e8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@
],
"dependencies": {
"@ahmed757/ngx-treant-js": "^1.0.4",
"@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/localize": "~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.11",
"@angular/common": "10.0.11",
"@angular/compiler": "10.0.11",
"@angular/core": "10.0.11",
"@angular/forms": "10.0.11",
"@angular/localize": "10.0.11",
"@angular/platform-browser": "10.0.11",
"@angular/platform-browser-dynamic": "10.0.11",
"@angular/router": "10.0.11",
"bootstrap": "4.5.0",
"jquery": "3.5.1",
"jquery-easing": "0.0.1",
Expand All @@ -94,8 +94,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.11",
"@angular/language-service": "10.0.11",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@types/jasmine": "~3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/ahmed757/ngx-treant-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tslib": "^1.10.0"
},
"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"
}
}

0 comments on commit cf93e8e

Please sign in to comment.