diff --git a/package-lock.json b/package-lock.json index 302e3c7e..c7e0ea60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8588,15 +8588,16 @@ } }, "node_modules/bootstrap-vue-next": { - "version": "0.24.23", - "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.24.23.tgz", - "integrity": "sha512-oUxe4nfQjgcznsQKVCiRzYmvi8dEBq6FZSvnNDAqRvL/O8G8FcW0Lnzg2fAItKX4/kZzgiffO+el2qDfVKmXDg==", + "version": "0.26.8", + "resolved": "https://registry.npmjs.org/bootstrap-vue-next/-/bootstrap-vue-next-0.26.8.tgz", + "integrity": "sha512-2WolMPi4XB0J/736PPglDCIjUz2pwvOhu3SLjQYP0Rh5IncspMZMkUCa/H28Vh45xQadFtrYeBPyPF3JrpbadA==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/bootstrap-vue-next" }, "peerDependencies": { - "vue": "^3.5.3" + "vue": "^3.5.13" } }, "node_modules/brace-expansion": { @@ -24738,7 +24739,7 @@ "@dnpm-dip/kit": "^1.10.0", "@nuxt/kit": "^3.13.0", "@vuecs/timeago": "^1.1.0", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.26.8", "vue": "^3.5.13" }, "devDependencies": { @@ -24764,7 +24765,7 @@ "@vuecs/form-controls": "^2.3.0", "@vuecs/link": "^1.0.0", "@vuecs/navigation": "^2.3.1", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.26.8", "chart.js": "^4.4.4", "pinia": "^2.2.4", "vue": "^3.5.13", @@ -24811,7 +24812,7 @@ "@vuecs/pagination": "^1.3.0", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.26.8", "chart.js": "^4.4.3", "nuxt": "^3.14.159", "vue": "^3.5.13", @@ -24844,7 +24845,7 @@ "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.26.8", "chart.js": "^4.4.3", "date-fns": "^3.6.0", "hapic": "^2.5.1", @@ -24872,7 +24873,7 @@ "@vuecs/pagination": "^1.3.0", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.26.8", "nuxt": "^3.14.159", "vue": "^3.5.13", "vue-chartjs": "^5.3.1" diff --git a/package.json b/package.json index 5d64c913..f32ef943 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "test": "npx nx run-many -t test", "lint": "npx eslint packages/", "lint:fix": "npm run lint -- --fix", - "prepare": "husky install" + "prepare": "husky" }, "lint-staged": { "*.vue": "npm run lint:fix", diff --git a/packages/admin/package.json b/packages/admin/package.json index abec1b6b..f655bf22 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -31,7 +31,7 @@ "test:watch": "vitest watch" }, "dependencies": { - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.26.8", "@authup/core-kit": "^1.0.0-beta.23", "@authup/client-web-kit": "^1.0.0-beta.23", "@dnpm-dip/core": "^1.11.0", diff --git a/packages/core/package.json b/packages/core/package.json index 6db0f7ca..9d5924c5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@authup/core-http-kit": "^1.0.0-beta.23", "@authup/client-web-kit": "^1.0.0-beta.23", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.26.8", "chart.js": "^4.4.4", "@nuxt/schema": "^3.13.0", "@nuxt/kit": "^3.13.0", diff --git a/packages/core/src/composables/toast.ts b/packages/core/src/composables/toast.ts index d21266c3..f59e636d 100644 --- a/packages/core/src/composables/toast.ts +++ b/packages/core/src/composables/toast.ts @@ -1,5 +1,5 @@ import type { ColorVariant, OrchestratedToast } from 'bootstrap-vue-next'; -import { useToast as _useToast } from 'bootstrap-vue-next'; +import { useToastController as _useToast } from 'bootstrap-vue-next'; import { isClientError } from 'hapic'; import { isObject } from 'smob'; import { APIClientErrorIssueSeverity, extractAPIClientErrorIssues } from '../core'; diff --git a/packages/mtb/package.json b/packages/mtb/package.json index c81c70aa..23afcd96 100644 --- a/packages/mtb/package.json +++ b/packages/mtb/package.json @@ -43,7 +43,7 @@ "@vuecs/pagination": "^1.3.0", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.26.8", "chart.js": "^4.4.3", "nuxt": "^3.14.159", "vue": "^3.5.13", diff --git a/packages/portal/package.json b/packages/portal/package.json index 209969ad..ffe3719d 100644 --- a/packages/portal/package.json +++ b/packages/portal/package.json @@ -39,7 +39,7 @@ "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.26.8", "chart.js": "^4.4.3", "date-fns": "^3.6.0", "hapic": "^2.5.1", diff --git a/packages/rd/package.json b/packages/rd/package.json index 50549ea7..9a440488 100644 --- a/packages/rd/package.json +++ b/packages/rd/package.json @@ -43,7 +43,7 @@ "@vuecs/pagination": "^1.3.0", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "bootstrap-vue-next": "^0.24.23", + "bootstrap-vue-next": "^0.26.8", "nuxt": "^3.14.159", "vue": "^3.5.13", "vue-chartjs": "^5.3.1"