redfin / react-server

:rocket: Blazing fast page load and seamless navigation.
https://react-server.io/
Apache License 2.0
3.89k stars 184 forks source link

Get generator template package.json updating automatically #758

Open gigabo opened 7 years ago

gigabo commented 7 years ago

We keep forgetting to update its deps during deployment.

Maybe we can use Asini's configurable package locations to get it updating automatically?

Born from this.

rodrijuarez commented 7 years ago

@gigabo can't we use something like Greenkeper? In the docs from asini they also recommend to use it to keep all the dependencies up to date (see this)

gigabo commented 7 years ago

Good thought @rodrijuarez. The package.json this ticket refers to is actually a template that's used by generator-react-server. It lives way down in a nested directory where greenkeeper can't see it, unfortunately.