Skip to content

Commit 8b42083

Browse files
committed
Enhancement: Updating dependency versions and moving to modernized sass libraries. Supporting vue-cli major version 4
1 parent ddc1e20 commit 8b42083

File tree

3 files changed

+1245
-931
lines changed

3 files changed

+1245
-931
lines changed

generator/index.js

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

44
api.extendPackage({
55
dependencies: {
6-
'bootstrap-vue': '^2.0.4'
6+
'bootstrap-vue': '^2.1.0'
77
},
88
devDependencies: {
99
'bootstrap': '^4.3.1',
10-
'popper.js': '^1.15.0',
11-
'portal-vue': '^2.1.4',
12-
'sass-loader': '^7.1.0',
13-
'node-sass': '^4.12.0'
10+
'popper.js': '^1.16.0',
11+
'portal-vue': '^2.1.6',
12+
'sass': '^1.19.0',
13+
'sass-loader': '^8.0.0',
1414
}
1515
})
1616

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

0 commit comments

Comments
 (0)