mirror of https://github.com/zulip/zulip.git
@types/webpack: Upgrade @types/webpack to v4.4.0.
This updates the webpack typescript type defenations to latest so we can find bugs with webpack configurations.
This commit is contained in:
parent
bcfc34c996
commit
f02c2349b8
|
@ -6,7 +6,7 @@
|
|||
"main": "",
|
||||
"dependencies": {
|
||||
"@types/node": "8.0.34",
|
||||
"@types/webpack": "4.1.3",
|
||||
"@types/webpack": "4.4.0",
|
||||
"blueimp-md5": "2.10.0",
|
||||
"clipboard": "2.0.0",
|
||||
"css-hot-loader": "1.3.9",
|
||||
|
|
|
@ -98,9 +98,9 @@
|
|||
dependencies:
|
||||
source-map "^0.6.1"
|
||||
|
||||
"@types/webpack@4.1.3":
|
||||
version "4.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.1.3.tgz#1cbb3fceb275590b63addf7cfb1534fda7e645a1"
|
||||
"@types/webpack@4.4.0":
|
||||
version "4.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.4.0.tgz#c0551b772be241d786c0548812dd75a932f8efb4"
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
"@types/tapable" "*"
|
||||
|
|
Loading…
Reference in New Issue