Skip to content

Commit dbc4268

Browse files
authored
lodash upgrade to 4.17.23 (#8214)
* lodash upgrade to 4.17.23 * yarn lock update * Update AppDelegate.h
1 parent d39b7e1 commit dbc4268

4 files changed

Lines changed: 2106 additions & 2192 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"dependencies": {
7878
"hoist-non-react-statics": "3.3.2",
79-
"lodash": "4.17.21",
79+
"lodash": "4.17.23",
8080
"prop-types": "15.x.x",
8181
"react-lifecycles-compat": "^3.0.4",
8282
"tslib": "1.9.3"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#import <UIKit/UIKit.h>
22
#import "RNNAppDelegate.h"
33

4+
45
@interface AppDelegate : RNNAppDelegate
56
@end

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"hoist-non-react-statics": "^3.3.2",
20-
"lodash": "4.17.21",
20+
"lodash": "4.17.23",
2121
"prop-types": "15.x.x",
2222
"react-lifecycles-compat": "^3.0.4",
2323
"react-native-redash": "^12.6.1",

0 commit comments

Comments
 (0)