Skip to content

Commit

Permalink
fix(deps): update dependency postcss-import to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and tdeekens committed Dec 8, 2020
1 parent 672faa8 commit f9bc5c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@
"mri": "1.1.6",
"postcss": "8.2.0",
"postcss-custom-properties": "10.0.0",
"postcss-import": "12.0.1",
"prettier": "2.2.1",
"puppeteer": "5.5.0",
"postcss-import": "13.0.0",
"rcfile": "1.0.3",
"read-pkg-up": "7.0.1",
"replace": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-stylelint-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"postcss": "8.2.0",
"postcss-custom-properties": "10.0.0",
"postcss-import": "12.0.1"
"postcss-import": "13.0.0"
},
"dependencies": {
"postcss-load-config": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"postcss-color-mod-function": "3.0.3",
"postcss-custom-media": "7.0.8",
"postcss-custom-properties": "10.0.0",
"postcss-import": "12.0.1",
"postcss-loader": "4.1.0",
"postcss-import": "13.0.0",
"postcss-preset-env": "6.7.0",
"postcss-reporter": "7.0.2",
"postcss-safe-parser": "5.0.2",
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21953,13 +21953,12 @@ postcss-image-set-function@^3.0.1:
postcss "^7.0.2"
postcss-values-parser "^2.0.0"

postcss-import@12.0.1:
version "12.0.1"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-12.0.1.tgz#cf8c7ab0b5ccab5649024536e565f841928b7153"
integrity sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==
postcss-import@13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-13.0.0.tgz#d6960cd9e3de5464743b04dd8cd9d870662f8b8c"
integrity sha512-LPUbm3ytpYopwQQjqgUH4S3EM/Gb9QsaSPP/5vnoi+oKVy3/mIk2sc0Paqw7RL57GpScm9MdIMUypw2znWiBpg==
dependencies:
postcss "^7.0.1"
postcss-value-parser "^3.2.3"
postcss-value-parser "^4.0.0"
read-cache "^1.0.0"
resolve "^1.1.7"

Expand Down Expand Up @@ -22497,12 +22496,12 @@ postcss-unique-selectors@^4.0.1:
postcss "^7.0.0"
uniqs "^2.0.0"

postcss-value-parser@^3.0.0, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0:
postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.0:
version "3.3.1"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==

postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
Expand Down

0 comments on commit f9bc5c1

Please sign in to comment.