Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit ec424f6

Browse files
authored
fix(npm): explicitly add @vue/reactivity as dependency of @vue/runtime-dom (#10468)
1 parent 80e4029 commit ec424f6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/runtime-dom/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"dependencies": {
5252
"@vue/shared": "workspace:*",
5353
"@vue/runtime-core": "workspace:*",
54+
"@vue/reactivity": "workspace:*",
5455
"csstype": "^3.1.3"
5556
}
5657
}

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)