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 Nov 7, 2023
1 parent abd4250 commit fe0f4b4
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.2",
"@angular/common": "17.0.0-rc.2",
"@angular/compiler": "17.0.0-rc.2",
"@angular/core": "17.0.0-rc.2",
"@angular/forms": "17.0.0-rc.2",
"@angular/platform-browser": "17.0.0-rc.2",
"@angular/platform-browser-dynamic": "17.0.0-rc.2",
"@angular/router": "17.0.0-rc.2",
"@angular/animations": "17.0.0-rc.3",
"@angular/common": "17.0.0-rc.3",
"@angular/compiler": "17.0.0-rc.3",
"@angular/core": "17.0.0-rc.3",
"@angular/forms": "17.0.0-rc.3",
"@angular/platform-browser": "17.0.0-rc.3",
"@angular/platform-browser-dynamic": "17.0.0-rc.3",
"@angular/router": "17.0.0-rc.3",
"@ngneat/until-destroy": "10.0.0",
"@ngrx/component-store": "17.0.0-beta.0",
"@ngrx/effects": "17.0.0-beta.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.2"
},
"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.8",
"@angular/compiler-cli": "17.0.0-rc.2",
"@angular/language-service": "17.0.0-rc.2",
"@angular/compiler-cli": "17.0.0-rc.3",
"@angular/language-service": "17.0.0-rc.3",
"@ngrx/store-devtools": "17.0.0-beta.0",
"@nx/cypress": "17.0.3",
"@nx/eslint-plugin": "17.0.3",
Expand Down

0 comments on commit fe0f4b4

Please sign in to comment.