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 84a517bbd0..894756af39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7236,7 +7236,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