Skip to content

Commit

Permalink
fix(deps): remove peer dependencies (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jul 26, 2023
1 parent bfe66da commit 58f138d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vuetify-nuxt-module",
"type": "module",
"version": "0.5.4",
"packageManager": "pnpm@8.6.9",
"packageManager": "pnpm@8.6.10",
"description": "Zero-Config Nuxt Module for Vuetify",
"author": "userquin <userquin@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -63,15 +63,8 @@
"prepublishOnly": "pnpm build",
"release": "bumpp && npm publish"
},
"peerDependencies": {
"@nuxt/kit": "^3.6.2",
"perfect-debounce": "^1.0.0",
"unconfig": "^0.3.9",
"vite-plugin-vuetify": "^1.0.2",
"vuetify": "^3.3.9"
},
"dependencies": {
"@nuxt/kit": "^3.6.5",
"@nuxt/kit": "^3.6.2",
"defu": "^6.1.2",
"perfect-debounce": "^1.0.0",
"unconfig": "^0.3.9",
Expand Down
4 changes: 2 additions & 2 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 58f138d

Please sign in to comment.