File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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' ) ;
1010var AugmentedEvent = require ( './AugmentedEvent' ) ;
1111var connections = require ( './globalVars' ) . connections ;
1212var EE = require ( './globalVars' ) . EE ;
You can’t perform that action at this time.
0 commit comments