Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Sep 20, 2016
1 parent 1fe37d8 commit 0a61213
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"broccoli-plugin": "^1.0.0",
"debug": "^2.2.0",
"fast-ordered-set": "^1.0.0",
"fs-tree-diff": "^0.5.2",
"fs-tree-diff": "^0.5.3",
"heimdalljs": "^0.2.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.0",
"path-posix": "^1.0.0",
"rimraf": "^2.4.3",
"symlink-or-copy": "^1.0.0",
"walk-sync": "^0.2.6"
"walk-sync": "^0.3.1"
},
"devDependencies": {
"broccoli": "^0.15.0",
"broccoli-builder": "^0.18.0",
"chai": "^3.2.0",
"expect.js": "^0.3.1",
"mocha": "~1.18.2",
"mocha-jshint": "0.0.9",
"mocha": "~3.0.2",
"mocha-jshint": "2.3.1",
"rimraf": "^2.3.2",
"rsvp": "^3.0.14"
"rsvp": "^3.3.1"
}
}
2 changes: 1 addition & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var path = require('path');
var RSVP = require('rsvp');
var expect = require('expect.js');
var walkSync = require('walk-sync');
var broccoli = require('broccoli');
var broccoli = require('broccoli-builder');
var rimraf = RSVP.denodeify(require('rimraf'));

require('mocha-jshint')();
Expand Down

0 comments on commit 0a61213

Please sign in to comment.