8.0.1: Upgrade outdated dependencies
Changes
Upgraded outdated dependencies 77044f9 (major version bumps for concurrently
and rehype-slug
)
Upgrade instructions (more info)
Merge upstream changes
First, configure this repo as a remote for your repo (you only need to do this once)
git remote add template https://github.com/bensmithett/tropical.git
Then fetch & merge the latest changes, resolving any conflicts manually:
git fetch template
git merge template/master
or...
Manually update your code
yarn outdated
and upgrade the outdated dependencies.