Skip to content

Commit

Permalink
fix(deps): update dependency postcss to v8.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 19, 2021
1 parent 03f78cd commit f5fcfa9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"jest": "27.4.5",
"jest-watch-typeahead": "1.0.0",
"lerna": "4.0.0",
"postcss": "8.3.11",
"postcss": "8.4.5",
"prettier": "2.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"clsx": "1.1.1",
"file-loader": "6.2.0",
"my-loaders": "file:plugins/my-loaders",
"postcss": "8.3.11",
"postcss": "8.4.5",
"postcss-import": "14.0.2",
"postcss-preset-env": "7.0.1",
"prism-react-renderer": "1.2.1",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18795,14 +18795,14 @@ [email protected]:
source-map "^0.6.1"
supports-color "^6.1.0"

postcss@8.3.11, postcss@^8.3.11, postcss@^8.3.6, postcss@^8.3.7:
version "8.3.11"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
postcss@8.4.5:
version "8.4.5"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95"
integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==
dependencies:
nanoid "^3.1.30"
picocolors "^1.0.0"
source-map-js "^0.6.2"
source-map-js "^1.0.1"

postcss@^6.0.1, postcss@^6.0.22, postcss@^6.0.23, postcss@^6.0.9:
version "6.0.23"
Expand Down Expand Up @@ -18867,6 +18867,15 @@ postcss@^8.3:
picocolors "^1.0.0"
source-map-js "^1.0.1"

postcss@^8.3.11, postcss@^8.3.6, postcss@^8.3.7:
version "8.3.11"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
dependencies:
nanoid "^3.1.30"
picocolors "^1.0.0"
source-map-js "^0.6.2"

posthtml-parser@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/posthtml-parser/-/posthtml-parser-0.6.0.tgz#52488cdb4fa591c3102de73197c471859ee0be63"
Expand Down

0 comments on commit f5fcfa9

Please sign in to comment.