From 98bb77c1f0b8f7cb931dbc74deb78553bd489ae4 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Fri, 25 Aug 2023 13:12:59 +0200 Subject: [PATCH] Align zod dependency to match other packages Signed-off-by: Axel Hecht --- .changeset/hip-seahorses-exist.md | 5 +++++ plugins/home/package.json | 2 +- yarn.lock | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/hip-seahorses-exist.md diff --git a/.changeset/hip-seahorses-exist.md b/.changeset/hip-seahorses-exist.md new file mode 100644 index 0000000000..e8e247cc0a --- /dev/null +++ b/.changeset/hip-seahorses-exist.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-home': patch +--- + +Align zod dependency to align with other packages. diff --git a/plugins/home/package.json b/plugins/home/package.json index f732558a3b..60cc3f5f80 100644 --- a/plugins/home/package.json +++ b/plugins/home/package.json @@ -52,7 +52,7 @@ "react-grid-layout": "^1.3.4", "react-resizable": "^3.0.4", "react-use": "^17.2.4", - "zod": "~3.21.4" + "zod": "^3.21.4" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0", diff --git a/yarn.lock b/yarn.lock index db76511325..5696a22af0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7235,7 +7235,7 @@ __metadata: react-grid-layout: ^1.3.4 react-resizable: ^3.0.4 react-use: ^17.2.4 - zod: ~3.21.4 + zod: ^3.21.4 peerDependencies: react: ^16.13.1 || ^17.0.0 react-dom: ^16.13.1 || ^17.0.0