diff --git a/package.json b/package.json index 3ec5df5b..ac5480b1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-vue": "^9.33.0", "glob": "^11.0.3", "postcss": "^8.5.6", - "prettier": "^3.6.2", + "prettier": "^3.7.3", "quasar-app-extension-ssg": "^5.1.1", "vite-plugin-sitemap": "^0.8.2" }, diff --git a/src/stores/other-links-store.js b/src/stores/other-links-store.js index c31ca286..55d8592b 100644 --- a/src/stores/other-links-store.js +++ b/src/stores/other-links-store.js @@ -13,9 +13,8 @@ export const useOtherLinksStore = defineStore("other-links", () => { isLoaded.value = false; data.value = {}; - const { default: getOtherLinks } = await import( - "src/assets/config/other_links.js" - ); + const { default: getOtherLinks } = + await import("src/assets/config/other_links.js"); const otherLinksConfig = getOtherLinks(i18n); for (const linkName in otherLinksConfig) { const row = Object.assign({ name: linkName }, otherLinksConfig[linkName]); diff --git a/yarn.lock b/yarn.lock index 99a74f9b..24502a9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5986,10 +5986,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@^3.6.2: - version "3.6.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393" - integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ== +prettier@^3.7.3: + version "3.7.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.3.tgz#99a8891f6c990cfa54bcff2a0d276e6f845e59ab" + integrity sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg== pretty-bytes@^5.6.0: version "5.6.0"