From e1217ff7ec4aa1b2dc69b85eee2879a466940f88 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 25 May 2018 01:04:59 +0000 Subject: [PATCH 1/2] chore(package): update dependencies --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 1444d34..6b1f44a 100644 --- a/package.json +++ b/package.json @@ -33,25 +33,25 @@ "devDependencies": { "babel-cli": "^6.24.0", "babel-core": "^6.24.0", - "babel-eslint": "^7.2.1", - "babel-loader": "^6.4.1", + "babel-eslint": "^8.2.3", + "babel-loader": "^7.1.4", "babel-preset-es2015": "^6.24.0", "babel-preset-react": "^6.23.0", "babel-preset-stage-0": "^6.22.0", "babel-register": "^6.24.0", "commitizen": "^2.9.6", "cz-conventional-changelog": "^2.0.0", - "eslint": "^3.18.0", - "eslint-config-airbnb": "^14.1.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", - "husky": "^0.13.3", + "eslint-plugin-jsx-a11y": "^6.0.3", + "eslint-plugin-react": "^7.8.2", + "husky": "^0.14.3", "npm-run-all": "^4.0.2", "rimraf": "^2.6.1", - "semantic-release": "^6.3.2", + "semantic-release": "^15.5.0", "umd": "^3.0.1", - "webpack": "^2.3.2" + "webpack": "^4.8.3" }, "config": { "commitizen": { From 867aaaa9976ad73cfe0e3e6f2232c9ad67b7368e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 25 May 2018 01:05:05 +0000 Subject: [PATCH 2/2] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 385331c..63146d0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Travis build](https://img.shields.io/travis/Thram/react-thrux-router.svg?style=flat-square)](https://travis-ci.org/Thram/react-thrux-router) [![version](https://img.shields.io/npm/v/react-thrux-router.svg?style=flat-square)](https://www.npmjs.com/package/react-thrux-router) [![downloads](https://img.shields.io/npm/dt/react-thrux-router.svg?style=flat-square)](https://www.npmjs.com/package/react-thrux-router) -[![MIT License](https://img.shields.io/npm/l/react-thrux-router.svg?style=flat-square)](https://opensource.org/licenses/MIT) +[![MIT License](https://img.shields.io/npm/l/react-thrux-router.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![Greenkeeper badge](https://badges.greenkeeper.io/Thram/react-thrux-router.svg)](https://greenkeeper.io/) Cross Browser router for React using [Thrux](https://github.com/Thram/thrux) state manager.