Skip to content

Commit

Permalink
Merge pull request #72 from sassy/renovate/webpack-4.x
Browse files Browse the repository at this point in the history
Update dependency @types/webpack to v4.41.26
  • Loading branch information
sassy authored Mar 31, 2021
2 parents 7c7e4c8 + e8ac692 commit f6a6b7d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/copy-webpack-plugin": "6.3.0",
"@types/webpack": "4.41.24",
"@types/webpack": "4.41.26",
"copy-webpack-plugin": "7.0.0",
"ts-loader": "8.0.12",
"ts-node": "9.1.1",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
"@types/source-list-map" "*"
source-map "^0.7.3"

"@types/webpack@*", "@types/webpack@4.41.24":
"@types/webpack@*":
version "4.41.24"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.24.tgz#75b664abe3d5bcfe54e64313ca3b43e498550422"
integrity sha512-1A0MXPwZiMOD3DPMuOKUKcpkdPo8Lq33UGggZ7xio6wJ/jV1dAu5cXDrOfGDnldUroPIRLsr/DT43/GqOA4RFQ==
Expand All @@ -1060,6 +1060,18 @@
"@types/webpack-sources" "*"
source-map "^0.6.0"

"@types/webpack@4.41.26":
version "4.41.26"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.26.tgz#27a30d7d531e16489f9c7607c747be6bc1a459ef"
integrity sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA==
dependencies:
"@types/anymatch" "*"
"@types/node" "*"
"@types/tapable" "*"
"@types/uglify-js" "*"
"@types/webpack-sources" "*"
source-map "^0.6.0"

"@webassemblyjs/ast@1.9.1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.1.tgz#76c6937716d68bf1484c15139f5ed30b9abc8bb4"
Expand Down

0 comments on commit f6a6b7d

Please sign in to comment.