Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Update angular monorepo to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 4, 2020
1 parent 72fedda commit ff8aa3c
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 162 deletions.
174 changes: 130 additions & 44 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "9.1.9",
"@angular/common": "9.1.9",
"@angular/compiler": "9.1.9",
"@angular/core": "9.1.9",
"@angular/forms": "9.1.9",
"@angular/platform-browser": "9.1.9",
"@angular/platform-browser-dynamic": "9.1.9",
"@angular/router": "9.1.9",
"@angular/animations": "10.2.2",
"@angular/common": "10.2.2",
"@angular/compiler": "10.2.2",
"@angular/core": "10.2.2",
"@angular/forms": "10.2.2",
"@angular/platform-browser": "10.2.2",
"@angular/platform-browser-dynamic": "10.2.2",
"@angular/router": "10.2.2",
"core-js": "2.6.1",
"rxjs": "6.5.5",
"tslib": "1.13.0",
Expand All @@ -29,8 +29,8 @@
"@angular-devkit/build-angular": "0.901.7",
"@angular-devkit/build-ng-packagr": "0.901.7",
"@angular/cli": "9.1.7",
"@angular/compiler-cli": "9.1.9",
"@angular/language-service": "9.1.9",
"@angular/compiler-cli": "10.2.2",
"@angular/language-service": "10.2.2",
"@types/node": "12.12.45",
"@types/jasmine": "2.8.12",
"@types/jasminewd2": "2.0.6",
Expand Down
60 changes: 1 addition & 59 deletions projects/ngx-emoji-picker/package-lock.json

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

4 changes: 2 additions & 2 deletions projects/ngx-emoji-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"homepage": "https://github.com/ahkohd/ngx-emoji-picker",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^9.1.9",
"@angular/core": "^9.1.9",
"@angular/common": "^9.1.9 || ^10.0.0",
"@angular/core": "^9.1.9 || ^10.0.0",
"twemoji": "^13.0.1"
},
"whitelistedNonPeerDependencies": [
Expand Down
Loading

0 comments on commit ff8aa3c

Please sign in to comment.