[go: up one dir, main page]

Skip to content

Commit

Permalink
fix: component dependencies (#1474)
Browse files Browse the repository at this point in the history
* fix: component dependencies

* chore: fix
  • Loading branch information
Saul-Mirone committed Aug 20, 2024
1 parent a74bc8d commit 0189a8c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"allowedVersions": {
"react": "18",
"react-dom": "18",
"typescript": "5"
"typescript": "5",
"eslint": "9"
}
},
"overrides": {
Expand Down
7 changes: 4 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
"@milkdown/preset-commonmark": "^7.2.0",
"@milkdown/preset-gfm": "^7.2.0",
"@milkdown/prose": "^7.2.0",
"@milkdown/transformer": "^7.2.0"
"@milkdown/transformer": "^7.2.0",
"@milkdown/utils": "^7.2.0"
},
"dependencies": {
"@atomico/hooks": "^4.1.2",
"@floating-ui/dom": "^1.5.1",
"@milkdown/exception": "workspace:*",
"@milkdown/utils": "workspace:*",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.9",
"atomico": "^1.75.1",
Expand All @@ -139,7 +139,8 @@
"@milkdown/preset-commonmark": "workspace:*",
"@milkdown/preset-gfm": "workspace:*",
"@milkdown/prose": "workspace:*",
"@milkdown/transformer": "workspace:*"
"@milkdown/transformer": "workspace:*",
"@milkdown/utils": "workspace:*"
},
"nx": {
"targets": {
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const external = [
'@milkdown/preset-gfm',
'@milkdown/preset-commonmark',
// plugin
'@milkdown/plugin-automd',
'@milkdown/plugin-block',
'@milkdown/plugin-clipboard',
'@milkdown/plugin-collab',
Expand Down

0 comments on commit 0189a8c

Please sign in to comment.