Skip to content

Commit af423ed

Browse files
committed
Merge pull request #32 from roderickhsiao/dep
Update package dependencies
2 parents 0c6a21c + e5a8e51 commit af423ed

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,28 @@
2525
"author": "Hank Hsiao <hankxiao@yahoo-inc.com>",
2626
"dependencies": {
2727
"eventemitter3": "^1.1.0",
28-
"lodash": "^3.0.3",
28+
"lodash": "^4.0.0",
2929
"raf": "^3.0.0"
3030
},
3131
"devDependencies": {
32-
"async": "^1.4.0",
33-
"babel-loader": "^5.1.3",
32+
"babel-loader": "^5.0.0",
3433
"coveralls": "^2.11.1",
3534
"es5-shim": "^4.0.0",
3635
"expect.js": "^0.3.1",
36+
"grunt": "^0.4.5",
3737
"grunt-atomizer": "^3.0.0",
3838
"grunt-babel": "^5.0.0",
39-
"grunt-cli": "^0.1.13",
39+
"grunt-cli": "^1.0.0",
4040
"grunt-contrib-clean": "^1.0.0",
41-
"grunt-contrib-connect": "^0.11.0",
41+
"grunt-contrib-connect": "^1.0.0",
4242
"grunt-contrib-jshint": "^1.0.0",
43-
"grunt-contrib-watch": "^0.6.1",
43+
"grunt-contrib-watch": "^1.0.0",
4444
"grunt-saucelabs": "^8.3.2",
4545
"grunt-shell": "^1.1.2",
4646
"grunt-webpack": "^1.0.8",
47-
"grunt": "^0.4.5",
4847
"istanbul": "^0.4.0",
4948
"jshint": "^2.5.1",
50-
"minimist": "^1.0.0",
5149
"mocha": "^2.0",
52-
"mockery": "^1.4.0",
5350
"node-jsdom": "^3.0.0",
5451
"pre-commit": "^1.0.0",
5552
"react": "^0.14.0",

src/mainEventConnectors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* global window, document, setTimeout */
66
'use strict';
77

8-
var _clone = require('lodash/lang/clone');
9-
var _throttle = require('lodash/function/throttle');
8+
var _clone = require('lodash/clone');
9+
var _throttle = require('lodash/throttle');
1010
var AugmentedEvent = require('./AugmentedEvent');
1111
var connections = require('./globalVars').connections;
1212
var EE = require('./globalVars').EE;

0 commit comments

Comments
 (0)