Skip to content

Commit 18e41e9

Browse files
committed
chore: the package should have no runtime dependencies
1 parent bdf2d39 commit 18e41e9

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/funny-clouds-develop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tiptap/draftjs-to-tiptap": patch
3+
---
4+
5+
Removed an unnecessary runtime dependency

bun.lockb

-1.11 KB
Binary file not shown.

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,11 @@
3333
"devDependencies": {
3434
"@changesets/cli": "^2.27.11",
3535
"@types/bun": "latest",
36-
"tsup": "^8.3.5"
37-
},
38-
"peerDependencies": {
36+
"tsup": "^8.3.5",
3937
"typescript": "^5.4.5"
4038
},
41-
"dependencies": {
42-
"@types/draft-js": "^0.11.18",
43-
"@types/prosemirror-model": "^1.17.0"
39+
"peerDependencies": {
40+
"@types/draft-js": "^0.11.18"
4441
},
4542
"publishConfig": {
4643
"access": "public",

0 commit comments

Comments
 (0)