Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion goldens/public-api/angular/build/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export type NgPackagrBuilderOptions = {
// @public
export type UnitTestBuilderOptions = {
browserViewport?: string;
browsers?: string[];
browsers?: [string, ...string[]];
buildTarget?: string;
coverage?: boolean;
coverageExclude?: string[];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"magic-string": "1.0.0",
"prettier": "^3.0.0",
"puppeteer": "25.3.0",
"quicktype-core": "25.0.0",
"quicktype-core": "26.0.0",
"rollup": "4.62.2",
"rollup-license-plugin": "~3.2.0",
"rollup-plugin-dts": "6.4.1",
Expand Down
Loading
Loading