Skip to content

Commit

Permalink
fix(build): missing devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorromeo committed Nov 8, 2023
1 parent eeee74e commit c97d89d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"@types/web-bluetooth": "^0.0.19",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.7",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"@vueuse/shared": "^10.5.0",
"concurrently": "^8.2.2",
"focus-trap": "^7.5.4",
"fs-extra": "^11.1.1",
Expand All @@ -54,12 +57,12 @@
"vite": "^4.5.0",
"vue": "^3.3.7",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.22",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0"
"vue-tsc": "^1.8.22"
},
"peerDependencies": {
"@vueuse/core": "^10",
"@vueuse/integrations": "^10",
"@vueuse/shared": "^10",
"focus-trap": "*"
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit c97d89d

Please sign in to comment.