Skip to content

Commit

Permalink
Merge pull request #32 from roderickhsiao/dep
Browse files Browse the repository at this point in the history
Update package dependencies
  • Loading branch information
hankhsiao committed Apr 1, 2016
2 parents 0c6a21c + e5a8e51 commit af423ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,28 @@
"author": "Hank Hsiao <hankxiao@yahoo-inc.com>",
"dependencies": {
"eventemitter3": "^1.1.0",
"lodash": "^3.0.3",
"lodash": "^4.0.0",
"raf": "^3.0.0"
},
"devDependencies": {
"async": "^1.4.0",
"babel-loader": "^5.1.3",
"babel-loader": "^5.0.0",
"coveralls": "^2.11.1",
"es5-shim": "^4.0.0",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-atomizer": "^3.0.0",
"grunt-babel": "^5.0.0",
"grunt-cli": "^0.1.13",
"grunt-cli": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^0.11.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-saucelabs": "^8.3.2",
"grunt-shell": "^1.1.2",
"grunt-webpack": "^1.0.8",
"grunt": "^0.4.5",
"istanbul": "^0.4.0",
"jshint": "^2.5.1",
"minimist": "^1.0.0",
"mocha": "^2.0",
"mockery": "^1.4.0",
"node-jsdom": "^3.0.0",
"pre-commit": "^1.0.0",
"react": "^0.14.0",
Expand Down
4 changes: 2 additions & 2 deletions src/mainEventConnectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
/* global window, document, setTimeout */
'use strict';

var _clone = require('lodash/lang/clone');
var _throttle = require('lodash/function/throttle');
var _clone = require('lodash/clone');
var _throttle = require('lodash/throttle');
var AugmentedEvent = require('./AugmentedEvent');
var connections = require('./globalVars').connections;
var EE = require('./globalVars').EE;
Expand Down

0 comments on commit af423ed

Please sign in to comment.