Skip to content

Commit

Permalink
Move vue-facing-decorator to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Oct 30, 2024
1 parent 411bf00 commit 0aa7f7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-stingrays-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nuxt3-class-component": patch
---

Move `vue-facing-decorator` to `peerDependencies`, fix import in pnpm projects without shameful hoisting.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"peerDependencies": {
"vue-facing-decorator": "^3.0.4"
},
"dependencies": {
"@nuxt/kit": "^3.11.2"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@nuxt/eslint-config": "^0.6.1",
Expand Down

0 comments on commit 0aa7f7c

Please sign in to comment.