[fix] Fix work in react >=18
{ | ||
"name": "@aerialist7/react-dates", | ||
"version": "21.8.0-patch.0", | ||
"version": "21.8.0-patch.2", | ||
"description": "A responsive and accessible date range picker component built with React", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -100,8 +100,8 @@ |
"moment-jalaali": "^0.7.4", | ||
"nyc": "^10.3.2", | ||
"raw-loader": "^0.5.1", | ||
"react": "^0.14 || ^15.5.4 || ^16.1.1", | ||
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1", | ||
"react": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.0 || ^18.0.0", | ||
"react-with-styles-interface-aphrodite": "^6.0.1", | ||
"react-with-styles-interface-css-compiler": "^2.2.0", | ||
"rimraf": "^2.7.1", | ||
... | ... | @@ -134,8 +134,8 @@ |
"peerDependencies": { | ||
"@babel/runtime": "^7.0.0", | ||
"moment": "^2.18.1", | ||
"react": "^0.14 || ^15.5.4 || ^16.1.1", | ||
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1" | ||
"react": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.0 || ^18.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=0.10" | ||
... | ... |
Please register or sign in to comment