- Edit the Strapi's dependencies version: (move Strapi's dependencies to `3.0.0-alpha.8` version)
```json
{
"dependencies": {
"lodash": "4.x.x",
"strapi": "3.0.0-alpha.8",
"strapi-mongoose": "3.0.0-alpha.8"
}
}
```
<br>
## Update the Admin
Delete your old admin folder and replace by the new one.
<br>
## Update the Plugins
Copy these 3 files `/plugins/users-permissions/config/jwt.json`, `/plugins/users-permissions/config/roles.json` and `/plugins/users-permissions/models/User.settings.json`**from your old project** and paste them in the corresponding ones in your new project. It is important to save these files.
Then, delete your old `plugins` folder and replace it by the new one.
That's all, you have now upgraded to Strapi `alpha.8`.