feat: add support of react 18

This commit is contained in:
RomanPidkostelnyi 2023-07-21 14:28:21 +03:00
parent 8fbc955f12
commit fdbecd4559

View File

@ -135,8 +135,8 @@
"peerDependencies": { "peerDependencies": {
"core-js": "^3.1.4", "core-js": "^3.1.4",
"mobx": "^6.0.4", "mobx": "^6.0.4",
"react": "^16.8.4 || ^17.0.0", "react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.0", "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
"styled-components": "^4.1.1 || ^5.1.1" "styled-components": "^4.1.1 || ^5.1.1"
}, },
"dependencies": { "dependencies": {