Skip to content

Commit

Permalink
fix: unmet peer dependecies@intlify/shared and vue-i18n v11.0.0 (#…
Browse files Browse the repository at this point in the history
…305)

* chore(deps): update peer dependencies for vue-i18n and @intlify/shared

* chore: update peer dependencies for vue-i18n and @intlify/shared
  • Loading branch information
NaokiHaba authored Dec 29, 2024
1 parent fd060df commit 5e27040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"vue": "^3.2.45"
},
"peerDependencies": {
"@intlify/shared": "^9.0.0 || ^10.0.0",
"@intlify/shared": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@vue/compiler-dom": "^3.0.0",
"vue": "^3.0.0",
"vue-i18n": "^9.0.0 || ^10.0.0"
"vue-i18n": "^9.0.0 || ^10.0.0 || ^11.0.0"
},
"peerDependenciesMeta": {
"@intlify/shared": {
Expand Down

0 comments on commit 5e27040

Please sign in to comment.