Skip to content

Commit c10cf1d

Browse files
committed
rm unused deps
1 parent 582d0c9 commit c10cf1d

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

examples/todomvc/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"devDependencies": {
4444
"babel": "^6.5.2",
4545
"babel-jest": "^16.0.0",
46-
"babel-plugin-lodash": "^2.0.1",
4746
"babel-plugin-ramda": "^1.1.6",
4847
"babel-plugin-transform-react-jsx": "^6.1.18",
4948
"babel-preset-es2015": "^6.1.18",
@@ -53,7 +52,6 @@
5352
"envify": "^3.4.1",
5453
"jest-cli": "^0.7.0",
5554
"react-addons-test-utils": "^15.3.2",
56-
"uglify-js": "^2.6.1",
5755
"watchify": "^3.6.1"
5856
},
5957
"author": "Jichao Ouyang",
@@ -64,7 +62,6 @@
6462
],
6563
"plugins": [
6664
"transform-react-jsx",
67-
"lodash",
6865
"ramda"
6966
]
7067
}

examples/todomvc/yarn.lock

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -369,12 +369,6 @@ babel-plugin-jest-hoist@^16.0.0:
369369
version "16.0.0"
370370
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-16.0.0.tgz#b58ca3f770982a7e7c25b5614b2e57e9dafc6e76"
371371

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-
378372
babel-plugin-ramda:
379373
version "1.1.6"
380374
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:
24022396
version "3.0.4"
24032397
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-3.0.4.tgz#2dcbd2c287cbc0a55cc42328bd0c736150d53e3f"
24042398

2405-
lodash@^4.0.0, lodash@^4.2.0:
2399+
lodash@^4.2.0:
24062400
version "4.16.6"
24072401
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777"
24082402

@@ -3454,7 +3448,7 @@ ua-parser-js@^0.7.9:
34543448
version "0.7.10"
34553449
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.10.tgz#917559ddcce07cbc09ece7d80495e4c268f4ef9f"
34563450

3457-
uglify-js@^2.6, uglify-js@^2.6.1:
3451+
uglify-js@^2.6:
34583452
version "2.7.4"
34593453
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.7.4.tgz#a295a0de12b6a650c031c40deb0dc40b14568bd2"
34603454
dependencies:

0 commit comments

Comments
 (0)