Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: declare dependency @vue/composition-api and @vue/runtime-dom (
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz authored Jan 18, 2022
1 parent 63c049d commit d086d44
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 107 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"@types/node": "^17.0.8",
"@types/ws": "^8.2.2",
"@vue/composition-api": "^1.4.3",
"@vue/runtime-dom": "^3.2.26",
"bumpp": "^7.1.1",
"eslint": "^8.6.0",
"fast-glob": "^3.2.10",
Expand All @@ -113,7 +114,9 @@
"vitest": "0.0.120"
},
"peerDependencies": {
"pug": "^3.0.2"
"pug": "^3.0.2",
"@vue/composition-api": "^1.4.3",
"@vue/runtime-dom": "^3.2.26"
},
"peerDependenciesMeta": {
"pug": {
Expand Down
Loading

0 comments on commit d086d44

Please sign in to comment.