Skip to content

Commit 7af7c1b

Browse files
authored
fix: change to optionalDependencies (#1184)
* fix: change to `optionalDependencies` * fix
1 parent fdf926d commit 7af7c1b

File tree

2 files changed

+60
-33
lines changed

2 files changed

+60
-33
lines changed

packages/vue-i18n-bridge/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@intlify/devtools-if": "9.3.0-beta.4"
4747
},
48-
"peerDependencies": {
48+
"optionalDependencies": {
4949
"@vue/composition-api": "^1.0.0-rc.1"
5050
},
5151
"engines": {
@@ -85,11 +85,6 @@
8585
"./package.json": "./package.json"
8686
},
8787
"funding": "https://github.com/sponsors/kazupon",
88-
"peerDependenciesMeta": {
89-
"@vue/composition-api": {
90-
"optional": true
91-
}
92-
},
9388
"publishConfig": {
9489
"access": "public"
9590
},

pnpm-lock.yaml

Lines changed: 59 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)