From 930a4ee8322e5513406b039a2618790a9c33447f Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 16 May 2022 21:22:45 +0800 Subject: [PATCH] version compatible --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 93cb6db..cb95d58 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,12 @@ "winbox": "^0.2.1" }, "peerDependencies": { - "react": "^16.14.0", - "react-dom": "^16.14.0" + "react": ">=16.14.0", + "react-dom": ">=16.14.0" }, "devDependencies": { - "@types/react": "^16.0.41", - "@types/react-dom": "^16.0.11", + "@types/react": ">=16.0.41", + "@types/react-dom": ">=16.0.11", "@types/winbox": "^0.2.1", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0",