Skip to content

Commit 9c04215

Browse files
committed
bump major
1 parent dfa8949 commit 9c04215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-element-to-jsx-string",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"description": "Turn a ReactElement into the corresponding JSX string.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -79,8 +79,8 @@
7979
"rollup-plugin-sourcemaps": "0.6.3"
8080
},
8181
"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"
82+
"react": "^19.0.0",
83+
"react-dom": "^19.0.0"
8484
},
8585
"dependencies": {
8686
"@base2/pretty-print-object": "1.0.2",

0 commit comments

Comments
 (0)