Skip to content

Commit 5f574e2

Browse files
authored
chore: mark @vue/compiler-dom as optional (#1958)
This should solve the pnpm error: ``` ├─┬ @vue/test-utils 2.2.8 │ └── ✕ missing peer @vue/compiler-dom@^3.0.1 ```
1 parent f6d1b7d commit 5f574e2

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
"@vue/compiler-dom": "^3.0.1",
6868
"vue": "^3.0.1"
6969
},
70+
"optionalDependencies": {
71+
"@vue/compiler-dom": "^3.0.1"
72+
},
7073
"author": {
7174
"name": "Lachlan Miller",
7275
"email": "[email protected]"

pnpm-lock.yaml

Lines changed: 5 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)