Skip to content

Commit

Permalink
chore: add peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wattanx committed Aug 7, 2023
1 parent a5ef51a commit 0aaca1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"test": "vitest run",
"test:watch": "vitest watch"
},
"peerDependencies": {
"vuex": "^4.1.0"
},
"dependencies": {
"@nuxt/kit": "3.6.5",
"hash-sum": "^2.0.0",
Expand All @@ -43,8 +46,7 @@
"changelogen": "^0.5.4",
"eslint": "^8.46.0",
"nuxt": "3.6.5",
"vitest": "^0.33.0",
"vuex": "^4.1.0"
"vitest": "^0.33.0"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 4 additions & 20 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 0aaca1e

Please sign in to comment.