Skip to content

Commit

Permalink
Bump ejs and webpack-bundle-analyzer
Browse files Browse the repository at this point in the history
Removes [ejs](https://github.com/mde/ejs). It's no longer used after updating ancestor dependency [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer). These dependencies need to be updated together.


Removes `ejs`

Updates `webpack-bundle-analyzer` from 3.9.0 to 4.10.2
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/commits/v4.10.2)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 566264a commit ecb206d
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 82 deletions.
160 changes: 79 additions & 81 deletions samples/react-command-convert-to-pdf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/react-command-convert-to-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/webpack-env": "1.13.1",
"ajv": "~5.2.2",
"gulp": "4.0.2",
"webpack-bundle-analyzer": "^3.8.0"
"webpack-bundle-analyzer": "^4.10.2"
},
"solution": {
"developer": {
Expand Down

0 comments on commit ecb206d

Please sign in to comment.