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

[fix] Fix work in react >=19

parent 2d18c541
No related branches found
No related tags found
No related merge requests found
......@@ -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 || ^17.0.0 || ^18.0.0",
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.0 || ^18.0.0",
"react": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.0 || ^18.0.0 || ^19.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 || ^17.0.0 || ^18.0.0",
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.0 || ^18.0.0"
"react": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^0.14 || ^15.5.4 || ^16.1.1 || ^17.0.0 || ^18.0.0 || ^19.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