angular/integration/platform-server-hydration/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

43 lines
1.4 KiB
JSON

{
"name": "hydration",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"pretest": "ng version && node ./copy-event-dispatch-contract.mjs",
"test": "pnpm run e2e",
"lint": "ng lint",
"e2e": "ng e2e --configuration=production"
},
"private": true,
"dependencies": {
"@angular/animations": "link:./in-existing-linked-by-bazel",
"@angular/common": "link:./in-existing-linked-by-bazel",
"@angular/compiler": "link:./in-existing-linked-by-bazel",
"@angular/core": "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/ssr": "21.0.0-next.4",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.0.0-next.4",
"@angular/build": "21.0.0-next.4",
"@angular/cli": "21.0.0-next.4",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^5.0.0",
"@types/node": "^20.14.8",
"@types/selenium-webdriver": "3.0.7",
"jasmine-core": "5.10.0",
"jasmine-spec-reporter": "~5.0.2",
"protractor": "^7.0.0",
"selenium-webdriver": "3.5.0",
"ts-node": "^10.9.1",
"typescript": "5.9.2"
},
"packageManager": "pnpm@10.17.0"
}