Skip to content

Commit

Permalink
chore: update stylus-loader
Browse files Browse the repository at this point in the history
No breaking changes other than minimum Node.js version requirement
  • Loading branch information
haoqunjiang committed Aug 31, 2021
1 parent 1565902 commit c8833d3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = (api, options) => {
},
stylus: {
'stylus': '^0.54.8',
'stylus-loader': '^5.0.0'
'stylus-loader': '^6.1.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"fibers": ">= 3.1.1 <6.0.0",
"sass": "^1.32.7",
"sass-loader": "^11.0.1",
"stylus-loader": "^5.0.0",
"stylus-loader": "^6.1.0",
"vue": "^2.6.14",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui-addon-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.6.0",
"stylus": "^0.54.7",
"stylus-loader": "^5.0.0",
"stylus-loader": "^6.1.0",
"vue-progress-path": "^0.0.2",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui-addon-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.6.0",
"stylus": "^0.54.7",
"stylus-loader": "^5.0.0",
"stylus-loader": "^6.1.0",
"vue-template-compiler": "^2.6.14"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"rimraf": "^3.0.2",
"start-server-and-test": "^1.12.0",
"stylus": "^0.54.5",
"stylus-loader": "^5.0.0",
"stylus-loader": "^6.1.0",
"subscriptions-transport-ws": "^0.9.18",
"validate-npm-package-name": "^3.0.0",
"vue": "^2.6.14",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20506,10 +20506,10 @@ stylus-loader@^3.0.2:
lodash.clonedeep "^4.5.0"
when "~3.6.x"

stylus-loader@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-5.0.0.tgz#d3f548887ab67808cc40d320079c44f8ffa3d9b8"
integrity sha512-1OaGgixTgC8IAaMCodZXg7XYsfP1qU0UzTHDyPaWACUh34j9geJL4iA583tFJDOtfNUOfDLaBpUywc5MicQ1aA==
stylus-loader@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-6.1.0.tgz#7a3a719a27cb2b9617896d6da28fda94c3ed9762"
integrity sha512-qKO34QCsOtSJrXxQQmXsPeaVHh6hMumBAFIoJTcsSr2VzrA6o/CW9HCGR8spCjzJhN8oKQHdj/Ytx0wwXyElkw==
dependencies:
fast-glob "^3.2.5"
klona "^2.0.4"
Expand Down

0 comments on commit c8833d3

Please sign in to comment.