Skip to content

Commit

Permalink
fix(swagger-ui-react): align React versions with swagger-ui (#9465)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jan 8, 2024
1 parent 252c81a commit 532f8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flavors/swagger-ui-react/release/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
"react": ">=16.8.0 <19",
"react-dom": ">=16.8.0 <19"
}
}

0 comments on commit 532f8de

Please sign in to comment.