Skip to content

Commit

Permalink
fix: update dependency postcss-normalize-charset to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 10, 2021
1 parent 1c6213b commit 6acfcfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Expand Up @@ -29,7 +29,7 @@
"postcss": "^8.2.1",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.1.0",
"postcss-normalize-charset": "^4.0.1",
"postcss-normalize-charset": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"style-loader": "^2.0.0",
"webpack": "^4.41.0"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -11155,6 +11155,11 @@ postcss-normalize-charset@^4.0.1:
dependencies:
postcss "^7.0.0"

postcss-normalize-charset@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.0.0.tgz#59e1fe2094fb2e3371cc5b054cbc39828a41a710"
integrity sha512-pqsCkgo9KmQP0ew6DqSA+uP9YN6EfsW20pQ3JU5JoQge09Z6Too4qU0TNDsTNWuEaP8SWsMp+19l15210MsDZQ==

postcss-normalize-display-values@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a"
Expand Down

0 comments on commit 6acfcfc

Please sign in to comment.