diff --git a/README.md b/README.md index 5a348c9..9e510bc 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ Inspired by http://racksburg.com/choosing-an-http-status-code/. Site: http://alexmeah.com/what-the-status-code + + +[![Greenkeeper badge](https://badges.greenkeeper.io/AlexMeah/what-the-status-code.svg)](https://greenkeeper.io/) \ No newline at end of file diff --git a/package.json b/package.json index 9a44815..db5e2e8 100644 --- a/package.json +++ b/package.json @@ -12,57 +12,57 @@ "author": "Alex Meah (http://alexmeah.com/)", "license": "ISC", "dependencies": { - "babel": "~5", - "babel-core": "~5", - "babel-runtime": "~5", - "es6-promise": "~3.0.2", - "history": "^1.17.0", + "babel": "~6.5.2", + "babel-core": "~6.22.1", + "babel-runtime": "~6.22.0", + "es6-promise": "~4.0.5", + "history": "^4.5.1", "http-status-codes": "^1.0.5", - "react": "^0.14.7", - "react-dom": "~0.14.3", - "react-helmet": "~2.2.0", - "react-router": "^1.0.3" + "react": "^15.4.2", + "react-dom": "~15.4.2", + "react-helmet": "~4.0.0", + "react-router": "^3.0.2" }, "devDependencies": { - "babel-eslint": "~4.1.3", - "babel-loader": "~5", - "babel-plugin-react-transform": "~1.1.1", + "babel-eslint": "~7.1.1", + "babel-loader": "~6.2.10", + "babel-plugin-react-transform": "~2.0.2", "bootstrap-sass": "~3.3.6", - "chai": "~3.4.1", + "chai": "~3.5.0", "classnames": "~2.2.0", "clean-webpack-plugin": "~0.1.4", - "css-loader": "~0.23.0", - "eslint": "^1.10.1", - "eslint-config-airbnb": "~1.0.0", - "eslint-plugin-react": "~3.11.2", - "extract-text-webpack-plugin": "~0.9.1", - "file-loader": "~0.8.5", - "html-webpack-plugin": "^1.7.0", + "css-loader": "~0.26.1", + "eslint": "^3.15.0", + "eslint-config-airbnb": "~14.1.0", + "eslint-plugin-react": "~6.9.0", + "extract-text-webpack-plugin": "~1.0.1", + "file-loader": "~0.10.0", + "html-webpack-plugin": "^2.28.0", "inject-loader": "~2.0.1", - "istanbul-instrumenter-loader": "~0.1.3", + "istanbul-instrumenter-loader": "~1.2.0", "json-loader": "~0.5.4", - "karma": "~0.13.15", + "karma": "~1.4.1", "karma-chai": "~0.1.0", - "karma-chrome-launcher": "~0.2.1", - "karma-cli": "~0.1.1", - "karma-coverage": "~0.5.3", - "karma-mocha": "~0.2.1", - "karma-mocha-reporter": "~1.1.2", - "karma-phantomjs-launcher": "~0.2.1", - "karma-webpack": "~1.7.0", - "mocha": "~2.3.4", + "karma-chrome-launcher": "~2.0.0", + "karma-cli": "~1.0.1", + "karma-coverage": "~1.1.1", + "karma-mocha": "~1.3.0", + "karma-mocha-reporter": "~2.2.2", + "karma-phantomjs-launcher": "~1.0.2", + "karma-webpack": "~2.0.2", + "mocha": "~3.2.0", "null-loader": "~0.1.1", - "phantomjs": "~1.9.19", - "react-addons-test-utils": "~0.14.3", + "phantomjs": "~2.1.7", + "react-addons-test-utils": "~15.4.2", "react-transform-catch-errors": "~1.0.0", "react-transform-hmr": "~1.0.1", - "redbox-react": "~1.2.0", - "sass-loader": "~3.1.2", - "stats-webpack-plugin": "~0.1.2", + "redbox-react": "~1.3.3", + "sass-loader": "~5.0.1", + "stats-webpack-plugin": "~0.4.3", "style-loader": "~0.13.0", "url-loader": "~0.5.7", - "webpack": "^1.12.9", - "webpack-dev-server": "^1.14.0", + "webpack": "^2.2.1", + "webpack-dev-server": "^2.3.0", "webpack-hot-middleware": "^2.6.0" } }