Skip to content

Commit

Permalink
fix: new JSX transform needs at least React v16.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa committed Dec 10, 2024
1 parent 252107d commit e7a4355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"oidc-client-ts": "^3.1.0",
"react": ">=16.8.0"
"react": ">=16.14.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
Expand Down

0 comments on commit e7a4355

Please sign in to comment.