Skip to content

Commit 81f6e0d

Browse files
authored
Remove webpack from package.json, use RN Storybook webpack@4.46.0 (#1682)
Fix: #1681
1 parent fffe5c0 commit 81f6e0d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
"reactotron-react-native": "5.0.3",
126126
"ts-node": "10.9.1",
127127
"typescript": "5.0.4",
128-
"webpack": "5.78.0",
129128
"webpack-cli": "5.0.1",
130129
"webpack-dev-server": "4.13.2"
131130
},

β€Žyarn.lockβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16215,7 +16215,6 @@ __metadata:
1621516215
reactotron-react-native: "npm:5.0.3"
1621616216
ts-node: "npm:10.9.1"
1621716217
typescript: "npm:5.0.4"
16218-
webpack: "npm:5.78.0"
1621916218
webpack-cli: "npm:5.0.1"
1622016219
webpack-dev-server: "npm:4.13.2"
1622116220
languageName: unknown
@@ -22203,7 +22202,7 @@ __metadata:
2220322202
languageName: node
2220422203
linkType: hard
2220522204

22206-
"webpack@npm:5.78.0, webpack@npm:>=4.43.0 <6.0.0":
22205+
"webpack@npm:>=4.43.0 <6.0.0":
2220722206
version: 5.78.0
2220822207
resolution: "webpack@npm:5.78.0"
2220922208
dependencies:

0 commit comments

Comments
Β (0)