Skip to content

Commit 89d4d97

Browse files
committed
move @tinymce/miniature from devDependency to dependency
tinymce#588 added an import from @tinymce/miniature code in src/main/ts/Utils.ts.
1 parent 3b916c6 commit 89d4d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"author": "Ephox Corporation DBA Tiny Technologies, Inc.",
2727
"license": "MIT",
2828
"dependencies": {
29+
"@tinymce/miniature": "^6.0.0",
2930
"prop-types": "^15.6.2"
3031
},
3132
"peerDependencies": {
@@ -58,7 +59,6 @@
5859
"@storybook/react-vite": "^8.6.4",
5960
"@tinymce/beehive-flow": "^0.19.0",
6061
"@tinymce/eslint-plugin": "^2.4.0",
61-
"@tinymce/miniature": "^6.0.0",
6262
"@types/node": "^22.13.10",
6363
"@types/prop-types": "^15.7.14",
6464
"@types/react": "^19.0.0",

0 commit comments

Comments
 (0)