From aaf76520843a7a91cf68ebb2cf404ab5d660d7c0 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 1 Jun 2022 10:32:28 +0200 Subject: [PATCH] chore: added changeset Signed-off-by: blam --- .changeset/sixty-rats-talk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/sixty-rats-talk.md 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", +```