Skip to content

Commit

Permalink
Update dependency @types/webpack to v4.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 6, 2019
1 parent ea27b8b commit ac8e467
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@types/react-router-dom": "4.3.1",
"@types/require-from-string": "1.2.0",
"@types/source-map-support": "0.5.0",
"@types/webpack": "4.4.25",
"@types/webpack": "4.4.31",
"@types/webpack-node-externals": "1.6.3",
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
Expand Down Expand Up @@ -138,7 +138,7 @@
"ts-loader": "5.3.3",
"tslint": "5.14.0",
"tslint-config-prettier": "1.18.0",
"webpack": "4.29.6",
"webpack": "4.30.0",
"webpack-node-externals": "1.7.2"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -920,10 +920,10 @@
"@types/uglify-js" "*"
source-map "^0.6.0"

"@types/[email protected].25":
version "4.4.25"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.4.25.tgz#c8a1eb968a33a3e6da641f529c5add0d44d34809"
integrity sha512-YaYVbSK1bC3xiAWFLSgDQyVHdCTNq5cLlcx633basmrwSoUxJiv4SZ0SoT1uoF15zWx98afOcCbqA1YHeCdRYA==
"@types/[email protected].31":
version "4.4.31"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.4.31.tgz#f59b9d8210cf4d2fd254fe6d1f5ba86e557867f5"
integrity sha512-WNALmv/wxy2+OoF7A5GD8BVotXnkuMHlojVWKj/neFHU3Ut2Azbu1A7Yi2Vr6eX3z+31XgR/dJ5NpX4pQZ7ieQ==
dependencies:
"@types/anymatch" "*"
"@types/node" "*"
Expand Down Expand Up @@ -10858,10 +10858,10 @@ webpack-sources@^1.0.1, webpack-sources@^1.0.2, webpack-sources@^1.1.0, webpack-
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@4.29.6:
version "4.29.6"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.6.tgz#66bf0ec8beee4d469f8b598d3988ff9d8d90e955"
integrity sha512-MwBwpiE1BQpMDkbnUUaW6K8RFZjljJHArC6tWQJoFm0oQtfoSebtg4Y7/QHnJ/SddtjYLHaKGX64CFjG5rehJw==
webpack@4.30.0:
version "4.30.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.30.0.tgz#aca76ef75630a22c49fcc235b39b4c57591d33a9"
integrity sha512-4hgvO2YbAFUhyTdlR4FNyt2+YaYBYHavyzjCMbZzgglo02rlKi/pcsEzwCuCpsn1ryzIl1cq/u8ArIKu8JBYMg==
dependencies:
"@webassemblyjs/ast" "1.8.5"
"@webassemblyjs/helper-module-context" "1.8.5"
Expand Down

0 comments on commit ac8e467

Please sign in to comment.