Skip to content

Commit

Permalink
fix(vue-i18n-bridge): peer dependency warning (#1536)
Browse files Browse the repository at this point in the history
* fix(vue-i18n-bridge): peer dependency warning

* fix: update lock file

* fix: typo

* fix: update lock file again
  • Loading branch information
kazupon authored Sep 11, 2023
1 parent 1124ef8 commit 02f3ccc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 6 additions & 1 deletion packages/vue-i18n-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,14 @@
"devDependencies": {
"@intlify/devtools-if": "workspace:*"
},
"optionalDependencies": {
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"engines": {
"node": ">= 16"
},
Expand Down
8 changes: 3 additions & 5 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 02f3ccc

Please sign in to comment.