Skip to content

8.0.1: Upgrade outdated dependencies

Compare
Choose a tag to compare
@bensmithett bensmithett released this 04 Mar 06:51
· 107 commits to main since this release
984d446

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.