Skip to content

Commit 9389318

Browse files
Merge pull request #228 from MekDrop/dependabot/npm_and_yarn/prettier-3.7.4
Bump prettier from 3.6.2 to 3.7.4
2 parents 96a8f56 + a4a15c0 commit 9389318

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-plugin-vue": "^9.33.0",
4848
"glob": "^13.0.0",
4949
"postcss": "^8.5.6",
50-
"prettier": "^3.6.2",
50+
"prettier": "^3.7.4",
5151
"quasar-app-extension-ssg": "^5.1.1",
5252
"vite-plugin-sitemap": "^0.8.2"
5353
},

src/stores/other-links-store.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ export const useOtherLinksStore = defineStore("other-links", () => {
1313
isLoaded.value = false;
1414
data.value = {};
1515

16-
const { default: getOtherLinks } = await import(
17-
"src/assets/config/other_links.js"
18-
);
16+
const { default: getOtherLinks } =
17+
await import("src/assets/config/other_links.js");
1918
const otherLinksConfig = getOtherLinks(i18n);
2019
for (const linkName in otherLinksConfig) {
2120
const row = Object.assign({ name: linkName }, otherLinksConfig[linkName]);

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5981,10 +5981,10 @@ prelude-ls@^1.2.1:
59815981
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
59825982
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
59835983

5984-
prettier@^3.6.2:
5985-
version "3.6.2"
5986-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393"
5987-
integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
5984+
prettier@^3.7.4:
5985+
version "3.7.4"
5986+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.4.tgz#d2f8335d4b1cec47e1c8098645411b0c9dff9c0f"
5987+
integrity sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==
59885988

59895989
pretty-bytes@^5.6.0:
59905990
version "5.6.0"

0 commit comments

Comments
 (0)