Skip to content

Commit

Permalink
Update lodash / karma
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Jul 8, 2015
1 parent cb458ad commit 4a97abf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion karma.core.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(config) {

// list of files / patterns to load in the browser
files: [
'node_modules/lodash/lodash.js',
'node_modules/lodash/index.js',
'build/graphlib.core.js',

'node_modules/chai/chai.js',
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"algorithms"
],
"dependencies": {
"lodash": "^2.4.1"
"lodash": "^3.10.0"
},
"devDependencies": {
"benchmark": "^1.0.0",
Expand All @@ -19,13 +19,14 @@
"jscs": "^1.7.3",
"jshint": "^2.5.6",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"mocha": "^1.21.5",
"phantomjs": "^1.9.17",
"semver": "^4.1.0",
"sprintf": "^0.1.4",
"uglify-js": "^2.4.15"
Expand All @@ -35,4 +36,4 @@
"url": "https://github.com/cpettitt/graphlib.git"
},
"license": "MIT"
}
}

0 comments on commit 4a97abf

Please sign in to comment.