v3.6.1
Fixed
- Pin prettier dependency to v2.x for now to avoid build errors
How to update existing projects
$ cd your-project
$ rm -rf node_modules # Or remove the node_modules folder by hand
$ rm package-lock.json # Or remove the package-lock.json file by hand
$ npm install [email protected]
Read more on maintaining npm dependencies.