Skip to content

Commit 4eaa04e

Browse files
committed
fix(dep): fix peer dependency browser-sync not aligned with root dependency
1 parent 775db9d commit 4eaa04e

File tree

3 files changed

+23
-163
lines changed

3 files changed

+23
-163
lines changed

libs/native-federation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@babel/core": "^7.19.0",
2020
"@softarc/native-federation": "2.0.8",
2121
"@softarc/native-federation-runtime": "2.0.8",
22-
"@types/browser-sync": "^2.26.3",
23-
"browser-sync": "^2.29.3",
22+
"@types/browser-sync": "^2.29.0",
23+
"browser-sync": "^3.0.2",
2424
"esbuild": "^0.19.5",
2525
"mrmime": "^1.0.1",
2626
"npmlog": "^6.0.2",

package-lock.json

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@angular/router": "17.1.2",
4141
"@module-federation/vite": "^0.2.6",
4242
"@rollup/plugin-json": "^6.0.0",
43-
"@types/browser-sync": "^2.26.3",
43+
"@types/browser-sync": "^2.29.0",
4444
"@types/cross-spawn": "^6.0.2",
4545
"acorn": "^8.8.1",
4646
"chalk": "^5.3.0",
@@ -88,7 +88,7 @@
8888
"@types/npmlog": "^4.1.4",
8989
"@typescript-eslint/eslint-plugin": "6.9.1",
9090
"@typescript-eslint/parser": "6.9.1",
91-
"browser-sync": "^2.29.3",
91+
"browser-sync": "^3.0.2",
9292
"callsite": "^1.0.0",
9393
"cross-spawn": "^7.0.3",
9494
"cypress": "^6.0.1",
@@ -126,4 +126,3 @@
126126
"includedScripts": []
127127
}
128128
}
129-

0 commit comments

Comments
 (0)