Skip to content

Commit

Permalink
⬆️ Bump webpack-bundle-analyzer and @types/webpack-bundle-analyzer
Browse files Browse the repository at this point in the history
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) and [@types/webpack-bundle-analyzer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-bundle-analyzer). These dependencies needed to be updated together.

Updates `webpack-bundle-analyzer` from 4.9.0 to 4.9.1
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/webpack-bundle-analyzer@v4.9.0...v4.9.1)

Updates `@types/webpack-bundle-analyzer` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-bundle-analyzer)

---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: "@types/webpack-bundle-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 4524330 commit 3faaab9
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 25 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/react": "^18.2.18",
"@types/react-resizable": "^3.0.4",
"@types/testing-library__jest-dom": "^5.14.7",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/webpack-bundle-analyzer": "^4.6.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.2.1",
"canvas": "^2.11.2",
Expand All @@ -88,7 +88,7 @@
"vite": "^4.3.9",
"web-vitals": "^3.4.0",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
Expand Down
73 changes: 50 additions & 23 deletions pnpm-lock.yaml

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

0 comments on commit 3faaab9

Please sign in to comment.