Skip to content

Commit

Permalink
Fix react version (#9167)
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 authored Dec 15, 2024
1 parent a1248ff commit ce37f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/survey-react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typings": "./typings/src/entries/react-ui.d.ts",
"peerDependencies": {
"survey-core": "*",
"react": "^17.0.1 || ^18.2.0 || ^19.0.0",
"react-dom": "^17.0.1 || ^18.2.0 || ^19.0.0"
"react": "^16.5.0 || ^17.0.1 || ^18.2.0 || ^19.0.0",
"react-dom": "^16.5.0 || ^17.0.1 || ^18.2.0 || ^19.0.0"
}
}

0 comments on commit ce37f20

Please sign in to comment.