diff options
author | codecalm <codecalm@gmail.com> | 2022-03-16 12:07:25 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-16 12:07:25 +0100 |
commit | b99841904f27ef8210a6b24042418d8a37c7521c (patch) | |
tree | d88aded8815fc36d6301dd875561cfb3c0d4e5ac /package.json | |
parent | dependencies update (diff) | |
download | tabler-icons-b99841904f27ef8210a6b24042418d8a37c7521c.tar.xz |
dependencies update
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
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 + } } } |