Skip to content

Commit 6eae1e2

Browse files
committed
Enhancement: bootstrap-vue to rc19 and @babel/polyfill to 7.4.4
1 parent 8f028ae commit 6eae1e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

generator/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module.exports = (api, opts, rootOpts) => {
33

44
api.extendPackage({
55
dependencies: {
6-
'bootstrap-vue': '^2.0.0-rc.13'
6+
'bootstrap-vue': '^2.0.0-rc.19'
77
}
88
})
99

1010
if (opts.usePolyfill) {
1111
api.extendPackage({
1212
devDependencies: {
13-
'@babel/polyfill': '^7.2.5',
13+
'@babel/polyfill': '^7.4.4',
1414
}
1515
})
1616
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-bootstrap-vue",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "vue-cli 3 plugin to add Bootstrap-Vue",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)