Merge pull request #1709 from freqtrade/dependabot/npm_and_yarn/main/prettier-3.2.3

build(deps-dev): bump prettier from 3.1.1 to 3.2.3
This commit is contained in:
Matthias 2024-01-17 18:07:41 +01:00 committed by GitHub
commit 0e99c0a0cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

View File

@ -59,7 +59,7 @@
"eslint-plugin-vue": "^9.20.1",
"mutationobserver-shim": "^0.3.7",
"portal-vue": "^3.0.0",
"prettier": "^3.1.1",
"prettier": "^3.2.3",
"sass": "^1.69.7",
"typescript": "~5.3.3",
"unplugin-auto-import": "^0.17.3",

View File

@ -50,8 +50,9 @@ const exchangeList = computed(() => {
});
const tradeModesTyped = computed(() => {
const val = botStore.activeBot.exchangeList.find((ex) => ex.name === exchangeModel.value.exchange)
?.trade_modes;
const val = botStore.activeBot.exchangeList.find(
(ex) => ex.name === exchangeModel.value.exchange,
)?.trade_modes;
return val ?? [];
});

View File

@ -3562,7 +3562,7 @@ __metadata:
pinia: ^2.1.7
pinia-plugin-persistedstate: ^3.2.1
portal-vue: ^3.0.0
prettier: ^3.1.1
prettier: ^3.2.3
sass: ^1.69.7
sortablejs: ^1.15.2
typescript: ~5.3.3
@ -5160,12 +5160,12 @@ __metadata:
languageName: node
linkType: hard
"prettier@npm:^3.1.1":
version: 3.1.1
resolution: "prettier@npm:3.1.1"
"prettier@npm:^3.2.3":
version: 3.2.3
resolution: "prettier@npm:3.2.3"
bin:
prettier: bin/prettier.cjs
checksum: e386855e3a1af86a748e16953f168be555ce66d6233f4ba54eb6449b88eb0c6b2ca79441b11eae6d28a7f9a5c96440ce50864b9d5f6356d331d39d6bb66c648e
checksum: 24b7c0e32cbe5a9b2d6dfbb85f67255a1132977d82885fe0dd86e080567026c10e678aae40a99fd793e477b5544b91458b37bb6a08a35041321d7de502c8aed0
languageName: node
linkType: hard