Skip to content

Commit 93a7590

Browse files
committed
chore: simplify bootstrap version range in package.json
1 parent 94c810a commit 93a7590

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "2.21.2",
3+
"version": "2.22.0",
44
"description": "With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extensive and automated WAI-ARIA accessibility markup.",
55
"main": "./dist/bootstrap-vue.common.js",
66
"web": "./dist/bootstrap-vue.js",
@@ -81,7 +81,7 @@
8181
},
8282
"dependencies": {
8383
"@nuxt/opencollective": "^0.3.2",
84-
"bootstrap": ">=4.5.3 <5.0.0",
84+
"bootstrap": "^4.6.1",
8585
"popper.js": "^1.16.1",
8686
"portal-vue": "^2.1.7",
8787
"vue-functional-data-merge": "^3.1.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3424,10 +3424,10 @@ bootstrap-icons@^1.5.0:
34243424
resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz#2cb19da148aa9105cb3174de2963564982d3dc55"
34253425
integrity sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA==
34263426

3427-
"bootstrap@>=4.5.3 <5.0.0":
3428-
version "4.6.0"
3429-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.0.tgz#97b9f29ac98f98dfa43bf7468262d84392552fd7"
3430-
integrity sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==
3427+
bootstrap@^4.6.1:
3428+
version "4.6.1"
3429+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.1.tgz#bc25380c2c14192374e8dec07cf01b2742d222a2"
3430+
integrity sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==
34313431

34323432
boxen@^1.2.1:
34333433
version "1.3.0"

0 commit comments

Comments
 (0)