Skip to content

Commit 6ece9a3

Browse files
authored
fix: peer deps on vue-i18n-bridge (#1180)
1 parent 1cbb16f commit 6ece9a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/vue-i18n-bridge/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@
4646
"@intlify/devtools-if": "9.3.0-beta.3"
4747
},
4848
"peerDependencies": {
49-
"@vue/composition-api": "^1.2.0"
49+
"@vue/composition-api": "^1.0.0-rc.1"
50+
},
51+
"peerDependenciesMeta": {
52+
"@vue/composition-api": {
53+
"optional": true
54+
}
5055
},
5156
"engines": {
5257
"node": ">= 14"
@@ -85,11 +90,6 @@
8590
"./package.json": "./package.json"
8691
},
8792
"funding": "https://github.com/sponsors/kazupon",
88-
"peerDependenciesMeta": {
89-
"@vue/composition-api": {
90-
"optional": true
91-
}
92-
},
9393
"publishConfig": {
9494
"access": "public"
9595
},

0 commit comments

Comments
 (0)