Skip to content

Commit

Permalink
chore: compiler-dom as required dependency
Browse files Browse the repository at this point in the history
The `processSlot` function needs `compiler-dom` so the dependency should not be marked as optional.
Fixes #2107
  • Loading branch information
cexbrayat committed Jun 30, 2023
1 parent 1f2ec63 commit b8959b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -65,14 +65,10 @@
"vuex": "4.1.0"
},
"peerDependencies": {
"@vue/compiler-dom": "^3.0.1",
"@vue/server-renderer": "^3.0.1",
"vue": "^3.0.1"
},
"peerDependenciesMeta": {
"@vue/compiler-dom": {
"optional": true
},
"@vue/server-renderer": {
"optional": true
}
Expand Down
2 changes: 1 addition & 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 b8959b2

Please sign in to comment.