Skip to content

Commit

Permalink
fix: adding dependency to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
niko-ng authored and enpitsuLin committed Aug 7, 2024
1 parent 7cb7945 commit 44c6ce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/plugin-split-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
"devDependencies": {
"@milkdown/core": "^7.4.0",
"@milkdown/prose": "^7.4.0",
"style-mod": "^4.1.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.5.4",
},
"dependencies": {
"@codemirror/commands": "^6.6.0",
Expand Down

0 comments on commit 44c6ce6

Please sign in to comment.