Skip to content

Commit 1483ad9

Browse files
committed
INT-3347: Fix @tinymce/miniature as dev dependency breaking builds
1 parent 3b916c6 commit 1483ad9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
### Fixed
10+
- Having `@tinymce/miniature` as dev dependency broke builds. #INT-3347
11+
912
## 6.2.0 - 2025-05-29
1013

1114
### 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)