Skip to content
Snippets Groups Projects
Commit 7180e9d7 authored by Alexander Popoff's avatar Alexander Popoff
Browse files

[fix] Fix work in react >=18

parent 5ff21169
No related branches found
Tags v21.8.0-patch.2
No related merge requests found
{
"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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment