Skip to content

build(deps-dev): bump style-loader from 2.0.0 to 4.0.0 #739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"sass-loader": "^14.2.1",
"semver": "^7.1.3",
"shelljs": "^0.8.3",
"style-loader": "^2.0.0",
"style-loader": "^4.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.0.0",
"vue-loader": "^16.8.3",
Expand Down
15 changes: 6 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10061,15 +10061,12 @@ __metadata:
languageName: node
linkType: hard

"style-loader@npm:^2.0.0":
version: 2.0.0
resolution: "style-loader@npm:2.0.0"
dependencies:
loader-utils: "npm:^2.0.0"
schema-utils: "npm:^3.0.0"
"style-loader@npm:^4.0.0":
version: 4.0.0
resolution: "style-loader@npm:4.0.0"
peerDependencies:
webpack: ^4.0.0 || ^5.0.0
checksum: 10c0/6febd1809b4f67a722e4e366fa3b3f8e1083425f7214b7a8962cf53aa7cc9c522623fb55a5e64049e46d637bbbda3b29ebbe14ec9f7652b27345450fcef6ea80
webpack: ^5.27.0
checksum: 10c0/214bc0f3b018f8c374f79b9fa16da43df78c7fef2261e9a99e36c2f8387601fad10ac75a171aa8edba75903db214bc46952ae08b94a1f8544bd146c2c8d07d27
languageName: node
linkType: hard

Expand Down Expand Up @@ -10761,7 +10758,7 @@ __metadata:
sass-loader: "npm:^14.2.1"
semver: "npm:^7.1.3"
shelljs: "npm:^0.8.3"
style-loader: "npm:^2.0.0"
style-loader: "npm:^4.0.0"
uglifyjs-webpack-plugin: "npm:^2.2.0"
url-loader: "npm:^4.0.0"
vue: "npm:^3.4.38"
Expand Down