Skip to content

Commit

Permalink
Update dependencies (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Apr 12, 2016
1 parent 7857670 commit c6ea549
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sudo: required
dist: trusty
sudo: false

language: node_js
node_js:
Expand Down
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,47 +29,46 @@
"homepage": "https://github.com/relay-tools/react-router-relay#readme",
"dependencies": {
"babel-runtime": "^5.8.38",
"invariant": "^2.2.0",
"lodash": "^4.6.1",
"react-static-container": "^1.0.0"
"invariant": "^2.2.1",
"lodash": "^4.10.0",
"react-static-container": "^1.0.1"
},
"peerDependencies": {
"react": ">=0.14.0",
"react-relay": ">=0.6.0",
"rrtr": ">=2.1.2"
},
"devDependencies": {
"array.prototype.find": "^2.0.0",
"babel": "^5.8.38",
"babel-core": "^5.8.38",
"babel-eslint": "^4.1.8",
"babel-loader": "^5.4.0",
"babel-plugin-dev-expression": "^0.1.0",
"babel-relay-plugin": "^0.7.3",
"babel-relay-plugin": "^0.8.0",
"chai": "^3.5.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.1",
"eslint-plugin-react": "^3.16.1",
"graphql": "^0.4.14",
"graphql": "^0.4.18",
"graphql-relay": "^0.3.6",
"karma": "^0.13.16",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.1",
"karma-mocha": "^0.2.2",
"karma-mocha-reporter": "^2.0.0",
"karma-sinon-chai": "^1.1.0",
"karma-sourcemap-loader": "^0.3.6",
"karma-sinon-chai": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lolex": "^1.4.0",
"mocha": "^2.3.4",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-relay": "^0.7.3",
"mocha": "^2.4.5",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-relay": "^0.8.0",
"relay-local-schema": "^0.3.2",
"rimraf": "^2.5.0",
"rimraf": "^2.5.2",
"rrtr": "^2.1.2",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"webpack": "^1.12.9"
"webpack": "^1.12.15"
}
}
4 changes: 1 addition & 3 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// FIXME: This should just be babel/polyfill, but for some reason importing
// that here doesn't work.
import 'array.prototype.find';
import 'babel/polyfill';

const testsContext = require.context('.', true, /\.spec\.js$/);
testsContext.keys().forEach(testsContext);

0 comments on commit c6ea549

Please sign in to comment.