Skip to content

Commit 979df54

Browse files
chore: align webpack version (#2912)
Co-authored-by: ScriptedAlchemy <[email protected]>
1 parent 4562db4 commit 979df54

File tree

4 files changed

+2304
-569
lines changed

4 files changed

+2304
-569
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"vitest-fetch-mock": "^0.2.2",
216216
"vue-tsc": "^2.0.26",
217217
"wait-on": "^7.2.0",
218-
"webpack": "^5.90.0",
218+
"webpack": "5.93.0",
219219
"webpack-virtual-modules": "0.6.2",
220220
"whatwg-fetch": "^3.6.20",
221221
"yargs": "^17.7.2"

packages/managers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"fs-extra": "9.1.0"
2525
},
2626
"devDependencies": {
27-
"webpack": "5.76.0"
27+
"webpack": "5.93.0"
2828
},
2929
"exports": {
3030
".": {

packages/storybook-addon/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@
3434
}
3535
},
3636
"devDependencies": {
37-
"@storybook/core-common": "7.6.20",
38-
"@storybook/node-logger": "7.6.20",
39-
"webpack": "5.89.0",
40-
"webpack-virtual-modules": "0.6.2",
4137
"@module-federation/utilities": "workspace:*",
4238
"@nx/react": "^17.1.3",
43-
"@nx/webpack": "^17.1.3"
39+
"@nx/webpack": "^17.1.3",
40+
"@storybook/core-common": "7.6.20",
41+
"@storybook/node-logger": "7.6.20",
42+
"webpack": "5.93.0",
43+
"webpack-virtual-modules": "0.6.2"
4444
},
4545
"peerDependencies": {
46+
"@module-federation/utilities": "^3.1.6",
47+
"@nx/react": "~16.0.0 || ~17.0.0 || ~17.2.0",
48+
"@nx/webpack": "~16.0.0 || ~17.0.0 || ~17.2.0",
4649
"@storybook/core-common": "^6.5.16 || ^7.0.0",
4750
"@storybook/node-logger": "^6.5.16 || ^7.0.0",
4851
"webpack": "^5.75.0",
49-
"webpack-virtual-modules": "^0.5.0 || ^0.6.0",
50-
"@module-federation/utilities": "^3.1.6",
51-
"@nx/react": "~16.0.0 || ~17.0.0 || ~17.2.0",
52-
"@nx/webpack": "~16.0.0 || ~17.0.0 || ~17.2.0"
52+
"webpack-virtual-modules": "^0.5.0 || ^0.6.0"
5353
}
5454
}

0 commit comments

Comments
 (0)