diff --git a/.changeset/sixty-rats-talk.md b/.changeset/sixty-rats-talk.md new file mode 100644 index 0000000000..ad2575f83e --- /dev/null +++ b/.changeset/sixty-rats-talk.md @@ -0,0 +1,10 @@ +--- +'@backstage/create-app': patch +--- + +Bump version of `cypress` in newly scaffolded Backstage Applications. To apply this change to your own instance, please make the following change to `packages/app/package.json` under `devDependencies`. + +```diff +- "cypress": "^7.3.0", ++ "cypress": "^9.7.0", +```