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

Commit d086d44

Browse files
authored
fix: declare dependency @vue/composition-api and @vue/runtime-dom (#100)
1 parent 63c049d commit d086d44

File tree

2 files changed

+364
-107
lines changed

2 files changed

+364
-107
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"@types/node": "^17.0.8",
101101
"@types/ws": "^8.2.2",
102102
"@vue/composition-api": "^1.4.3",
103+
"@vue/runtime-dom": "^3.2.26",
103104
"bumpp": "^7.1.1",
104105
"eslint": "^8.6.0",
105106
"fast-glob": "^3.2.10",
@@ -113,7 +114,9 @@
113114
"vitest": "0.0.120"
114115
},
115116
"peerDependencies": {
116-
"pug": "^3.0.2"
117+
"pug": "^3.0.2",
118+
"@vue/composition-api": "^1.4.3",
119+
"@vue/runtime-dom": "^3.2.26"
117120
},
118121
"peerDependenciesMeta": {
119122
"pug": {

0 commit comments

Comments
 (0)