angular/integration/ng_update/package.json
Alan Agius 00a1f99e8d test: update integration test dependencies (#63937)
During a previous PR review, it was noted that the `next` tag was causing confusion. This commit updates the dependencies for the integration tests to resolve this ambiguity and ensure clarity going forward.

Additionally, this change uses the `link:` protocol to ensure that `pnpm i` does not fail when lockfiles or dependencies are updated outside of Bazel.

PR Close #63937
2025-09-19 14:38:42 +00:00

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": "5.9.2",
"zone.js": "0.15.1"
},
"packageManager": "pnpm@10.17.0"
}