Skip to content

Commit f924311

Browse files
committed
Update dependency @types/html-webpack-plugin to v3.2.6
1 parent 425a296 commit f924311

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@storybook/cli": "5.3.18",
4747
"@storybook/react": "5.3.18",
4848
"@types/clean-webpack-plugin": "0.1.3",
49-
"@types/html-webpack-plugin": "3.2.4",
49+
"@types/html-webpack-plugin": "3.2.6",
5050
"@types/jest": "25.2.3",
5151
"@types/mini-css-extract-plugin": "0.9.1",
5252
"@types/react": "16.14.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3011,14 +3011,14 @@
30113011
"@types/relateurl" "*"
30123012
"@types/uglify-js" "*"
30133013

3014-
"@types/[email protected].4":
3015-
version "3.2.4"
3016-
resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.4.tgz#ed770ddfec53ed2aa6b5f4523acca291192235c6"
3017-
integrity sha512-WM0s78bfCIXnTlICf+8nWP0IvP+fn4YfiI3uxAX1K1PSRpzs0iysp03j4zR0xTgxSqF67TbOsHs49YXonRAkeQ==
3014+
"@types/[email protected].6":
3015+
version "3.2.6"
3016+
resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.6.tgz#07951aaf0fa260dbf626f9644f1d13106d537625"
3017+
integrity sha512-U8uJSvlf9lwrKG6sKFnMhqY4qJw2QXad+PHlX9sqEXVUMilVt96aVvFde73tzsdXD+QH9JS6kEytuGO2JcYZog==
30183018
dependencies:
30193019
"@types/html-minifier" "*"
3020-
"@types/tapable" "*"
3021-
"@types/webpack" "*"
3020+
"@types/tapable" "^1"
3021+
"@types/webpack" "^4"
30223022

30233023
"@types/http-proxy@^1.17.5":
30243024
version "1.17.5"

0 commit comments

Comments
 (0)