@tinymce/tinymce-react
Advanced tools
Comparing version 4.3.3-feature.20240320040202834.sha69cd879 to 4.3.3-feature.20240321022505917.shaa0724c0
@@ -12,3 +12,2 @@ import * as React from 'react'; | ||
export interface HybridOrSelfHostedProps { | ||
tinymceScriptSrc: string | string[] | ScriptItem[]; | ||
licenseKey: string; | ||
@@ -29,2 +28,3 @@ } | ||
textareaName: string; | ||
tinymceScriptSrc: string | string[] | ScriptItem[]; | ||
rollback: number | false; | ||
@@ -31,0 +31,0 @@ scriptLoading: { |
@@ -12,3 +12,2 @@ import * as React from 'react'; | ||
export interface HybridOrSelfHostedProps { | ||
tinymceScriptSrc: string | string[] | ScriptItem[]; | ||
licenseKey: string; | ||
@@ -29,2 +28,3 @@ } | ||
textareaName: string; | ||
tinymceScriptSrc: string | string[] | ScriptItem[]; | ||
rollback: number | false; | ||
@@ -31,0 +31,0 @@ scriptLoading: { |
@@ -42,4 +42,4 @@ { | ||
"@ephox/agar": "^8.0.0-alpha.0", | ||
"@ephox/bedrock-client": "^13.0.0", | ||
"@ephox/bedrock-server": "^13.6.0", | ||
"@ephox/bedrock-client": "^14.1.1", | ||
"@ephox/bedrock-server": "^14.1.3", | ||
"@ephox/katamari": "^9.1.5", | ||
@@ -49,12 +49,11 @@ "@ephox/mcagar": "^9.0.0-alpha.0", | ||
"@ephox/sugar": "^9.2.1", | ||
"@storybook/addon-essentials": "^7.5.3", | ||
"@storybook/addon-interactions": "^7.5.3", | ||
"@storybook/addon-links": "^7.5.3", | ||
"@storybook/blocks": "^7.5.3", | ||
"@storybook/react": "^7.5.3", | ||
"@storybook/react-webpack5": "^7.5.3", | ||
"@storybook/testing-library": "^0.2.2", | ||
"@storybook/addon-essentials": "^8.0.2", | ||
"@storybook/addon-interactions": "^8.0.2", | ||
"@storybook/addon-links": "^8.0.2", | ||
"@storybook/blocks": "^8.0.2", | ||
"@storybook/react": "^8.0.2", | ||
"@storybook/react-vite": "^8.0.2", | ||
"@tinymce/beehive-flow": "^0.19.0", | ||
"@tinymce/eslint-plugin": "^2.3.1", | ||
"@tinymce/miniature": "^5.0.1", | ||
"@tinymce/miniature": "^6.0.0", | ||
"@types/node": "^20.9.0", | ||
@@ -68,10 +67,12 @@ "@types/prop-types": "^15.7.10", | ||
"rimraf": "^5.0.5", | ||
"storybook": "^7.5.3", | ||
"storybook": "^8.0.2", | ||
"tinymce-4": "npm:tinymce@^4", | ||
"tinymce-5": "npm:tinymce@^5", | ||
"tinymce-6": "npm:tinymce@^6", | ||
"typescript": "~5.2.2" | ||
"tinymce-7": "npm:tinymce@^7", | ||
"typescript": "~5.4.3", | ||
"vite": "^5.2.2" | ||
}, | ||
"version": "4.3.3-feature.20240320040202834.sha69cd879", | ||
"version": "4.3.3-feature.20240321022505917.shaa0724c0", | ||
"name": "@tinymce/tinymce-react" | ||
} |
98983
35