Skip to content

Commit 4a97abf

Browse files
committed
Update lodash / karma
1 parent cb458ad commit 4a97abf

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

karma.core.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function(config) {
1515

1616
// list of files / patterns to load in the browser
1717
files: [
18-
'node_modules/lodash/lodash.js',
18+
'node_modules/lodash/index.js',
1919
'build/graphlib.core.js',
2020

2121
'node_modules/chai/chai.js',

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"algorithms"
1010
],
1111
"dependencies": {
12-
"lodash": "^2.4.1"
12+
"lodash": "^3.10.0"
1313
},
1414
"devDependencies": {
1515
"benchmark": "^1.0.0",
@@ -19,13 +19,14 @@
1919
"jscs": "^1.7.3",
2020
"jshint": "^2.5.6",
2121
"jshint-stylish": "^1.0.0",
22-
"karma": "^0.12.24",
23-
"karma-chrome-launcher": "^0.1.5",
24-
"karma-firefox-launcher": "^0.1.3",
25-
"karma-mocha": "^0.1.9",
26-
"karma-phantomjs-launcher": "^0.1.4",
22+
"karma": "^0.12.37",
23+
"karma-chrome-launcher": "^0.2.0",
24+
"karma-firefox-launcher": "^0.1.6",
25+
"karma-mocha": "^0.2.0",
26+
"karma-phantomjs-launcher": "^0.2.0",
2727
"karma-safari-launcher": "^0.1.1",
2828
"mocha": "^1.21.5",
29+
"phantomjs": "^1.9.17",
2930
"semver": "^4.1.0",
3031
"sprintf": "^0.1.4",
3132
"uglify-js": "^2.4.15"
@@ -35,4 +36,4 @@
3536
"url": "https://github.com/cpettitt/graphlib.git"
3637
},
3738
"license": "MIT"
38-
}
39+
}

0 commit comments

Comments
 (0)