Skip to content

Commit 14f6f93

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 14f6f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"author": "Ephox Corporation DBA Tiny Technologies, Inc.",
2727
"license": "MIT",
2828
"dependencies": {
29-
"prop-types": "^15.6.2"
29+
"prop-types": "^15.6.2",
30+
"@tinymce/miniature": "^6.0.0"
3031
},
3132
"peerDependencies": {
3233
"react": "^19.0.0 || ^18.0.0 || ^17.0.1 || ^16.7.0",
@@ -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)