Skip to content

Commit

Permalink
fix: make sure devtools is a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Feb 22, 2025
1 parent 91f61ea commit 4ee0210
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
8 changes: 3 additions & 5 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@
],
"dependencies": {
"klona": "^2.0.6",
"type-fest": "^4.34.1"
},
"peerDependencies": {
"@vue/devtools-api": "^7.5.2",
"@vue/devtools-kit": "^7.5.2"
"type-fest": "^4.34.1",
"@vue/devtools-api": "^7.7.2",
"@vue/devtools-kit": "^7.7.2"
}
}
30 changes: 15 additions & 15 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 4ee0210

Please sign in to comment.