Skip to content

Commit

Permalink
fix(deps): update dependency vue-i18n to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent fc76ce5 commit ceb2c11
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 48 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vue-dompurify-html": "^5.2.0",
"vue-draggable-plus": "^0.6.0",
"vue-gtag": "^2.0.1",
"vue-i18n": "^10.0.5",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-gtag": "^2.0.1",
"vue-i18n": "^10.0.5",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dompurify": "^3.2.3",
"lodash": "^4.17.21",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5"
"vue-i18n": "^11.0.1"
},
"devDependencies": {
"@jest/types": "^29.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-gtag": "^2.0.1",
"vue-i18n": "^10.0.5",
"vue-i18n": "^11.0.1",
"vue-recaptcha": "^2.0.3",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
Expand Down
82 changes: 38 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ceb2c11

Please sign in to comment.