fix(types): don't pin webpack types to exact version (#23531)

This commit is contained in:
Rafał Chłodnicki 2023-10-10 13:18:02 +02:00 committed by GitHub
parent 6132947503
commit 269eadd2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
"@types/pug": "2.0.6",
"@types/serve-static": "1.15.2",
"@types/terser-webpack-plugin": "4.2.1",
"@types/webpack": "4.41.33",
"@types/webpack": "^4.41.33",
"@types/webpack-bundle-analyzer": "3.9.5",
"@types/webpack-hot-middleware": "2.25.5"
},

View File

@ -2834,10 +2834,10 @@
"@types/source-list-map" "*"
source-map "^0.7.3"
"@types/webpack@4.41.33", "@types/webpack@^4", "@types/webpack@^4.41.8":
version "4.41.33"
resolved "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.33.tgz#16164845a5be6a306bcbe554a8e67f9cac215ffc"
integrity sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==
"@types/webpack@^4", "@types/webpack@^4.41.33", "@types/webpack@^4.41.8":
version "4.41.34"
resolved "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.34.tgz#8cf616be84b39c8fb26f9459d4470a5514df2477"
integrity sha512-CN2aOGrR3zbMc2v+cKqzaClYP1ldkpPOgtdNvgX+RmlWCSWxHxpzz6WSCVQZRkF8D60ROlkRzAoEpgjWQ+bd2g==
dependencies:
"@types/node" "*"
"@types/tapable" "^1"