Skip to content

Commit

Permalink
chore(deps-dev): bump style-loader in /examples/sample-plugin
Browse files Browse the repository at this point in the history
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.4 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/style-loader@v3.3.4...v4.0.0)

---
updated-dependencies:
- dependency-name: style-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tadayosi committed May 7, 2024
1 parent 0f1740f commit f81fd4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/sample-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"css-loader": "^6.10.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"style-loader": "^3.3.4",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.6",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/sample-plugin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4917,7 +4917,7 @@ __metadata:
jest: "npm:^29.7.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
style-loader: "npm:^3.3.4"
style-loader: "npm:^4.0.0"
swc-loader: "npm:^0.2.6"
webpack: "npm:^5.91.0"
webpack-cli: "npm:^5.1.4"
Expand Down Expand Up @@ -8667,12 +8667,12 @@ __metadata:
languageName: node
linkType: hard

"style-loader@npm:^3.3.4":
version: 3.3.4
resolution: "style-loader@npm:3.3.4"
"style-loader@npm:^4.0.0":
version: 4.0.0
resolution: "style-loader@npm:4.0.0"
peerDependencies:
webpack: ^5.0.0
checksum: 10/2dd2a77d4fc689e1f73836ed7653830cb4e628af0b2979dcf6f31524c72bf44fca4bac8aebe62df95a5f9be19bea18f952a2cfcaaeff32c524c4402226d9c58f
webpack: ^5.27.0
checksum: 10/93f25b7e70cfca9d1d8427170384262b59a5b0e84e7191a5a26636a77799caeed46d9a3e45ee7b9afa0f69176e3b98d5a6c5e81593ff1fd0946f1c5682fd2a68
languageName: node
linkType: hard

Expand Down

0 comments on commit f81fd4b

Please sign in to comment.