Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed
- Having `@tinymce/miniature` as dev dependency broke builds. #INT-3347

## 6.2.0 - 2025-05-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"author": "Ephox Corporation DBA Tiny Technologies, Inc.",
"license": "MIT",
"dependencies": {
"@tinymce/miniature": "^6.0.0",
"prop-types": "^15.6.2"
},
"peerDependencies": {
Expand Down Expand Up @@ -58,7 +59,6 @@
"@storybook/react-vite": "^8.6.4",
"@tinymce/beehive-flow": "^0.19.0",
"@tinymce/eslint-plugin": "^2.4.0",
"@tinymce/miniature": "^6.0.0",
"@types/node": "^22.13.10",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
Expand Down