Skip to content

Commit 156f34b

Browse files
authored
Merge pull request #4 from icelam/chore/webpack-types-version
chore(dev-dependencies): lock version of @types/webpack
2 parents 9263c61 + 3d835d7 commit 156f34b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@commitlint/cli": "^8.2.0",
3333
"@commitlint/config-conventional": "^8.2.0",
3434
"@types/html-webpack-plugin": "^3.2.3",
35+
"@types/webpack": "^4.41.26",
3536
"@types/webpack-sources": "^1.4.0",
3637
"@typescript-eslint/eslint-plugin": "^3.6.0",
3738
"@typescript-eslint/parser": "^3.6.0",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,18 @@
275275
"@types/webpack-sources" "*"
276276
source-map "^0.6.0"
277277

278+
"@types/webpack@^4.41.26":
279+
version "4.41.26"
280+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef"
281+
integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA==
282+
dependencies:
283+
"@types/anymatch" "*"
284+
"@types/node" "*"
285+
"@types/tapable" "*"
286+
"@types/uglify-js" "*"
287+
"@types/webpack-sources" "*"
288+
source-map "^0.6.0"
289+
278290
"@typescript-eslint/eslint-plugin@^3.6.0":
279291
version "3.6.0"
280292
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.6.0.tgz#ba2b6cae478b8fca3f2e58ff1313e4198eea2d8a"

0 commit comments

Comments
 (0)