Skip to content

Commit

Permalink
Enhancement: Updating dependency versions and moving to modernized sa…
Browse files Browse the repository at this point in the history
…ss libraries. Supporting vue-cli major version 4
  • Loading branch information
GregYankovoy committed Dec 27, 2019
1 parent ddc1e20 commit 8b42083
Show file tree
Hide file tree
Showing 3 changed files with 1,245 additions and 931 deletions.
12 changes: 6 additions & 6 deletions generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ module.exports = (api, opts, rootOpts) => {

api.extendPackage({
dependencies: {
'bootstrap-vue': '^2.0.4'
'bootstrap-vue': '^2.1.0'
},
devDependencies: {
'bootstrap': '^4.3.1',
'popper.js': '^1.15.0',
'portal-vue': '^2.1.4',
'sass-loader': '^7.1.0',
'node-sass': '^4.12.0'
'popper.js': '^1.16.0',
'portal-vue': '^2.1.6',
'sass': '^1.19.0',
'sass-loader': '^8.0.0',
}
})

if (opts.usePolyfill) {
api.extendPackage({
devDependencies: {
'@babel/polyfill': '^7.6.0',
'@babel/polyfill': '^7.7.0',
'mutationobserver-shim': '^0.3.3'
}
})
Expand Down
Loading

0 comments on commit 8b42083

Please sign in to comment.