Skip to content

Commit

Permalink
bump major
Browse files Browse the repository at this point in the history
  • Loading branch information
imjordanxd committed Dec 17, 2024
1 parent dfa8949 commit 9c04215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-element-to-jsx-string",
"version": "15.0.0",
"version": "16.0.0",
"description": "Turn a ReactElement into the corresponding JSX string.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -79,8 +79,8 @@
"rollup-plugin-sourcemaps": "0.6.3"
},
"peerDependencies": {
"react": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
"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"
},
"dependencies": {
"@base2/pretty-print-object": "1.0.2",
Expand Down

0 comments on commit 9c04215

Please sign in to comment.