Skip to content

Commit

Permalink
fix(deps): update dependency stylelint-webpack-plugin to ^3.1.1 (#500)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 16, 2022
1 parent 2f3ba06 commit a6a6ae8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"stylelint-config-bod": "^5.6.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0",
"stylelint-webpack-plugin": "^3.1.0",
"stylelint-webpack-plugin": "^3.1.1",
"tailwindcss": "^3.0.15",
"terser-webpack-plugin": "^5.3.0",
"webpack": "^5.65.0",
Expand Down
27 changes: 8 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3968,7 +3968,7 @@ __metadata:
stylelint-config-bod: ^5.6.1
stylelint-config-prettier: ^9.0.3
stylelint-prettier: ^2.0.0
stylelint-webpack-plugin: ^3.1.0
stylelint-webpack-plugin: ^3.1.1
tailwindcss: ^3.0.15
terser-webpack-plugin: ^5.3.0
webpack: ^5.65.0
Expand Down Expand Up @@ -4906,16 +4906,6 @@ __metadata:
languageName: node
linkType: hard

"@types/stylelint@npm:^13.13.3":
version: 13.13.3
resolution: "@types/stylelint@npm:13.13.3"
dependencies:
globby: 11.x.x
postcss: 7.x.x
checksum: b624d01baf1434246c899891e3b26703421db71a14a9fe825a37e30e53607fbffddd6d300b9b631c4ec6666c79bce9846b8c28b89599294603e8df1269217775
languageName: node
linkType: hard

"@types/testing-library__jest-dom@npm:^5.9.1":
version: 5.14.1
resolution: "@types/testing-library__jest-dom@npm:5.14.1"
Expand Down Expand Up @@ -10621,7 +10611,7 @@ __metadata:
languageName: node
linkType: hard

"globby@npm:11.x.x, globby@npm:^11.0.1, globby@npm:^11.0.2, globby@npm:^11.0.3, globby@npm:^11.0.4":
"globby@npm:^11.0.1, globby@npm:^11.0.2, globby@npm:^11.0.3, globby@npm:^11.0.4":
version: 11.0.4
resolution: "globby@npm:11.0.4"
dependencies:
Expand Down Expand Up @@ -16422,7 +16412,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:7.x.x, postcss@npm:^7.0.35":
"postcss@npm:^7.0.35":
version: 7.0.39
resolution: "postcss@npm:7.0.39"
dependencies:
Expand Down Expand Up @@ -19321,20 +19311,19 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"stylelint-webpack-plugin@npm:^3.1.0":
version: 3.1.0
resolution: "stylelint-webpack-plugin@npm:3.1.0"
"stylelint-webpack-plugin@npm:^3.1.1":
version: 3.1.1
resolution: "stylelint-webpack-plugin@npm:3.1.1"
dependencies:
"@types/stylelint": ^13.13.3
globby: ^11.0.4
jest-worker: ^27.3.1
micromatch: ^4.0.4
normalize-path: ^3.0.0
schema-utils: ^3.1.1
schema-utils: ^4.0.0
peerDependencies:
stylelint: ^13.0.0 || ^14.0.0
webpack: ^5.0.0
checksum: a0e8df3f3b0a7dd6dd3532d581ade8492095d7e70beec8c7dbbea4f056f8ebce130e093460d8eb3e04c70e13c21ca1db7224183fbc29f788dc1b087a9e312206
checksum: 7f479ed7f36278f6cd4a6b1dbea80c8f8eac3f57f5cb9ea2454bca5893340e4959d5d87edb3bdfcf2c15aecf3e9b524e2a18ef26d443c7fa52c4eb201c63882f
languageName: node
linkType: hard

Expand Down

0 comments on commit a6a6ae8

Please sign in to comment.