Files
Angular Robot a66fd64cd4 build: update cross-repo angular dependencies
See associated pull request for more information.
2026-09-02 15:52:44 -07:00

19 lines
465 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": "22.2.0-next.5",
"typescript": "6.0.3"
},
"scripts": {
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
}
}