Skip to content

Commit

Permalink
Update angular monorepo to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2023
1 parent a4daf55 commit e316432
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 79 deletions.
12 changes: 6 additions & 6 deletions packages/ngx-filesize-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"private": true,
"dependencies": {
"@angular/common": "^14.2.7",
"@angular/compiler": "^14.2.7",
"@angular/core": "^14.2.7",
"@angular/platform-browser": "^14.2.7",
"@angular/platform-browser-dynamic": "^14.2.7",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"filesize": "^9.0.11",
"ngx-filesize": "workspace:*",
"rxjs": "~7.6.0",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.6",
"@angular/cli": "~14.2.6",
"@angular/compiler-cli": "^14.2.7",
"@angular/compiler-cli": "^16.0.0",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/ngx-filesize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"lint": "ng lint"
},
"peerDependencies": {
"@angular/common": ">= 14.2.0 < 16.0.0",
"@angular/core": ">= 14.2.0 < 16.0.0",
"@angular/common": "< 17.0.0",
"@angular/core": "< 17.0.0",
"filesize": ">= 6.0.0 < 10.0.0"
},
"dependencies": {
Expand All @@ -53,12 +53,12 @@
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "~14.2.6",
"@angular/common": "^14.2.7",
"@angular/compiler": "^14.2.7",
"@angular/compiler-cli": "^14.2.7",
"@angular/core": "^14.2.7",
"@angular/platform-browser": "^14.2.7",
"@angular/platform-browser-dynamic": "^14.2.7",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@types/jasmine": "~4.3.0",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
Expand Down
Loading

0 comments on commit e316432

Please sign in to comment.