Skip to content

Commit

Permalink
Add React 19 peer dep (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoitch authored Dec 10, 2024
1 parent f9456ac commit 4b5cb8c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
44 changes: 28 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mobiledoc-editor",
"version": "0.14.4",
"version": "0.14.5",
"description": "A Mobiledoc editor for React apps",
"repository": "joshfrench/react-mobiledoc-editor",
"homepage": "https://github.com/joshfrench/react-mobiledoc-editor",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"peerDependencies": {
"mobiledoc-kit": "^0.12.2 || ^0.13.0 || ^0.14.0 || ^0.15.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
"react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
Expand Down

0 comments on commit 4b5cb8c

Please sign in to comment.