aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Bergman <adam@fransvilhelm.com>2021-02-24 09:23:57 +0100
committerAdam Bergman <adam@fransvilhelm.com>2021-02-24 09:24:18 +0100
commitebb9f5dc7b494b40dd64bfea17b6d663842c0622 (patch)
tree76a2a4fb9bd9939d6e98885d10573253445ca22e
parentUpdate module entry fields (diff)
downloadtabler-icons-ebb9f5dc7b494b40dd64bfea17b6d663842c0622.tar.xz
Update react peer dependencies
Fixes #115
-rw-r--r--package.json4
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"
}
}