Skip to content

Commit

Permalink
Update webpack deps (#6685)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwyfrequency committed Oct 12, 2022
1 parent ef5ece3 commit 8a6e9e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"karma-typescript-es6-transform": "5.5.3",
"mocha": "9.2.2",
"typescript": "4.3.4",
"webpack": "5.72.1",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.9.0"
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.10.0"
}
}
2 changes: 1 addition & 1 deletion repo-scripts/size-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@rollup/plugin-virtual": "2.1.0",
"webpack": "4.46.0",
"@types/webpack": "5.28.0",
"webpack-virtual-modules": "0.4.3",
"webpack-virtual-modules": "0.4.5",
"child-process-promise": "2.2.1",
"memfs": "3.4.1",
"tmp": "0.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17313,10 +17313,10 @@ webpack-stream@6.1.2:
vinyl "^2.1.0"
webpack "^4.26.1"

webpack-virtual-modules@0.4.3:
version "0.4.3"
resolved "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.4.3.tgz#cd597c6d51d5a5ecb473eea1983a58fa8a17ded9"
integrity sha512-5NUqC2JquIL2pBAAo/VfBP6KuGkHIZQXW/lNKupLPfhViwh8wNsu0BObtl09yuKZszeEUfbXz8xhrHvSG16Nqw==
webpack-virtual-modules@0.4.5:
version "0.4.5"
resolved "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.4.5.tgz#e476842dab5eafb7beb844aa2f747fc12ebbf6ec"
integrity sha512-8bWq0Iluiv9lVf9YaqWQ9+liNgXSHICm+rg544yRgGYaR8yXZTVBaHZkINZSB2yZSWo4b0F6MIxqJezVfOEAlg==

webpack@4.46.0, webpack@^4.26.1:
version "4.46.0"
Expand Down

0 comments on commit 8a6e9e6

Please sign in to comment.