Skip to content

Commit

Permalink
chore(deps): update angular monorepo to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent 5833f79 commit e9d5185
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"private": true,
"dependencies": {
"@angular/common": "^14.0.3",
"@angular/compiler": "^14.0.3",
"@angular/core": "^14.0.3",
"@angular/platform-browser": "^14.0.3",
"@angular/platform-browser-dynamic": "^14.0.3",
"@angular/router": "^14.0.3",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"rxjs": "^7.4.0",
"tslib": "~2.3.1",
"zone.js": "~0.11.4"
Expand All @@ -34,7 +34,7 @@
"@angular-eslint/schematics": "13.0.0-alpha.0",
"@angular-eslint/template-parser": "13.0.0-alpha.0",
"@angular/cli": "^14.0.3",
"@angular/compiler-cli": "^14.0.3",
"@angular/compiler-cli": "^17.0.0",
"@types/jasmine": "^3.6.3",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-pwa/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"url": "https://github.com/santoshyadavdev/ngx-pwa-offline"
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/router": "^14.0.0",
"@angular/common": "^14.0.0 || ^17.0.0",
"@angular/core": "^14.0.0 || ^17.0.0",
"@angular/router": "^14.0.0 || ^17.0.0",
"rxjs": "^7.4.0"
},
"dependencies": {
Expand Down

0 comments on commit e9d5185

Please sign in to comment.