Merge pull request #1570 from freqtrade/dependabot/npm_and_yarn/main/prettier-3.1.0

build(deps-dev): bump prettier from 3.0.3 to 3.1.0
This commit is contained in:
Matthias 2023-11-15 07:27:07 +01:00 committed by GitHub
commit c0486e863a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -59,7 +59,7 @@
"eslint-plugin-vue": "^9.18.1",
"mutationobserver-shim": "^0.3.7",
"portal-vue": "^3.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"typescript": "~5.2.2",
"unplugin-auto-import": "^0.16.7",

View File

@ -145,8 +145,8 @@ onMounted(async () => {
a.is_pairlist_generator === b.is_pairlist_generator
? a.name.localeCompare(b.name)
: a.is_pairlist_generator
? -1
: 1,
? -1
: 1,
);
pairlistStore.selectOrCreateConfig(
pairlistStore.isSavedConfig(pairlistStore.configName) ? pairlistStore.configName : 'default',

View File

@ -2952,10 +2952,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"
prettier@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
prettier@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
pretty-bytes@^5.6.0:
version "5.6.0"