Skip to content

Commit

Permalink
feat: update angular packages to the stable v19
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Nov 19, 2024
1 parent 6bc9d23 commit 8673e44
Show file tree
Hide file tree
Showing 8 changed files with 552 additions and 552 deletions.
24 changes: 12 additions & 12 deletions examples/example-app-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.0-rc.3",
"@angular/common": "^19.0.0-rc.3",
"@angular/compiler": "^19.0.0-rc.3",
"@angular/core": "^19.0.0-rc.3",
"@angular/forms": "^19.0.0-rc.3",
"@angular/platform-browser": "^19.0.0-rc.3",
"@angular/platform-browser-dynamic": "^19.0.0-rc.3",
"@angular/router": "^19.0.0-rc.3",
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"angular-in-memory-web-api": "^0.18.0",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0-rc.3",
"@angular/cli": "^19.0.0-rc.3",
"@angular/compiler-cli": "^19.0.0-rc.3",
"@angular-devkit/build-angular": "^19.0.0",
"@angular/cli": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.3.1",
"ng-packagr": "^19.0.0-rc.0",
"ng-packagr": "^19.0.0",
"typescript": "~5.6.2"
}
}
Loading

0 comments on commit 8673e44

Please sign in to comment.