Files
Alan Agius 9918c81ca9 build: update @angular/ssr and add beasties dependency for adev and dev-app
In @angular/ssr 22.2.0-next.7, beasties was made an external dependency rather
than vendored internally. Because hoist: false is configured and preserveSymlinks
is enabled, rules_js does not hoist beasties into adev/node_modules and
dev-app/node_modules.

This commit adds beasties as an explicit dependency for both adev and dev-app
so that it can be resolved during bundling.
2026-09-11 10:40:29 -07:00

31 lines
955 B
JSON

{
"dependencies": {
"@angular/animations": "workspace:*",
"@angular/benchpress": "workspace:*",
"@angular/build": "22.2.0-next.7",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
"@angular/core": "workspace:*",
"@angular/forms": "workspace:*",
"@angular/localize": "workspace:*",
"@angular/platform-browser-dynamic": "workspace:*",
"@angular/platform-browser": "workspace:*",
"@angular/router": "workspace:*",
"@angular/upgrade": "workspace:*",
"@types/jasmine": "6.0.0",
"@types/jasminewd2": "2.0.13",
"@types/node": "24.13.3",
"@types/selenium-webdriver": "3.0.7",
"angular-1.8": "npm:angular@1.8",
"protractor": "7.0.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"selenium-webdriver": "3.6.0",
"source-map": "0.8.0",
"tslib": "2.8.1",
"yargs": "18.1.0",
"zone.js": "0.16.2"
}
}