Skip to content

Commit

Permalink
chore(deps): update dependency @types/webpack to v3.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2018
1 parent a3895f0 commit e8b99d3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@typed/test": "3.6.0",
"@types/loader-utils": "1.1.0",
"@types/node": "8.0.28",
"@types/webpack": "3.0.10",
"@types/webpack": "3.8.12",
"conventional-changelog-cli": "1.3.3",
"husky": "0.14.3",
"lint-staged": "4.2.1",
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,20 +146,33 @@
version "0.2.4"
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-0.2.4.tgz#8181a228da46185439300e600c5ae3b3b3982585"

"@types/tapable@^0":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-0.2.5.tgz#2443fc12da514c81346b1a665675559cee21fa75"

"@types/uglify-js@*":
version "2.6.29"
resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-2.6.29.tgz#521347f69e20201d218f5991ae66e10878afcf1a"
dependencies:
"@types/source-map" "*"

"@types/webpack@*", "@types/[email protected]":
"@types/webpack@*":
version "3.0.10"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-3.0.10.tgz#1d27db07df32109f8c882535b547aae4252fd53e"
dependencies:
"@types/node" "*"
"@types/tapable" "*"
"@types/uglify-js" "*"

"@types/[email protected]":
version "3.8.12"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-3.8.12.tgz#c5db4f273fb8f2a4929db6c486e19e68c350e7ac"
dependencies:
"@types/node" "*"
"@types/tapable" "^0"
"@types/uglify-js" "*"
source-map "^0.6.0"

JSONStream@^1.0.4:
version "1.3.1"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.1.tgz#707f761e01dae9e16f1bcf93703b78c70966579a"
Expand Down Expand Up @@ -3140,6 +3153,10 @@ source-map@^0.4.4:
dependencies:
amdefine ">=0.0.4"

source-map@^0.6.0:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"

spdx-correct@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40"
Expand Down

0 comments on commit e8b99d3

Please sign in to comment.