Skip to content

Commit 2f70f95

Browse files
committed
build: lock file maintenance
1 parent b8054cb commit 2f70f95

File tree

3 files changed

+139
-87
lines changed

3 files changed

+139
-87
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ LARGE_SPECS = {
377377
"extra_deps": [
378378
"@npm//@types/browser-sync",
379379
"@npm//browser-sync",
380+
"@npm//express",
380381
"@npm//undici",
381382
"//packages/angular/ssr",
382383
],

packages/angular_devkit/core/src/json/schema/registry_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('CoreSchemaRegistry', () => {
2828
},
2929
},
3030
tslint: {
31-
$ref: 'https://json.schemastore.org/npm-link-up#',
31+
$ref: 'https://raw.githubusercontent.com/SchemaStore/schemastore/734c0e5/src/schemas/json/tslint.json#',
3232
},
3333
},
3434
});

0 commit comments

Comments
 (0)