diff --git a/README.md b/README.md index d22d23a..f225d14 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Codecov coverage](https://img.shields.io/codecov/c/gh/Thram/thrux.svg?style=flat-square)](https://codecov.io/gh/Thram/thrux) [![version](https://img.shields.io/npm/v/thrux.svg?style=flat-square)](https://www.npmjs.com/package/thrux) [![downloads](https://img.shields.io/npm/dt/thrux.svg?style=flat-square)](https://www.npmjs.com/package/thrux) -[![MIT License](https://img.shields.io/npm/l/thrux.svg?style=flat-square)](https://opensource.org/licenses/MIT) +[![MIT License](https://img.shields.io/npm/l/thrux.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![Greenkeeper badge](https://badges.greenkeeper.io/Thram/thrux.svg)](https://greenkeeper.io/) Simple state management inspired on Redux. diff --git a/package.json b/package.json index c6cad0f..658d676 100644 --- a/package.json +++ b/package.json @@ -42,30 +42,30 @@ "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", - "babel-eslint": "^7.2.2", - "babel-loader": "^6.4.1", + "babel-eslint": "^8.2.3", + "babel-loader": "^7.1.4", "babel-preset-env": "^1.4.0", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.24.1", "codecov.io": "^0.1.6", "commitizen": "^2.9.6", "cz-conventional-changelog": "^2.0.0", - "eslint": "^3.19.0", - "eslint-config-airbnb": "^14.1.0", + "eslint": "^4.19.1", + "eslint-config-airbnb": "^16.1.0", "eslint-plugin-filenames": "^1.2.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", - "nyc": "^10.2.0", + "nyc": "^11.8.0", "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": {