aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-03-16 12:07:25 +0100
committercodecalm <codecalm@gmail.com>2022-03-16 12:07:25 +0100
commitb99841904f27ef8210a6b24042418d8a37c7521c (patch)
treed88aded8815fc36d6301dd875561cfb3c0d4e5ac /package.json
parentdependencies update (diff)
downloadtabler-icons-b99841904f27ef8210a6b24042418d8a37c7521c.tar.xz
dependencies update
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6ead08b9..6c9ba662 100644
--- a/package.json
+++ b/package.json
@@ -106,5 +106,13 @@
"peerDependencies": {
"react": "^16.x || 17.x",
"react-dom": "^16.x || 17.x"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ }
}
}