Skip to content

Commit

Permalink
fix(deps): update dependency node-sass to v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 4, 2018
1 parent 30ecee9 commit a20b279
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cypress": "3.1.1",
"fork-ts-checker-webpack-plugin": "0.4.14",
"jest": "23.6.0",
"node-sass": "4.9.4",
"node-sass": "4.10.0",
"serve": "10.0.2",
"typescript": "3.1.6",
"wait-on": "3.1.0"
Expand Down
16 changes: 8 additions & 8 deletions e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1145,9 +1145,9 @@
"@webassemblyjs/wast-parser" "1.7.10"
"@xtuc/long" "4.2.1"

"@wpackio/babel-preset-base@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@wpackio/babel-preset-base/-/babel-preset-base-2.2.0.tgz#b27f23d1a71e8aa376831e367e28d9c57d9a980f"
"@wpackio/babel-preset-base@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@wpackio/babel-preset-base/-/babel-preset-base-2.4.0.tgz#f908ec58e4276abf8ec9d739be52a9b1b71b1110"
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-proposal-class-properties" "^7.1.0"
Expand All @@ -1163,7 +1163,7 @@
"@types/webpack-env" "^1.13.6"

"@wpackio/scripts@file:../packages/scripts":
version "2.3.0"
version "2.4.0"
dependencies:
"@babel/core" "^7.1.0"
"@babel/preset-flow" "^7.0.0"
Expand All @@ -1186,7 +1186,7 @@
"@types/webpack-dev-middleware" "^2.0.2"
"@types/webpack-env" "^1.13.6"
"@types/webpack-hot-middleware" "^2.16.4"
"@wpackio/babel-preset-base" "^2.2.0"
"@wpackio/babel-preset-base" "^2.4.0"
autoprefixer "^9.1.5"
babel-loader "^8.0.2"
boxen "^2.0.0"
Expand Down Expand Up @@ -5834,9 +5834,9 @@ node-releases@^1.0.0-alpha.11, node-releases@^1.0.1:
dependencies:
semver "^5.3.0"

node-sass@4.9.4:
version "4.9.4"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.4.tgz#349bd7f1c89422ffe7e1e4b60f2055a69fbc5512"
node-sass@4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.10.0.tgz#dcc2b364c0913630945ccbf7a2bbf1f926effca4"
dependencies:
async-foreach "^0.1.3"
chalk "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"gatsby-remark-smartypants": "2.0.6",
"gatsby-source-filesystem": "2.0.7",
"gatsby-transformer-remark": "2.1.11",
"node-sass": "4.9.4",
"node-sass": "4.10.0",
"prismjs": "1.15.0",
"prop-types": "15.6.2",
"react": "16.6.0",
Expand Down
6 changes: 3 additions & 3 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8008,9 +8008,9 @@ node-releases@^1.0.0-alpha.14:
dependencies:
semver "^5.3.0"

node-sass@4.9.4:
version "4.9.4"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.4.tgz#349bd7f1c89422ffe7e1e4b60f2055a69fbc5512"
node-sass@4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.10.0.tgz#dcc2b364c0913630945ccbf7a2bbf1f926effca4"
dependencies:
async-foreach "^0.1.3"
chalk "^1.1.1"
Expand Down

0 comments on commit a20b279

Please sign in to comment.