angular/modules/package.json
Joey Perrott 059fb06b9f build: migrate modules to use @rules_browsers protractor rules (#62342)
Use the protractor rules from `@rules_browsers` for the module directory.

PR Close #62342
2025-06-27 22:27:08 +00:00

22 lines
707 B
JSON

{
"dependencies": {
"@angular/animations": "workspace:*",
"@angular/benchpress": "workspace:*",
"@angular/build": "20.1.0-next.3",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/core": "workspace:*",
"@angular/forms": "workspace:*",
"@angular/localize": "workspace:*",
"@angular/platform-browser": "workspace:*",
"@angular/platform-browser-dynamic": "workspace:*",
"@angular/router": "workspace:*",
"@angular/upgrade": "workspace:*",
"@types/node": "24.0.5",
"@types/selenium-webdriver": "3.0.7",
"protractor": "7.0.0",
"selenium-webdriver": "3.6.0",
"tslib": "2.8.1",
"zone.js": "workspace:*"
}
}