Skip to content

Commit

Permalink
Bump the webpack group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the webpack group with 2 updates: [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server).


Updates `webpack` from 5.88.2 to 5.92.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.88.2...v5.92.1)

Updates `webpack-dev-server` from 4.15.1 to 5.0.4
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.15.1...v5.0.4)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webpack
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: webpack
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent a353bb5 commit 8a3a14c
Show file tree
Hide file tree
Showing 8 changed files with 439 additions and 140 deletions.
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mathjs": "11.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"webpack": "5.90.0",
"webpack-dev-server": "4.15.1"
"webpack": "5.92.1",
"webpack-dev-server": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@foxglove/tsconfig": "2.0.0",
"electron": "25.5.0",
"playwright": "1.37.1",
"webpack": "5.88.2"
"webpack": "5.92.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
"ts-unused-exports": "10.0.1",
"tslib": "2.6.2",
"typescript": "5.3.3",
"webpack": "5.90.0",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-dev-server": "5.0.4",
"webpack-hot-middleware": "2.26.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"use-debounce": "10.0.0",
"use-immer": "0.9.0",
"uuid": "9.0.1",
"webpack": "5.90.0",
"webpack": "5.92.1",
"zustand": "4.4.1"
}
}
4 changes: 2 additions & 2 deletions packages/studio-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tinycolor2": "1.6.0",
"tss-react": "4.9.2",
"utif": "3.1.0",
"webpack": "5.90.0",
"webpack-dev-server": "4.15.1"
"webpack": "5.92.1",
"webpack-dev-server": "5.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/studio-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tss-react": "4.9.3",
"webpack": "5.90.0",
"webpack-dev-server": "4.15.1"
"webpack": "5.92.1",
"webpack-dev-server": "5.0.4"
}
}
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/serve-handler": "^6",
"playwright": "1.37.1",
"serve-handler": "6.1.5",
"webpack": "5.90.0",
"webpack-dev-server": "4.15.1"
"webpack": "5.92.1",
"webpack-dev-server": "5.0.4"
}
}
Loading

0 comments on commit 8a3a14c

Please sign in to comment.