Skip to content

Commit 8b44ac1

Browse files
committed
fix: change bootstrap vue to constant version to avoid braking changes
1 parent 8fee20b commit 8b44ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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": "@coreui/coreui-free-vue-admin-template",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
@@ -19,7 +19,7 @@
1919
"@coreui/icons": "0.3.0",
2020
"@coreui/vue": "^2.1.2",
2121
"bootstrap": "^4.2.1",
22-
"bootstrap-vue": "^2.0.0-rc.11",
22+
"bootstrap-vue": "2.0.0-rc.11",
2323
"chart.js": "^2.7.3",
2424
"core-js": "^2.6.2",
2525
"css-vars-ponyfill": "^1.16.2",

0 commit comments

Comments
 (0)