Skip to content

Commit

Permalink
chore(deps): update dependency postcss-scss to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 16, 2018
1 parent ed0b3c1 commit e5b4a0d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ms-webpack": "2.0.0",
"netlify-cli": "1.2.2",
"node-sass": "4.6.1",
"postcss-scss": "1.0.2",
"postcss-scss": "1.0.3",
"pug": "2.0.0-rc.4",
"webpack": "3.10.0",
"webpack-dev-middleware": "2.0.1",
Expand Down
24 changes: 19 additions & 5 deletions docgen/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5400,24 +5400,32 @@ posix-character-classes@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"

postcss-scss@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-1.0.2.tgz#ff45cf3354b879ee89a4eb68680f46ac9bb14f94"
postcss-scss@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-1.0.3.tgz#4c00ab440fc1c994134e3d4e600c23341af6cd27"
dependencies:
postcss "^6.0.3"
postcss "^6.0.15"

postcss-value-parser@^3.2.3:
version "3.3.0"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15"

postcss@^6.0.14, postcss@^6.0.3:
postcss@^6.0.14:
version "6.0.14"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.14.tgz#5534c72114739e75d0afcf017db853099f562885"
dependencies:
chalk "^2.3.0"
source-map "^0.6.1"
supports-color "^4.4.0"

postcss@^6.0.15:
version "6.0.17"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.17.tgz#e259a051ca513f81e9afd0c21f7f82eda50c65c5"
dependencies:
chalk "^2.3.0"
source-map "^0.6.1"
supports-color "^5.1.0"

prepend-http@^1.0.1:
version "1.0.4"
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
Expand Down Expand Up @@ -6724,6 +6732,12 @@ supports-color@^4.0.0, supports-color@^4.1.0, supports-color@^4.2.1, supports-co
dependencies:
has-flag "^2.0.0"

supports-color@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.1.0.tgz#058a021d1b619f7ddf3980d712ea3590ce7de3d5"
dependencies:
has-flag "^2.0.0"

tapable@^0.2.7, tapable@~0.2.5:
version "0.2.8"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.8.tgz#99372a5c999bf2df160afc0d74bed4f47948cd22"
Expand Down

0 comments on commit e5b4a0d

Please sign in to comment.