diff --git a/README.md b/README.md index bb1f1a2..89a0a3f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Rispa Render Server [![Build Status](https://api.travis-ci.org/rispa-io/rispa-render-server.svg?branch=master)](https://travis-ci.org/rispa-io/rispa-render-server) +[![Greenkeeper badge](https://badges.greenkeeper.io/rispa-io/rispa-render-server.svg)](https://greenkeeper.io/) + **Rispa** plugin for Server-Side render React app, provide `redux` store, routing and cookies. * [User Guide](https://github.com/rispa-io/rispa-core) – How to develop apps bootstrapped with **Rispa**. diff --git a/package.json b/package.json index b951ea2..edfeb77 100644 --- a/package.json +++ b/package.json @@ -15,25 +15,25 @@ "@rispa/webpack": "4.2.x", "@webpack-blocks/webpack2": "^0.4.0", "babel-runtime": "^6.23.0", - "debug": "^2.6.6", + "debug": "^3.1.0", "electrode-react-ssr-caching": "^0.1.5", "express": "^4.15.2", - "extract-text-webpack-plugin": "^2.1.0", + "extract-text-webpack-plugin": "^3.0.2", "history": "^4.6.1", "prop-types": "^15.5.8", - "react": "^15.5.4", + "react": "^16.2.0", "react-cookie": "^2.0.7", - "react-dom": "^15.5.4", - "react-loadable": "^3.3.1", + "react-dom": "^16.2.0", + "react-loadable": "^5.3.1", "react-redux": "^5.0.6", "react-router": "^4.1.1", "react-tree-walker": "^2.1.1", "require-relative": "^0.8.7", "stats-webpack-plugin": "^0.6.0", "universal-cookie-express": "^2.0.5", - "universal-webpack": "^0.3.9", - "webpack": "^2.4.1", - "webpack-flush-chunks": "^0.1.1", + "universal-webpack": "^0.6.1", + "webpack": "^4.0.1", + "webpack-flush-chunks": "^1.2.3", "write-file-webpack-plugin": "^4.0.2" }, "devDependencies": {