Skip to content

Commit 91c15b4

Browse files
feat: update bootstrap-vue version to last
1 parent c98bf68 commit 91c15b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"description": "Vue-Cli-3, Vuex, Vue-Router, Bootstrap 4, Babel, ESLint, Axios, SCSS and Pug/HTML boilerplate.",
1111
"private": true,
1212
"scripts": {
13+
"dev": "vue-cli-service serve",
1314
"serve": "vue-cli-service serve",
1415
"build": "vue-cli-service build",
1516
"test:unit": "vue-cli-service test:unit",
@@ -19,7 +20,7 @@
1920
"@vue/eslint-config-airbnb": "^4.0.1",
2021
"axios": "^0.19.0",
2122
"bootstrap": "^4.3.1",
22-
"bootstrap-vue": "^2.0.4",
23+
"bootstrap-vue": "^2.21.2",
2324
"core-js": "^3.1.2",
2425
"node-sass": "^4.13.0",
2526
"vue": "^2.6.10",
@@ -55,4 +56,4 @@
5556
"jest": {
5657
"preset": "@vue/cli-plugin-unit-jest"
5758
}
58-
}
59+
}

0 commit comments

Comments
 (0)