File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,8 @@ ${ pkg.name } v${ pkg.version }
169
169
'safe-buffer' : require . resolve ( 'safe-buffer' ) ,
170
170
//'es-abstract': require.resolve('es-abstract'),
171
171
172
+ 'lodash' : 'lodash-es' ,
173
+
172
174
'semver' : require . resolve ( 'semver' ) ,
173
175
'lru-cache' : require . resolve ( 'lru-cache' ) ,
174
176
Original file line number Diff line number Diff line change 52
52
"bn.js" : " 5" ,
53
53
"buffer" : " ^6.0.3" ,
54
54
"core-js" : " ^3.9.1" ,
55
+ "lodash-es" : " ^4.17.21" ,
55
56
"lru-cache" : " ^6.0.0" ,
56
57
"path-browserify" : " ^1.0.1" ,
57
58
"process" : " ^0.11.10" ,
67
68
"devDependencies" : {
68
69
"babel-loader" : " ^8.2.2" ,
69
70
"caniuse-api" : " ^3.0.0" ,
71
+ "compression-webpack-plugin" : " ^7.1.2" ,
70
72
"cross-env" : " ^7.0.3" ,
71
73
"duplicate-package-checker-webpack-plugin" : " ^3.0.0" ,
72
74
"jest" : " ^26.6.3" ,
79
81
"typescript" : " ^4.2.2" ,
80
82
"webpack" : " ^5.24.3" ,
81
83
"webpack-bundle-analyzer" : " ^4" ,
82
- "compression-webpack-plugin" : " ^7.1.2" ,
83
84
"webpack-cli" : " ^4.5.0"
84
85
}
85
86
}
Original file line number Diff line number Diff line change @@ -4503,6 +4503,11 @@ locate-path@^6.0.0:
4503
4503
dependencies :
4504
4504
p-locate "^5.0.0"
4505
4505
4506
+ lodash-es@^4.17.21 :
4507
+ version "4.17.21"
4508
+ resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
4509
+ integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
4510
+
4506
4511
lodash.camelcase@^4.3.0 :
4507
4512
version "4.3.0"
4508
4513
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
You can’t perform that action at this time.
0 commit comments