mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Merge pull request #596 from freqtrade/dependabot/npm_and_yarn/main/prettier-2.5.0
Bump prettier from 2.4.1 to 2.5.0
This commit is contained in:
commit
065a6fbe99
|
@ -55,7 +55,7 @@
|
|||
"mutationobserver-shim": "^0.3.7",
|
||||
"popper.js": "^1.16.1",
|
||||
"portal-vue": "^2.1.7",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier": "^2.5.0",
|
||||
"sass": "^1.44.0",
|
||||
"sass-loader": "^10.1.1",
|
||||
"typescript": "~4.5.2",
|
||||
|
|
|
@ -6,14 +6,7 @@
|
|||
<div class="row w-100">
|
||||
<h2 class="col-4 col-lg-3">Backtesting</h2>
|
||||
<div
|
||||
class="
|
||||
col-12 col-lg-order-last col-lg-6
|
||||
mx-md-5
|
||||
d-flex
|
||||
flex-wrap
|
||||
justify-content-md-center justify-content-between
|
||||
mb-4
|
||||
"
|
||||
class="col-12 col-lg-order-last col-lg-6 mx-md-5 d-flex flex-wrap justify-content-md-center justify-content-between mb-4"
|
||||
:disabled="canRunBacktest"
|
||||
>
|
||||
<b-form-radio
|
||||
|
|
|
@ -8730,10 +8730,10 @@ prettier@^1.18.2:
|
|||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
|
||||
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
|
||||
|
||||
prettier@^2.4.1:
|
||||
version "2.4.1"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
|
||||
integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
|
||||
prettier@^2.5.0:
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.0.tgz#a6370e2d4594e093270419d9cc47f7670488f893"
|
||||
integrity sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==
|
||||
|
||||
pretty-error@^2.0.2:
|
||||
version "2.1.2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user