Skip to content

Commit

Permalink
chore: mark @vue/compiler-dom as optional (#1958)
Browse files Browse the repository at this point in the history
This should solve the pnpm error:

```
├─┬ @vue/test-utils 2.2.8
│ └── ✕ missing peer @vue/compiler-dom@^3.0.1
```
  • Loading branch information
cexbrayat committed Feb 1, 2023
1 parent f6d1b7d commit 5f574e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -67,6 +67,9 @@
"@vue/compiler-dom": "^3.0.1",
"vue": "^3.0.1"
},
"optionalDependencies": {
"@vue/compiler-dom": "^3.0.1"
},
"author": {
"name": "Lachlan Miller",
"email": "lachlan.miller.1990@outlook.com"
Expand Down
18 changes: 5 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 5f574e2

Please sign in to comment.