-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version 2.0.1-beta.31. Read more https://github.com/jodit/jodit-r…
- Loading branch information
1 parent
a5cf4e8
commit 25ac036
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jodit-react", | ||
"version": "2.0.1-beta.30", | ||
"version": "2.0.1-beta.31", | ||
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", | ||
"main": "build/jodit-react.js", | ||
"author": "Chupurnov <[email protected]> (https://xdsoft.net/)s", | ||
|
@@ -16,7 +16,7 @@ | |
"rte" | ||
], | ||
"dependencies": { | ||
"jodit": "^4.0.0-beta.111" | ||
"jodit": "^4.0.0-beta.113" | ||
}, | ||
"peerDependencies": { | ||
"react": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", | ||
|