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] authored Oct 27, 2023
1 parent 53e4639 commit 4d35f13
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.0.0-rc.0",
"@angular/common": "17.0.0-rc.0",
"@angular/compiler": "17.0.0-rc.0",
"@angular/core": "17.0.0-rc.0",
"@angular/forms": "17.0.0-rc.0",
"@angular/platform-browser": "17.0.0-rc.0",
"@angular/platform-browser-dynamic": "17.0.0-rc.0",
"@angular/router": "17.0.0-rc.0",
"@angular/animations": "17.0.0-rc.1",
"@angular/common": "17.0.0-rc.1",
"@angular/compiler": "17.0.0-rc.1",
"@angular/core": "17.0.0-rc.1",
"@angular/forms": "17.0.0-rc.1",
"@angular/platform-browser": "17.0.0-rc.1",
"@angular/platform-browser-dynamic": "17.0.0-rc.1",
"@angular/router": "17.0.0-rc.1",
"@ngneat/until-destroy": "10.0.0",
"@ngrx/component-store": "16.3.0",
"@ngrx/effects": "16.3.0",
Expand All @@ -49,7 +49,7 @@
"marked": "5.0.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.0"
"zone.js": "0.14.1"
},
"devDependencies": {
"@angular-devkit/architect": "0.1602.7",
Expand All @@ -60,8 +60,8 @@
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "17.0.0-rc.0",
"@angular/language-service": "17.0.0-rc.0",
"@angular/compiler-cli": "17.0.0-rc.1",
"@angular/language-service": "17.0.0-rc.1",
"@ngrx/store-devtools": "16.3.0",
"@nx/cypress": "17.0.1",
"@nx/eslint-plugin": "17.0.1",
Expand Down

0 comments on commit 4d35f13

Please sign in to comment.