]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(npm): explicitly add `@vue/reactivity` as dependency of `@vue/runtime-dom` (...
authorn0099 <n@n0099.net>
Mon, 10 Jun 2024 07:29:37 +0000 (15:29 +0800)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2024 07:29:37 +0000 (15:29 +0800)
packages/runtime-dom/package.json
pnpm-lock.yaml

index adf598a23a7614072b6e3fa8b2c7ab709c5bb190..f5717f9324d481b2b0f7e6a7888a571053162611 100644 (file)
@@ -51,6 +51,7 @@
   "dependencies": {
     "@vue/shared": "workspace:*",
     "@vue/runtime-core": "workspace:*",
+    "@vue/reactivity": "workspace:*",
     "csstype": "^3.1.3"
   }
 }
index 5ac2010e8ab3dacb82176f9a6e678ad317cdd195..83236c68737b967bb7fc3d47e795a6dc9c41ac36 100644 (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