diff --git a/package.json b/package.json index 1031ad9..2a075f2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "remark": "^14.0.2", "remark-html": "^15.0.1", "remark-prism": "^1.3.6", - "swr": "2.2.5" + "swr": "2.2.5", + "zod": "^3.23.8" }, "devDependencies": { "@next/bundle-analyzer": "^12.3.1", diff --git a/yarn.lock b/yarn.lock index 5e19fbf..ff69308 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4534,6 +4534,11 @@ yocto-queue@^0.1.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== +zod@^3.23.8: + version "3.23.8" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d" + integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g== + zwitch@^2.0.0, zwitch@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"