1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 17:42:15 +02:00

Update react peer dependencies

Fixes #115
This commit is contained in:
Adam Bergman
2021-02-24 09:23:57 +01:00
parent ea989c8837
commit ebb9f5dc7b

View File

@@ -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"
}
}