Skip to content

Commit

Permalink
fix: remove vue-i18n peer dependency
Browse files Browse the repository at this point in the history
fixes #19720
  • Loading branch information
KaelWD committed Aug 17, 2024
1 parent 7c8aeef commit 6ea68b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,12 @@
"typescript": ">=4.7",
"vite-plugin-vuetify": ">=1.0.0",
"vue": "^3.3.0",
"vue-i18n": "^9.0.0",
"webpack-plugin-vuetify": ">=2.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"vue-i18n": {
"optional": true
},
"webpack-plugin-vuetify": {
"optional": true
},
Expand Down

0 comments on commit 6ea68b9

Please sign in to comment.