Skip to content

Commit

Permalink
Update dependencies and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfalgout committed Apr 20, 2019
1 parent 0150684 commit 30b10e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "6"
- "10"
cache: yarn
env:
- TEST_SUITE=coverage
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,24 @@
"backbone.radio": "^2.0.0"
},
"peerDependencies": {
"backbone": "~1.3.3",
"underscore": ">= 1.8.3 <= 1.9.x"
"backbone": "^1.3.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"backbone": "1.2.1 - 1.3.x",
"@babel/core": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/register": "7.4.0",
"babel-plugin-istanbul": "^5.1.0",
"backbone": "^1.3.3",
"chai": "4.2.0",
"chai-jq": "0.0.9",
"coveralls": "3.0.3",
"cross-env": "5.2.0",
"easy-sauce": "0.4.2",
"eslint": "5.16.0",
"jquery": "3.4.0",
"jsdom": "14.0.0",
"lodash": "^4.17.11",
"mocha": "6.1.3",
"nyc": "13.3.0",
"rollup": "1.10.0",
Expand All @@ -90,5 +92,6 @@
"rollup-plugin-terser": "4.0.4",
"sinon": "7.3.1",
"sinon-chai": "3.3.0",
"underscore": "^1.8.3"
}
}

0 comments on commit 30b10e6

Please sign in to comment.