From ede558f6ab096060bb9c17165b422c0043fe0e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Po=C5=9Bpiech?= <37746259+piotrpospiech@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:00:42 +0100 Subject: [PATCH] updated minimum react version in antd theme --- packages/uniforms-antd/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/uniforms-antd/package.json b/packages/uniforms-antd/package.json index 88c8b77ff..fcfd163c3 100644 --- a/packages/uniforms-antd/package.json +++ b/packages/uniforms-antd/package.json @@ -33,7 +33,7 @@ ], "peerDependencies": { "antd": "^5.0.0", - "react": "^18.0.0 || ^17.0.0 || ^16.8.0", + "react": "^18.0.0 || ^17.0.0 || ^16.9.0", "uniforms": "4.0.0-beta.2" }, "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81fdaa124..7318c5e95 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -121,7 +121,7 @@ importers: specifier: ^4.0.0 version: 4.17.21 react: - specifier: ^18.0.0 || ^17.0.0 || ^16.8.0 + specifier: ^18.0.0 || ^17.0.0 || ^16.9.0 version: 18.3.1 tslib: specifier: 2.8.0