Skip to content

Commit 230ea60

Browse files
committed
Upgrade dependencies
1 parent dd09d4c commit 230ea60

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
},
2323
"homepage": "https://github.com/googleanalytics/javascript-api-utils",
2424
"devDependencies": {
25-
"browserify": "^9.0.8",
26-
"jshint": "^2.7.0",
27-
"lodash": "^3.7.0",
28-
"mocha": "^2.2.4",
29-
"mout": "^0.11.0",
30-
"native-promise-only": "^0.7.8-a",
31-
"sinon": "^1.14.1",
32-
"uglify-js": "^2.4.20"
25+
"browserify": "^13.1.1",
26+
"jshint": "^2.9.4",
27+
"lodash": "^4.17.2",
28+
"mocha": "^3.2.0",
29+
"mout": "^1.0.0",
30+
"native-promise-only": "^0.8.1",
31+
"sinon": "^1.17.6",
32+
"uglify-js": "^2.7.5"
3333
}
3434
}

test/_stubs/gapi-client-request.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
/* global gapi:true */
1717

1818

19-
var clone = require('lodash/lang/cloneDeep');
20-
var merge = require('lodash/object/merge');
19+
var clone = require('lodash/cloneDeep');
20+
var merge = require('lodash/merge');
2121
var namespace = require('mout/object/namespace');
2222
var sinon = require('sinon');
2323

0 commit comments

Comments
 (0)