diff --git a/README.md b/README.md index 8a7c15f..a2643a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # react-starter +[![Greenkeeper badge](https://badges.greenkeeper.io/olegafx/react-starter.svg)](https://greenkeeper.io/) + For information about this starter application, see https://medium.com/@olegafx/frontend-welcome-to-the-future-91ff064884b6 diff --git a/package.json b/package.json index dc83dc0..0436a9f 100644 --- a/package.json +++ b/package.json @@ -28,35 +28,35 @@ "stylelint": "*.css" }, "devDependencies": { - "babel-eslint": "6.1.0", - "eslint": "3.0.1", - "eslint-plugin-react": "5.2.2", - "stylelint": "6.8.0", - "webpack-dev-server": "1.14.1", - "why-did-you-update": "0.0.8" + "babel-eslint": "9.0.0", + "eslint": "5.4.0", + "eslint-plugin-react": "7.11.1", + "stylelint": "9.5.0", + "webpack-dev-server": "3.1.7", + "why-did-you-update": "0.1.1" }, "dependencies": { - "autoprefixer": "6.4.1", - "babel-core": "6.14.0", - "babel-loader": "6.2.5", - "babel-plugin-transform-decorators-legacy": "1.3.4", - "babel-plugin-transform-runtime": "6.12.0", - "babel-polyfill": "6.13.0", - "babel-preset-es2015": "6.14.0", - "babel-preset-react": "6.11.1", - "babel-preset-stage-0": "6.5.0", - "babel-runtime": "6.9.2", - "css-loader": "0.25.0", - "extract-text-webpack-plugin": "1.0.1", - "lint-staged": "3.0.1", - "lodash": "4.13.1", - "postcss-loader": "0.13.0", - "pre-commit": "1.1.3", - "react": "15.3.1", - "react-dom": "15.3.1", - "react-hot-loader": "3.0.0-beta.3", - "react-router": "4.0.0-2", - "webpack": "1.13.2", - "whatwg-fetch": "1.0.0" + "autoprefixer": "9.1.3", + "babel-core": "6.26.3", + "babel-loader": "8.0.0", + "babel-plugin-transform-decorators-legacy": "1.3.5", + "babel-plugin-transform-runtime": "6.23.0", + "babel-polyfill": "6.26.0", + "babel-preset-es2015": "6.24.1", + "babel-preset-react": "6.24.1", + "babel-preset-stage-0": "6.24.1", + "babel-runtime": "6.26.0", + "css-loader": "1.0.0", + "extract-text-webpack-plugin": "3.0.2", + "lint-staged": "7.2.2", + "lodash": "4.17.10", + "postcss-loader": "3.0.0", + "pre-commit": "1.2.2", + "react": "16.4.2", + "react-dom": "16.4.2", + "react-hot-loader": "4.3.5", + "react-router": "4.3.1", + "webpack": "4.17.1", + "whatwg-fetch": "2.0.4" } }