diff --git a/README.md b/README.md index 54abc9f..cf05946 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Travis build](https://img.shields.io/travis/Thram/react-thrux.svg?style=flat-square)](https://travis-ci.org/Thram/react-thrux) [![version](https://img.shields.io/npm/v/react-thrux.svg?style=flat-square)](https://www.npmjs.com/package/react-thrux) [![downloads](https://img.shields.io/npm/dt/react-thrux.svg?style=flat-square)](https://www.npmjs.com/package/react-thrux) -[![MIT License](https://img.shields.io/npm/l/react-thrux.svg?style=flat-square)](https://opensource.org/licenses/MIT) +[![MIT License](https://img.shields.io/npm/l/react-thrux.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![Greenkeeper badge](https://badges.greenkeeper.io/Thram/react-thrux.svg)](https://greenkeeper.io/) Connect [Thrux](https://github.com/Thram/thrux) state to a React component. diff --git a/package.json b/package.json index ba52d62..b712741 100644 --- a/package.json +++ b/package.json @@ -45,31 +45,31 @@ "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", - "babel-eslint": "^7.2.2", - "babel-jest": "^19.0.0", - "babel-loader": "^6.4.1", + "babel-eslint": "^8.2.3", + "babel-jest": "^23.0.0", + "babel-loader": "^7.1.4", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-register": "^6.24.1", "commitizen": "^2.9.6", "cz-conventional-changelog": "^2.0.0", - "enzyme": "^2.8.2", - "eslint": "^3.19.0", - "eslint-config-airbnb": "^14.1.0", + "enzyme": "^3.3.0", + "eslint": "^4.19.1", + "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.2.0", - "eslint-plugin-jsx-a11y": "^4.0.0", - "eslint-plugin-react": "^6.10.3", + "eslint-plugin-jsx-a11y": "^6.0.3", + "eslint-plugin-react": "^7.8.2", "faucet": "^0.0.1", - "husky": "^0.13.3", + "husky": "^0.14.3", "npm-run-all": "^4.0.2", "react-addons-test-utils": "^15.5.1", "rimraf": "^2.6.1", - "semantic-release": "^6.3.2", + "semantic-release": "^15.5.0", "tape": "^4.6.3", "tape-watch": "^2.3.0", "umd": "^3.0.1", - "webpack": "^2.4.1" + "webpack": "^4.8.3" }, "config": { "commitizen": {