Skip to content

Commit e516b2a

Browse files
chore(deps): bump lodash and @types/lodash in /apps/metro-example-nested-mini (#4019)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ScriptedAlchemy <[email protected]>
1 parent b151b98 commit e516b2a

File tree

3 files changed

+144
-166
lines changed

3 files changed

+144
-166
lines changed

apps/metro-example-nested-mini/metro.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ module.exports = withModuleFederation(
4646
lodash: {
4747
singleton: false,
4848
eager: false,
49-
requiredVersion: '4.16.6',
50-
version: '4.16.6',
49+
requiredVersion: '4.17.21',
50+
version: '4.17.21',
5151
},
5252
},
5353
shareStrategy: 'version-first',

apps/metro-example-nested-mini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"adbreverse": "adb reverse tcp:8083 tcp:8083"
2020
},
2121
"dependencies": {
22-
"lodash": "4.16.6",
22+
"lodash": "4.17.21",
2323
"react": "19.1.0",
2424
"react-native": "0.80.0"
2525
},

0 commit comments

Comments
 (0)