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
28 lines
748 B
JSON
28 lines
748 B
JSON
{
|
|
"name": "@angular/language-server",
|
|
"description": "LSP server for Angular Language Service",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/vscode-ng-language-service.git"
|
|
},
|
|
"author": "Angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^20.11.1 || ^22.11.0"
|
|
},
|
|
"bin": {
|
|
"ngserver": "./bin/ngserver"
|
|
},
|
|
"dependencies": {
|
|
"@angular/language-service": "21.0.0-next.5",
|
|
"vscode-html-languageservice": "^5.5.1",
|
|
"vscode-jsonrpc": "6.0.0",
|
|
"vscode-languageserver": "7.0.0",
|
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
"vscode-uri": "3.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
|
}
|
|
}
|