mirror of https://github.com/vuejs/core.git
fix(npm): explicitly add `@vue/reactivity` as dependency of `@vue/runtime-dom` (#10468)
This commit is contained in:
parent
80e402975b
commit
ec424f6cd9
|
@ -51,6 +51,7 @@
|
|||
"dependencies": {
|
||||
"@vue/shared": "workspace:*",
|
||||
"@vue/runtime-core": "workspace:*",
|
||||
"@vue/reactivity": "workspace:*",
|
||||
"csstype": "^3.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -307,6 +307,9 @@ importers:
|
|||
|
||||
packages/runtime-dom:
|
||||
dependencies:
|
||||
'@vue/reactivity':
|
||||
specifier: workspace:*
|
||||
version: link:../reactivity
|
||||
'@vue/runtime-core':
|
||||
specifier: workspace:*
|
||||
version: link:../runtime-core
|
||||
|
|
Loading…
Reference in New Issue