mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit updates several dependencies to their latest versions and adjusts the build configurations accordingly. Key changes include: - Upgraded various development and runtime dependencies. - Removed outdated jasmine test runner configuration. - Updated Bazel build files to align with new dependency structures. Some dependencies like `vscode-language*` have been added to Renovate's ignore list as they require a more significant refactoring effort that is planned for a future update. PR Close #64073
12 lines
281 B
JSON
12 lines
281 B
JSON
{
|
|
"name": "workspace",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/common": "21.0.0-next.5",
|
|
"@angular/compiler": "21.0.0-next.5",
|
|
"@angular/compiler-cli": "21.0.0-next.5",
|
|
"@angular/core": "21.0.0-next.5",
|
|
"rxjs": "7.8.2",
|
|
"zone.js": "0.15.1"
|
|
}
|
|
}
|