Skip to content

Commit

Permalink
fix: crepe bundle (#1471)
Browse files Browse the repository at this point in the history
* fix: crepe bundle

* chore: fix
  • Loading branch information
Saul-Mirone authored Aug 18, 2024
1 parent 4d4d5cf commit c133e60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-points-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@milkdown/crepe": patch
---

Fix dependencies and bundle
4 changes: 1 addition & 3 deletions packages/crepe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,14 @@
"build:theme": "postcss 'src/theme' --base 'src/theme' --dir 'lib/theme'"
},
"dependencies": {
"atomico": "^1.75.1"
},
"devDependencies": {
"@codemirror/commands": "^6.2.4",
"@codemirror/language": "^6.10.1",
"@codemirror/language-data": "^6.3.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.16.0",
"@milkdown/kit": "workspace:*",
"@uiw/codemirror-theme-nord": "^4.22.1",
"atomico": "^1.75.1",
"clsx": "^2.0.0",
"codemirror": "^6.0.1",
"nanoid": "^5.0.0",
Expand Down
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c133e60

Please sign in to comment.