Skip to content

Commit 7e0e87a

Browse files
committed
Enhancement: Upversioning bootstrap-vue libraries and development toolchain (#16)
1 parent 8b9f2fe commit 7e0e87a

File tree

3 files changed

+1900
-1881
lines changed

3 files changed

+1900
-1881
lines changed

generator/index.js

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

44
api.extendPackage({
55
dependencies: {
6-
'bootstrap-vue': '^2.1.0'
6+
'bootstrap-vue': '^2.17.3'
77
},
88
devDependencies: {
9-
'bootstrap': '^4.3.1',
10-
'popper.js': '^1.16.0',
11-
'portal-vue': '^2.1.6',
12-
'sass': '^1.19.0',
13-
'sass-loader': '^8.0.0',
9+
'bootstrap': '^4.5.2',
10+
'popper.js': '^1.16.1',
11+
'portal-vue': '^2.1.7',
12+
'sass': '^1.26.11',
13+
'sass-loader': '^10.0.2',
1414
}
1515
})
1616

1717
if (opts.usePolyfill) {
1818
api.extendPackage({
1919
devDependencies: {
20-
'@babel/polyfill': '^7.7.0',
21-
'mutationobserver-shim': '^0.3.3'
20+
'@babel/polyfill': '^7.11.5',
21+
'mutationobserver-shim': '^0.3.7'
2222
}
2323
})
2424
}

0 commit comments

Comments
 (0)