Skip to content

Commit 9bab6fb

Browse files
chore: remove utils
1 parent d525d7a commit 9bab6fb

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

apps/3000-home/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@module-federation/nextjs-mf": "workspace:*",
14-
"@module-federation/runtime": "workspace:*",
15-
"@module-federation/utilities": "workspace:*"
14+
"@module-federation/runtime": "workspace:*"
1615
},
1716
"scripts": {
1817
"start": "next start",

apps/3001-shop/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"devDependencies": {
1313
"@module-federation/nextjs-mf": "workspace:*",
1414
"@module-federation/runtime": "workspace:*",
15-
"@module-federation/sdk": "workspace:*",
16-
"@module-federation/utilities": "workspace:*"
15+
"@module-federation/sdk": "workspace:*"
1716
},
1817
"scripts": {
1918
"start": "next start",

apps/3002-checkout/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"devDependencies": {
1313
"@module-federation/nextjs-mf": "workspace:*",
1414
"@module-federation/runtime": "workspace:*",
15-
"@module-federation/sdk": "workspace:*",
16-
"@module-federation/utilities": "workspace:*"
15+
"@module-federation/sdk": "workspace:*"
1716
},
1817
"scripts": {
1918
"start": "next start",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)