File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 43
43
"devDependencies" : {
44
44
"babel" : " ^6.5.2" ,
45
45
"babel-jest" : " ^16.0.0" ,
46
- "babel-plugin-lodash" : " ^2.0.1" ,
47
46
"babel-plugin-ramda" : " ^1.1.6" ,
48
47
"babel-plugin-transform-react-jsx" : " ^6.1.18" ,
49
48
"babel-preset-es2015" : " ^6.1.18" ,
53
52
"envify" : " ^3.4.1" ,
54
53
"jest-cli" : " ^0.7.0" ,
55
54
"react-addons-test-utils" : " ^15.3.2" ,
56
- "uglify-js" : " ^2.6.1" ,
57
55
"watchify" : " ^3.6.1"
58
56
},
59
57
"author" : " Jichao Ouyang" ,
64
62
],
65
63
"plugins" : [
66
64
" transform-react-jsx" ,
67
- " lodash" ,
68
65
" ramda"
69
66
]
70
67
}
Original file line number Diff line number Diff line change @@ -369,12 +369,6 @@ babel-plugin-jest-hoist@^16.0.0:
369
369
version "16.0.0"
370
370
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-16.0.0.tgz#b58ca3f770982a7e7c25b5614b2e57e9dafc6e76"
371
371
372
- babel-plugin-lodash@^2.0.1 :
373
- version "2.3.0"
374
- resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-2.3.0.tgz#4166c8f3ca52aa95be9e1839d24583e70a857ec2"
375
- dependencies :
376
- lodash "^4.0.0"
377
-
378
372
babel-plugin-ramda :
379
373
version "1.1.6"
380
374
resolved "https://registry.yarnpkg.com/babel-plugin-ramda/-/babel-plugin-ramda-1.1.6.tgz#15a508c8b4a9db3b3c856a53a2008d024f68e792"
@@ -2402,7 +2396,7 @@ lodash.memoize@~3.0.3:
2402
2396
version "3.0.4"
2403
2397
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-3.0.4.tgz#2dcbd2c287cbc0a55cc42328bd0c736150d53e3f"
2404
2398
2405
- lodash@^4.0.0, lodash@^4. 2.0 :
2399
+ lodash@^4.2.0 :
2406
2400
version "4.16.6"
2407
2401
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777"
2408
2402
@@ -3454,7 +3448,7 @@ ua-parser-js@^0.7.9:
3454
3448
version "0.7.10"
3455
3449
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.10.tgz#917559ddcce07cbc09ece7d80495e4c268f4ef9f"
3456
3450
3457
- uglify-js@^2.6, uglify-js@^2.6.1 :
3451
+ uglify-js@^2.6 :
3458
3452
version "2.7.4"
3459
3453
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.7.4.tgz#a295a0de12b6a650c031c40deb0dc40b14568bd2"
3460
3454
dependencies :
You can’t perform that action at this time.
0 commit comments