Skip to content

Commit

Permalink
fix(deps): update angular monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 26, 2021
1 parent 4661e56 commit ffe806b
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 71 deletions.
111 changes: 51 additions & 60 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
},
"private": false,
"dependencies": {
"@angular/animations": "11.2.8",
"@angular/common": "11.2.8",
"@angular/compiler": "11.2.8",
"@angular/core": "11.2.8",
"@angular/forms": "11.2.8",
"@angular/platform-browser": "11.2.8",
"@angular/platform-browser-dynamic": "11.2.8",
"@angular/router": "11.2.8",
"@angular/animations": "12.0.1",
"@angular/common": "12.0.1",
"@angular/compiler": "12.0.1",
"@angular/core": "12.0.2",
"@angular/forms": "12.0.2",
"@angular/platform-browser": "12.0.2",
"@angular/platform-browser-dynamic": "12.0.2",
"@angular/router": "12.0.2",
"@types/lodash": "4.14.168",
"lodash": "4.17.21",
"rxjs": "6.6.7",
Expand All @@ -51,7 +51,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.6",
"@angular/cli": "11.2.6",
"@angular/compiler-cli": "11.2.8",
"@angular/compiler-cli": "12.0.1",
"@types/jasmine": "3.6.9",
"@types/node": "12.20.6",
"codelyzer": "6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/rx-form-mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tslib": "2.1.0"
},
"peerDependencies": {
"@angular/common": "^7.1.0 || ^8.0.0 || ^11.0.0",
"@angular/core": "^7.1.0 || ^8.0.0 || ^11.0.0"
"@angular/common": "^7.1.0 || ^8.0.0 || ^11.0.0 || ^12.0.0",
"@angular/core": "^7.1.0 || ^8.0.0 || ^11.0.0 || ^12.0.0"
}
}

0 comments on commit ffe806b

Please sign in to comment.