mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9918c81ca9
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.
14 lines
389 B
JSON
14 lines
389 B
JSON
{
|
|
"dependencies": {
|
|
"@angular/animations": "workspace:*",
|
|
"@angular/build": "22.2.0-next.7",
|
|
"@angular/common": "workspace:*",
|
|
"@angular/compiler-cli": "workspace:*",
|
|
"@angular/compiler": "workspace:*",
|
|
"@angular/core": "workspace:*",
|
|
"@angular/forms": "workspace:*",
|
|
"@angular/platform-browser": "workspace:*",
|
|
"@angular/router": "workspace:*"
|
|
}
|
|
}
|