Skip to content

Commit

Permalink
fix: There should be only one Vue version used in an application to…
Browse files Browse the repository at this point in the history
… make `Vue` a peer dependency

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Feb 13, 2024
1 parent 2a182b9 commit 8cd8f41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
"p-cancelable": "^4.0.1",
"p-limit": "^5.0.0",
"p-queue": "^8.0.0",
"simple-eta": "^3.0.2",
"vue": "^2.7.15"
"simple-eta": "^3.0.2"
},
"peerDependencies": {
"@nextcloud/vue": "^8.0.0-beta || ^8.0.0"
"@nextcloud/vue": "^8.0.0-beta || ^8.0.0",
"vue": "^2.7.16"
}
}

0 comments on commit 8cd8f41

Please sign in to comment.