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:
Matthias 2023-05-24 18:09:56 +02:00 committed by GitHub
commit ac6987fa53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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>

View File

@ -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"