Skip to content

Commit

Permalink
fix(runtime-shared): dedupe deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Oct 6, 2024
1 parent 3fa4069 commit c849864
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/runtime-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"bugs": {
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-shared#readme"
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-shared#readme",
"dependencies": {
"@vue/shared": "workspace:*"
}
}
6 changes: 5 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c849864

Please sign in to comment.