angular/vscode-ng-language-service/integration/project/package.json
Alan Agius 64e28ccf81 build: update cross-repo angular dependencies (#64073)
See associated pull request for more information.

Closes #64043 as a pr takeover

PR Close #64073
2025-09-25 10:26:19 -04:00

18 lines
473 B
JSON

{
"name": "angular-ls-integration-test-project",
"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"
},
"devDependencies": {
"ng-packagr": "21.0.0-next.3",
"typescript": "5.9.2"
},
"scripts": {
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
}
}