diff options
author | Paweł Kuna <1282324+codecalm@users.noreply.github.com> | 2022-06-26 11:55:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 11:55:10 +0200 |
commit | a8c50c3f2c049ae63c5d31975d0799989626596d (patch) | |
tree | 8449b22c6b2ae076552babf6c86b89a3001f9b56 /package.json | |
parent | Merge pull request #243 from alexgleason/asset-exports (diff) | |
download | tabler-icons-a8c50c3f2c049ae63c5d31975d0799989626596d.tar.xz |
updacie React version to v18 #241
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 4c9a57dc..25af04ce 100644 --- a/package.json +++ b/package.json @@ -107,8 +107,8 @@ } }, "peerDependencies": { - "react": "^16.x || 17.x", - "react-dom": "^16.x || 17.x" + "react": "^16.x || 17.x || 18.x", + "react-dom": "^16.x || 17.x || 18.x" }, "peerDependenciesMeta": { "react": { |