Skip to content

Commit

Permalink
fix: add vue-i18n v10 to peer deps (#220)
Browse files Browse the repository at this point in the history
* fix: add vue-i18n v10 to peer deps

* fix: typo
  • Loading branch information
kazupon authored Jun 10, 2024
1 parent 26a2551 commit 3d5e1e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This changelog is generated by [GitHub Releases](https://github.com/intlify/vue-

###    🐞 Bug Fixes

- Strictly peer dependecies &nbsp;-&nbsp; by @kazupon in https://github.com/intlify/vue-i18n-extensions/issues/219 [<samp>(8bfad)</samp>](https://github.com/intlify/vue-i18n-extensions/commit/8bfada3)
- Strictly peer dependencies &nbsp;-&nbsp; by @kazupon in https://github.com/intlify/vue-i18n-extensions/issues/219 [<samp>(8bfad)</samp>](https://github.com/intlify/vue-i18n-extensions/commit/8bfada3)

##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/intlify/vue-i18n-extensions/compare/v6.0.0...v6.0.1)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"vue": "^3.2.45"
},
"peerDependencies": {
"@intlify/shared": "^9.0.0",
"@intlify/shared": "^9.0.0 || ^10.0.0",
"@vue/compiler-dom": "^3.0.0",
"vue": "^3.0.0",
"vue-i18n": "^9.0.0"
"vue-i18n": "^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"@intlify/shared": {
Expand Down

0 comments on commit 3d5e1e0

Please sign in to comment.