angular/vscode-ng-language-service/integration/project/package.json
Angular Robot 810fb7382f build: update cross-repo angular dependencies
See associated pull request for more information.
2026-04-17 14:34:29 -07:00

18 lines
458 B
JSON

{
"name": "angular-ls-integration-test-project",
"private": true,
"dependencies": {
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
"@angular/core": "workspace:*",
"rxjs": "7.8.2"
},
"devDependencies": {
"ng-packagr": "21.2.3",
"typescript": "5.9.3"
},
"scripts": {
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
}
}