Skip to content

Commit

Permalink
fix(npm): explicitly add @vue/reactivity as dependency of `@vue/run…
Browse files Browse the repository at this point in the history
…time-dom` (#10468)
  • Loading branch information
n0099 committed Jun 10, 2024
1 parent 80e4029 commit ec424f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"dependencies": {
"@vue/shared": "workspace:*",
"@vue/runtime-core": "workspace:*",
"@vue/reactivity": "workspace:*",
"csstype": "^3.1.3"
}
}
3 changes: 3 additions & 0 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 ec424f6

Please sign in to comment.