Skip to content

Commit 7388d31

Browse files
committed
Update dependency @types/html-webpack-plugin to v3.2.5
1 parent 4939bd4 commit 7388d31

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
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.5",
5050
"@types/jest": "25.2.3",
5151
"@types/mini-css-extract-plugin": "0.9.1",
5252
"@types/react": "16.14.2",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -3003,14 +3003,14 @@
30033003
"@types/relateurl" "*"
30043004
"@types/uglify-js" "*"
30053005

3006-
"@types/[email protected].4":
3007-
version "3.2.4"
3008-
resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.4.tgz#ed770ddfec53ed2aa6b5f4523acca291192235c6"
3009-
integrity sha512-WM0s78bfCIXnTlICf+8nWP0IvP+fn4YfiI3uxAX1K1PSRpzs0iysp03j4zR0xTgxSqF67TbOsHs49YXonRAkeQ==
3006+
"@types/[email protected].5":
3007+
version "3.2.5"
3008+
resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.5.tgz#58e94c0d57801903b2b77674d2b9ef6c4a65a6db"
3009+
integrity sha512-DhC7NTte+Ikw/zxp2w9qjcWtHqpShbUx7ASPUZ00trn1EOftoRtMmy8nS7F/mW8ASTA2JGMFX2bbuqqxiqs6mQ==
30103010
dependencies:
30113011
"@types/html-minifier" "*"
3012-
"@types/tapable" "*"
3013-
"@types/webpack" "*"
3012+
"@types/tapable" "^1"
3013+
"@types/webpack" "^4"
30143014

30153015
"@types/http-proxy@^1.17.5":
30163016
version "1.17.5"

0 commit comments

Comments
 (0)