fix(npm): explicitly add `@vue/reactivity` as dependency of `@vue/runtime-dom` (#10468)

This commit is contained in:
n0099 2024-06-10 15:29:37 +08:00 committed by GitHub
parent 80e402975b
commit ec424f6cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,7 @@
"dependencies": {
"@vue/shared": "workspace:*",
"@vue/runtime-core": "workspace:*",
"@vue/reactivity": "workspace:*",
"csstype": "^3.1.3"
}
}

View File

@ -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