Skip to content

Commit

Permalink
feat(generator): bump sass-loader to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DRoet committed Oct 15, 2019
1 parent f086490 commit 59112d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generator/tools/alaCarte.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
function addDependencies (api) {
api.extendPackage({
devDependencies: {
"vuetify-loader": "^1.2.2",
"sass": "^1.17.4",
"sass-loader": "^7.1.0",
"vuetify-loader": "^1.3.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
}
})
}
Expand Down

0 comments on commit 59112d1

Please sign in to comment.