We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa8949 commit 9c04215Copy full SHA for 9c04215
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-element-to-jsx-string",
3
- "version": "15.0.0",
+ "version": "16.0.0",
4
"description": "Turn a ReactElement into the corresponding JSX string.",
5
"main": "dist/cjs/index.js",
6
"module": "dist/esm/index.js",
@@ -79,8 +79,8 @@
79
"rollup-plugin-sourcemaps": "0.6.3"
80
},
81
"peerDependencies": {
82
- "react": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
83
- "react-dom": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0"
84
85
"dependencies": {
86
"@base2/pretty-print-object": "1.0.2",
0 commit comments