Skip to content

Commit

Permalink
Upgrade outdated dependencies, add package-lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
grushetsky committed Jan 30, 2019
1 parent 2c76e87 commit 1185529
Show file tree
Hide file tree
Showing 5 changed files with 1,890 additions and 6 deletions.
36 changes: 36 additions & 0 deletions benchmarks/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Jed Watson",
"license": "MIT",
"devDependencies": {
"benchmark": "^1.0.0",
"benchmark": "2.1.4",
"classnames": "*"
}
}
2 changes: 1 addition & 1 deletion benchmarks/runSuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function runSuite (local, npm, dedupe, npmDedupe, fixture, log) {

// other handling
suite.on('complete', function () {
log('\n> Fastest is' + (' ' + this.filter('fastest').pluck('name').join(' | ')).replace(/\s+/, ' ') + '\n');
log('\n> Fastest is' + (' ' + this.filter('fastest').map(result => result.name).join(' | ')).replace(/\s+/, ' ') + '\n');
});

suite.on('error', function (event) {
Expand Down
Loading

0 comments on commit 1185529

Please sign in to comment.