angular/vscode-ng-language-service/integration/workspace/package.json
Alan Agius 95fa943b20 refactor: update dependencies and build configurations (#64073)
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
2025-09-25 10:26:19 -04:00

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"
}
}