Skip to content

Commit 8f028ae

Browse files
committed
Enhancement: Newer version of bootstrap-vue & @babel/polyfill
1 parent 7c2f55b commit 8f028ae

File tree

3 files changed

+2167
-2118
lines changed

3 files changed

+2167
-2118
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.11'
6+
'bootstrap-vue': '^2.0.0-rc.13'
77
}
88
})
99

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

0 commit comments

Comments
 (0)