Skip to content

Commit

Permalink
fix: bump bootstrap-vue-next to v0.26.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Dec 4, 2024
1 parent 9047772 commit ef95fab
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 16 deletions.
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/composables/toast.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion packages/mtb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/rd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ef95fab

Please sign in to comment.