Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent 4661e56 commit f8bf5e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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": "16.2.9",
"@angular/common": "16.2.9",
"@angular/compiler": "16.2.9",
"@angular/core": "16.2.9",
"@angular/forms": "16.2.9",
"@angular/platform-browser": "16.2.9",
"@angular/platform-browser-dynamic": "16.2.9",
"@angular/router": "16.2.9",
"@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": "16.2.9",
"@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 || ^16.0.0",
"@angular/core": "^7.1.0 || ^8.0.0 || ^11.0.0 || ^16.0.0"
}
}

0 comments on commit f8bf5e2

Please sign in to comment.