Skip to content

Commit

Permalink
fix: bump vue3 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashroch committed Oct 11, 2024
1 parent 2545c80 commit 8f1d166
Show file tree
Hide file tree
Showing 9 changed files with 393 additions and 215 deletions.
8 changes: 4 additions & 4 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"pluralize": "^8.0.0",
"tinymce": "^7.3.0",
"vue": "^3.5.11",
"tinymce": "^7.4.1",
"vue": "^3.5.12",
"vue-dompurify-html": "^5.1.0",
"vue-draggable-plus": "^0.5.3",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.14.1",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@simplewebauthn/types": "^10.0.0",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
Expand Down
1 change: 1 addition & 0 deletions apps/admin/src/views/user/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<v-avatar color="secondary" icon="fas fa-language" />
</template>
<v-select
class="py-1"
hide-details="auto"
item-title="englishName"
item-value="code"
Expand Down
2 changes: 1 addition & 1 deletion apps/admin/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default defineConfig(({ mode }) => {
autoImport: true,
styles: { configFile: 'src/scss/settings.scss' },
}),
VueI18nPlugin({ jitCompilation: true }),
VueI18nPlugin(),
webfontDownload([
'https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap',
]),
Expand Down
6 changes: 3 additions & 3 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"uuid": "^10.0.0",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.14.1",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@iconify-json/fluent": "^1.2.2",
"@iconify-json/game-icons": "^1.2.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.10",
Expand Down
1 change: 1 addition & 0 deletions apps/survey/src/views/survey/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<v-avatar color="secondary" icon="fas fa-language" />
</template>
<v-select
class="py-1"
hide-details="auto"
item-title="englishName"
item-value="code"
Expand Down
2 changes: 1 addition & 1 deletion apps/survey/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default defineConfig(({ mode }) => {
autoImport: true,
styles: { configFile: 'src/scss/settings.scss' },
}),
VueI18nPlugin({ jitCompilation: true }),
VueI18nPlugin(),
Components({
resolvers: [IconsResolver()],
directoryAsNamespace: true,
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dependencies": {
"dompurify": "^3.1.7",
"lodash": "^4.17.21",
"vue": "^3.5.11",
"vue-i18n": "^9.14.1"
"vue": "^3.5.12",
"vue-i18n": "^10.0.4"
},
"devDependencies": {
"@jest/types": "^29.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"svg-gauge": "^1.0.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-echarts": "^7.0.3",
"vue-i18n": "^9.14.1",
"vue-i18n": "^10.0.4",
"vue-recaptcha": "^2.0.3",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2"
Expand Down
Loading

0 comments on commit 8f1d166

Please sign in to comment.