aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kuna <1282324+codecalm@users.noreply.github.com>2022-06-26 11:55:10 +0200
committerGitHub <noreply@github.com>2022-06-26 11:55:10 +0200
commita8c50c3f2c049ae63c5d31975d0799989626596d (patch)
tree8449b22c6b2ae076552babf6c86b89a3001f9b56
parentMerge pull request #243 from alexgleason/asset-exports (diff)
downloadtabler-icons-a8c50c3f2c049ae63c5d31975d0799989626596d.tar.xz
updacie React version to v18 #241
-rw-r--r--package.json4
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": {