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 authored and blalan05 committed Nov 9, 2024
1 parent 85f673e commit a828db6
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 a828db6

Please sign in to comment.