Skip to content

Commit 7a13771

Browse files
glowcloudebf2lol
andauthored
feat: add initial support for React 19 (#10551)
Refs #10243 --------- Co-authored-by: Ebert Felix (HC/XAD1.3) <[email protected]>
1 parent 8bf0657 commit 7a13771

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

flavors/swagger-ui-react/release/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848
},
4949
"peerDependencies": {
50-
"react": ">=16.8.0 <19",
51-
"react-dom": ">=16.8.0 <19"
50+
"react": ">=16.8.0 <20",
51+
"react-dom": ">=16.8.0 <20"
5252
}
5353
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@
8888
"prop-types": "^15.8.1",
8989
"randexp": "^0.5.3",
9090
"randombytes": "^2.1.0",
91-
"react": ">=16.8.0 <19",
91+
"react": ">=16.8.0 <20",
9292
"react-copy-to-clipboard": "5.1.0",
9393
"react-debounce-input": "=3.3.0",
94-
"react-dom": ">=16.8.0 <19",
94+
"react-dom": ">=16.8.0 <20",
9595
"react-immutable-proptypes": "2.2.0",
9696
"react-immutable-pure-component": "^2.2.0",
9797
"react-inspector": "^6.0.1",

0 commit comments

Comments
 (0)