Skip to content

Commit

Permalink
Merge pull request tildeio#239 from bekzod/update-lib
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
wagenet authored Feb 13, 2018
2 parents 854ef50 + a7c616b commit 5b08deb
Show file tree
Hide file tree
Showing 3 changed files with 970 additions and 135 deletions.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module.exports = function() {
destDir: 'vendor',
annotation: 'loader.js',
}),
new Funnel(findLib('qunitjs'), {
new Funnel(findLib('qunit'), {
files: ['qunit.js', 'qunit.css'],
destDir: 'vendor',
annotation: 'qunit',
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@
],
"dependencies": {},
"devDependencies": {
"babel-preset-env": "^1.6.0",
"backburner.js": "^1.2.0",
"babel-preset-env": "^1.6.1",
"backburner.js": "^2.1.0",
"broccoli-babel-transpiler": "^6.1.2",
"broccoli-concat": "^3.2.2",
"broccoli-funnel": "^2.0.1",
"broccoli-lint-eslint": "^4.1.0",
"broccoli-merge-trees": "^2.0.0",
"ember-cli": "2.15.0",
"ember-cli": "2.18.1",
"eslint-config-prettier": "^2.4.0",
"eslint-plugin-prettier": "^2.2.0",
"loader.js": "^4.6.0",
"prettier": "^1.6.1",
"qunitjs": "^2.4.0",
"qunit": "^2.5.0",
"route-recognizer": "^0.3.3",
"rsvp": "^4.7.0"
"rsvp": "^4.8.1"
},
"peerDependencies": {
"route-recognizer": "^0.3.3",
"rsvp": "^4.7.0"
"rsvp": "^4.8.1"
},
"engines": {
"node": "^4.5 || 6.* || >= 8.*"
Expand Down
Loading

0 comments on commit 5b08deb

Please sign in to comment.