Skip to content

Commit b8d16d1

Browse files
committed
chore: use cjs compatible chalk version
1 parent 0ca8721 commit b8d16d1

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"test": "nx run-many --target=test",
2929
"build": "NX_TUI=false nx run-many --target=build --parallel=5 --projects=tag:type:pkg",
3030
"build:pkg": "NX_TUI=false nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache",
31+
"build:metro": "NX_TUI=false nx run-many --targets=build --projects=tag:type:metro --skip-nx-cache",
3132
"test:pkg": "NX_TUI=false nx run-many --targets=test --projects=tag:type:pkg --skip-nx-cache",
3233
"lint-fix": "nx format:write --uncommitted",
3334
"trigger-release": "node -e 'import(\"open\").then(open => open.default(\"https://github.com/module-federation/core/actions/workflows/trigger-release.yml\"))'",

packages/metro-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"typecheck": "tsc --noEmit"
6161
},
6262
"dependencies": {
63-
"chalk": "5.6.2",
63+
"chalk": "4.1.2",
6464
"@expo/metro-runtime": "^5.0.4",
6565
"@module-federation/runtime": "workspace:*",
6666
"@module-federation/sdk": "workspace:*"

pnpm-lock.yaml

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)