Skip to content

Commit

Permalink
Merge pull request #268 from genpw/renovate/all-dev
Browse files Browse the repository at this point in the history
chore(deps): update all dev
  • Loading branch information
MatthewMi11er committed Jul 6, 2018
2 parents e800138 + b8967bb commit 0e1c091
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.5",
"babel-loader": "7.1.4",
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"browser-sync": "2.24.5",
"commitizen": "2.10.1",
Expand All @@ -87,7 +87,7 @@
"minimist": "1.2.0",
"modernizr": "3.6.0",
"modernizr-loader": "1.0.1",
"node-sass": "4.9.0",
"node-sass": "4.9.1",
"npm-run-all": "4.1.3",
"nsp": "3.2.1",
"per-env": "1.0.2",
Expand All @@ -101,7 +101,7 @@
"sonarwhal": "1.11.2",
"sort-package-json": "1.15.0",
"uglifyjs-webpack-plugin": "1.2.7",
"webpack": "4.15.0",
"webpack": "4.15.1",
"webpack-merge": "4.1.3"
},
"release": {
Expand Down
38 changes: 31 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1333,9 +1333,9 @@ babel-helpers@^6.24.1:
babel-runtime "^6.22.0"
babel-template "^6.24.1"

babel-loader@7.1.4:
version "7.1.4"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.4.tgz#e3463938bd4e6d55d1c174c5485d406a188ed015"
babel-loader@7.1.5:
version "7.1.5"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.5.tgz#e3ee0cd7394aa557e013b02d3e492bfd07aa6d68"
dependencies:
find-cache-dir "^1.0.0"
loader-utils "^1.0.2"
Expand Down Expand Up @@ -7333,7 +7333,31 @@ node-pre-gyp@^0.6.29, node-pre-gyp@^0.6.38:
tar "^2.2.1"
tar-pack "^3.4.0"

node-sass@4.9.0, node-sass@^4.7.2:
node-sass@4.9.1:
version "4.9.1"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.1.tgz#5416ae7079d991f0e7002e62c8b0ba3fedc15c79"
dependencies:
async-foreach "^0.1.3"
chalk "^1.1.1"
cross-spawn "^3.0.0"
gaze "^1.0.0"
get-stdin "^4.0.1"
glob "^7.0.3"
in-publish "^2.0.0"
lodash.assign "^4.2.0"
lodash.clonedeep "^4.3.2"
lodash.mergewith "^4.6.0"
meow "^3.7.0"
mkdirp "^0.5.1"
nan "^2.10.0"
node-gyp "^3.3.1"
npmlog "^4.0.0"
request "2.87.0"
sass-graph "^2.2.4"
stdout-stream "^1.4.0"
"true-case-path" "^1.0.2"

node-sass@^4.7.2:
version "4.9.0"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.0.tgz#d1b8aa855d98ed684d6848db929a20771cc2ae52"
dependencies:
Expand Down Expand Up @@ -10693,9 +10717,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0:
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@4.15.0:
version "4.15.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.15.0.tgz#c9704e98f045499b84bdb194d23ade18dfaf4441"
webpack@4.15.1:
version "4.15.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.15.1.tgz#dc716779a3b88827c369f18c71a6137fa7e582fd"
dependencies:
"@webassemblyjs/ast" "1.5.13"
"@webassemblyjs/helper-module-context" "1.5.13"
Expand Down

0 comments on commit 0e1c091

Please sign in to comment.