File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 43
43
"react-dom" : " ^16.8.6" ,
44
44
"snapshot-diff" : " ^0.8.1" ,
45
45
"tailwindcss" : " ^2.0.0-alpha.16"
46
+ },
47
+ "dependencies" : {
48
+ "lodash.castarray" : " ^4.4.0" ,
49
+ "lodash.merge" : " ^4.6.2" ,
50
+ "lodash.uniq" : " ^4.5.0"
46
51
}
47
52
}
Original file line number Diff line number Diff line change 1
1
const plugin = require ( 'tailwindcss/plugin' )
2
- const merge = require ( 'lodash/ merge' )
3
- const castArray = require ( 'lodash/castArray ' )
4
- const uniq = require ( 'lodash/ uniq' )
2
+ const merge = require ( 'lodash. merge' )
3
+ const castArray = require ( 'lodash.castarray ' )
4
+ const uniq = require ( 'lodash. uniq' )
5
5
const styles = require ( './styles' )
6
6
const { isUsableColor } = require ( './utils' )
7
7
Original file line number Diff line number Diff line change @@ -5334,11 +5334,21 @@ locate-path@^5.0.0:
5334
5334
dependencies :
5335
5335
p-locate "^4.1.0"
5336
5336
5337
+ lodash.castarray@^4.4.0 :
5338
+ version "4.4.0"
5339
+ resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115"
5340
+ integrity sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU=
5341
+
5337
5342
lodash.memoize@^4.1.2 :
5338
5343
version "4.1.2"
5339
5344
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
5340
5345
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
5341
5346
5347
+ lodash.merge@^4.6.2 :
5348
+ version "4.6.2"
5349
+ resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
5350
+ integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
5351
+
5342
5352
lodash.sortby@^4.7.0 :
5343
5353
version "4.7.0"
5344
5354
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
You can’t perform that action at this time.
0 commit comments