Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent cf40928 commit 213633a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"//": "NOTICE: For the Github CI we use the local RxDB build (rxdb-local.tgz). In your app should just install 'rxdb' from npm instead",
"dependencies": {
"rxdb": "file:rxdb-local.tgz",
"@angular/animations": "17.3.12",
"@angular/animations": "19.0.0",
"@angular/cdk": "19.0.0",
"@angular/common": "17.3.12",
"@angular/compiler": "17.3.12",
"@angular/core": "17.3.12",
"@angular/forms": "17.3.12",
"@angular/common": "19.0.0",
"@angular/compiler": "19.0.0",
"@angular/core": "19.0.0",
"@angular/forms": "19.0.0",
"@angular/material": "19.0.0",
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/platform-server": "17.3.12",
"@angular/platform-browser": "19.0.0",
"@angular/platform-browser-dynamic": "19.0.0",
"@angular/platform-server": "19.0.0",
"@angular/pwa": "17.3.10",
"@angular/router": "17.3.12",
"@angular/service-worker": "17.3.12",
"@angular/router": "19.0.0",
"@angular/service-worker": "19.0.0",
"@angular/ssr": "^17.3.2",
"@capacitor/android": "6.2.0",
"@capacitor/angular": "2.0.3",
Expand All @@ -73,8 +73,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "17.3.10",
"@angular/cli": "17.3.10",
"@angular/compiler-cli": "17.3.12",
"@angular/language-service": "17.3.12",
"@angular/compiler-cli": "19.0.0",
"@angular/language-service": "19.0.0",
"@capacitor/cli": "latest",
"@types/express": "5.0.0",
"@types/mocha": "10.0.10",
Expand Down

0 comments on commit 213633a

Please sign in to comment.