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": {
|
"dependencies": {
|
||||||
"@vue/shared": "workspace:*",
|
"@vue/shared": "workspace:*",
|
||||||
"@vue/runtime-core": "workspace:*",
|
"@vue/runtime-core": "workspace:*",
|
||||||
|
"@vue/reactivity": "workspace:*",
|
||||||
"csstype": "^3.1.3"
|
"csstype": "^3.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -307,6 +307,9 @@ importers:
|
||||||
|
|
||||||
packages/runtime-dom:
|
packages/runtime-dom:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@vue/reactivity':
|
||||||
|
specifier: workspace:*
|
||||||
|
version: link:../reactivity
|
||||||
'@vue/runtime-core':
|
'@vue/runtime-core':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../runtime-core
|
version: link:../runtime-core
|
||||||
|
|
Loading…
Reference in New Issue