mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Merge pull request #1274 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-vue-next-0.8.13
build(deps): bump bootstrap-vue-next from 0.8.11 to 0.8.13
This commit is contained in:
commit
ac6987fa53
|
@ -22,7 +22,7 @@
|
|||
"@vueuse/integrations": "^10.1.2",
|
||||
"axios": "^1.4.0",
|
||||
"bootstrap": "^5.2.3",
|
||||
"bootstrap-vue-next": "^0.8.11",
|
||||
"bootstrap-vue-next": "^0.8.13",
|
||||
"core-js": "^3.30.2",
|
||||
"date-fns": "^2.30.0",
|
||||
"date-fns-tz": "^2.0.0",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<b-link variant="outline-primary" class="nav-link" @click="toggleNight">
|
||||
<b-link variant="primary" class="nav-link" @click="toggleNight">
|
||||
<i-mdi-brightness-6 />
|
||||
</b-link>
|
||||
</template>
|
||||
|
|
|
@ -1253,10 +1253,10 @@ boolbase@^1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
||||
integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
|
||||
|
||||
bootstrap-vue-next@^0.8.11:
|
||||
version "0.8.11"
|
||||
resolved "https://registry.yarnpkg.com/bootstrap-vue-next/-/bootstrap-vue-next-0.8.11.tgz#e143c1bb0b3d0ecc1c563ad8fadf09bf343ce175"
|
||||
integrity sha512-7lZjlqxCLT2N0K45ebjSNszpO4EP4keR6SOmzIp+U7kAQMPFRXjg6dPoZ74Msyx0atJlNM1PsUXlL8+sGgUYqw==
|
||||
bootstrap-vue-next@^0.8.13:
|
||||
version "0.8.13"
|
||||
resolved "https://registry.yarnpkg.com/bootstrap-vue-next/-/bootstrap-vue-next-0.8.13.tgz#8d0fcc3909fa6615438fcbdead3092c6969f12ee"
|
||||
integrity sha512-DItS+JOEe4wpslLheE4fL3GAeyCghXBSv3okYIWv5ph+G/IlmWT12X8A1zSoLoOt8XFAQX3PjDCks35omdZsug==
|
||||
dependencies:
|
||||
"@floating-ui/vue" "^1.0.0"
|
||||
"@vueuse/core" "^10.1.2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user