Skip to content

Commit

Permalink
Merge pull request #5 from wattanx/chore/add-peer-dependencies
Browse files Browse the repository at this point in the history
chore: add peerDependencies
  • Loading branch information
wattanx authored Aug 7, 2023
2 parents 11fc9d9 + 0aaca1e commit 13bb35c
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 @@ -28,6 +28,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 @@ -44,8 +47,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 13bb35c

Please sign in to comment.