diff options
author | Adam Bergman <adam@fransvilhelm.com> | 2021-02-24 09:23:57 +0100 |
---|---|---|
committer | Adam Bergman <adam@fransvilhelm.com> | 2021-02-24 09:24:18 +0100 |
commit | ebb9f5dc7b494b40dd64bfea17b6d663842c0622 (patch) | |
tree | 76a2a4fb9bd9939d6e98885d10573253445ca22e | |
parent | Update module entry fields (diff) | |
download | tabler-icons-ebb9f5dc7b494b40dd64bfea17b6d663842c0622.tar.xz |
Update react peer dependencies
Fixes #115
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 4e0fa2a0..1f1fa7fa 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ } }, "peerDependencies": { - "react": "^16.13.1", - "react-dom": "^16.13.1" + "react": "^16.x || 17.x", + "react-dom": "^16.x || 17.x" } } |