diff --git a/package-lock.json b/package-lock.json index f745951..30e785b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "jodit-react", - "version": "2.0.1-beta.26", + "version": "2.0.1-beta.27", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jodit-react", - "version": "2.0.1-beta.26", + "version": "2.0.1-beta.27", "license": "MIT", "dependencies": { - "jodit": "^4.0.0-beta.105" + "jodit": "^4.0.0-beta.106" }, "devDependencies": { "@babel/core": "^7.22.5", @@ -7187,9 +7187,9 @@ } }, "node_modules/jodit": { - "version": "4.0.0-beta.105", - "resolved": "https://registry.npmjs.org/jodit/-/jodit-4.0.0-beta.105.tgz", - "integrity": "sha512-ie16oU+yIxV2wZJQ2kNbuCras6LOYnK2lEgf/PfNk+ufExVL+9SvAuHjeO84yof+JHBEt/zkwuy//ZcqOYWk+A==", + "version": "4.0.0-beta.106", + "resolved": "https://registry.npmjs.org/jodit/-/jodit-4.0.0-beta.106.tgz", + "integrity": "sha512-1E+cSFUlsoH1h3d+vDnvv31rhCmS6UhghgHNRN3SFekf667iwW7aZNQCCszhWhjZBYDsTg93G6wNZ9hV4o+prA==", "dependencies": { "autobind-decorator": "^2.4.0" } @@ -17320,9 +17320,9 @@ } }, "jodit": { - "version": "4.0.0-beta.105", - "resolved": "https://registry.npmjs.org/jodit/-/jodit-4.0.0-beta.105.tgz", - "integrity": "sha512-ie16oU+yIxV2wZJQ2kNbuCras6LOYnK2lEgf/PfNk+ufExVL+9SvAuHjeO84yof+JHBEt/zkwuy//ZcqOYWk+A==", + "version": "4.0.0-beta.106", + "resolved": "https://registry.npmjs.org/jodit/-/jodit-4.0.0-beta.106.tgz", + "integrity": "sha512-1E+cSFUlsoH1h3d+vDnvv31rhCmS6UhghgHNRN3SFekf667iwW7aZNQCCszhWhjZBYDsTg93G6wNZ9hV4o+prA==", "requires": { "autobind-decorator": "^2.4.0" } diff --git a/package.json b/package.json index d7c4dd1..3baf483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jodit-react", - "version": "2.0.1-beta.26", + "version": "2.0.1-beta.27", "description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", "main": "build/jodit-react.js", "author": "Chupurnov (https://xdsoft.net/)s", @@ -16,7 +16,7 @@ "rte" ], "dependencies": { - "jodit": "^4.0.0-beta.105" + "jodit": "^4.0.0-beta.106" }, "peerDependencies": { "react": "~0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",