mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Some checks are pending
CI (push) / test (push) Waiting to run
DevInfra / assistant_to_the_branch_manager (push) Waiting to run
CI (push) / lint (push) Waiting to run
CI (push) / devtools (push) Waiting to run
CI (push) / integration-tests (push) Waiting to run
CI (push) / adev (push) Waiting to run
CI (push) / vscode-ng-language-service (push) Waiting to run
CI (push) / publish-snapshots (push) Waiting to run
CI (push) / zone-js (push) Waiting to run
CI (push) / adev-deploy (push) Blocked by required conditions
Update ADEV Cross Repo Docs / Update Cross Repo ADEV Docs (push) Waiting to run
See associated pull request for more information.
25 lines
912 B
JSON
25 lines
912 B
JSON
{
|
|
"name": "ng_update",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "",
|
|
"test": "node ./check.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@angular/common": "link:./in-existing-linked-by-bazel",
|
|
"@angular/compiler": "link:./in-existing-linked-by-bazel",
|
|
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
|
"@angular/core": "link:./in-existing-linked-by-bazel",
|
|
"@angular/forms": "link:./in-existing-linked-by-bazel",
|
|
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
|
"@angular/platform-server": "link:./in-existing-linked-by-bazel",
|
|
"@angular/router": "link:./in-existing-linked-by-bazel",
|
|
"@angular/service-worker": "link:./in-existing-linked-by-bazel",
|
|
"@angular/upgrade": "link:./in-existing-linked-by-bazel",
|
|
"rxjs": "^7.0.0",
|
|
"typescript": "6.0.3",
|
|
"zone.js": "0.16.1"
|
|
},
|
|
"packageManager": "pnpm@10.33.4"
|
|
}
|