Skip to content

Commit

Permalink
chore: sass-loader version bump
Browse files Browse the repository at this point in the history
`fiber` is also removed from dev deps as it won't be not used in
Node.js >= 16
  • Loading branch information
haoqunjiang committed Aug 31, 2021
1 parent 196a4b1 commit 4b5aba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ module.exports = (api, options) => {
const deps = {
sass: {
sass: '^1.32.7',
'sass-loader': '^11.0.1'
'sass-loader': '^12.0.0'
},
'dart-sass': {
sass: '^1.32.7',
'sass-loader': '^11.0.1'
'sass-loader': '^12.0.0'
},
less: {
'less': '^4.0.0',
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@
}
},
"devDependencies": {
"fibers": ">= 3.1.1 <6.0.0",
"sass": "^1.32.7",
"sass-loader": "^11.0.1",
"sass-loader": "^12.0.0",
"stylus-loader": "^6.1.0",
"vue": "^2.6.14",
"vue-router": "^3.5.1",
Expand Down

0 comments on commit 4b5aba2

Please sign in to comment.