We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b16c48 commit 9e0f13fCopy full SHA for 9e0f13f
package.json
@@ -105,7 +105,7 @@
105
"angular-mocks-1.8": "npm:[email protected]",
106
"bluebird": "^3.7.2",
107
"canonical-path": "1.0.0",
108
- "chalk": "^4.1.0",
+ "chalk": "^5.4.1",
109
"chokidar": "^4.0.0",
110
"convert-source-map": "^1.5.1",
111
"d3": "^7.0.0",
packages/core/schematics/migrations/signal-migration/test/BUILD.bazel
@@ -20,13 +20,15 @@ nodejs_binary(
20
name = "golden_test_runner",
21
testonly = True,
22
data = [":test_runners_lib"],
23
+ enable_linker = True,
24
entry_point = ":golden_test_runner.ts",
25
)
26
27
nodejs_binary(
28
name = "batch_runner",
29
30
31
32
entry_point = ":batch_runner.ts",
33
34
0 commit comments