From 56398647864d273cfd17b5a8dfa0db7e5d8c39f1 Mon Sep 17 00:00:00 2001 From: Agney Menon Date: Sun, 23 Oct 2022 19:15:15 +0530 Subject: [PATCH] update peer deps to >16 --- .husky/.gitignore | 1 + playground/package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .husky/.gitignore diff --git a/.husky/.gitignore b/.husky/.gitignore new file mode 100644 index 0000000..31354ec --- /dev/null +++ b/.husky/.gitignore @@ -0,0 +1 @@ +_ diff --git a/playground/package.json b/playground/package.json index c76b3c7..f26deb7 100644 --- a/playground/package.json +++ b/playground/package.json @@ -39,8 +39,8 @@ "author": "Agney Menon (@agneymenon)", "license": "MIT", "peerDependencies": { - "react": "^17.0.1", - "react-dom": "^17.0.1" + "react": ">=16", + "react-dom": ">=16" }, "dependencies": { "@agney/react-inspector": "^4.0.0",