Skip to content

Commit

Permalink
infra: bump esbuild and esbuild-sass-plugin in /ui/webui
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) and [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin). These dependencies needed to be updated together.

Updates `esbuild` from 0.17.19 to 0.19.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.17.19...v0.19.2)

Updates `esbuild-sass-plugin` from 2.9.0 to 2.12.0
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases)
- [Commits](glromeo/esbuild-sass-plugin@v2.9.0...v2.12.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: esbuild-sass-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 0a94dda commit 7413b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"chrome-remote-interface": "^0.33.0",
"date-fns": "^2.28.0",
"deep-equal": "2.2.2",
"esbuild": "0.17.19",
"esbuild": "0.19.2",
"esbuild-plugin-copy": "^2.0.2",
"esbuild-plugin-replace": "^1.3.0",
"esbuild-sass-plugin": "2.9.0",
"esbuild-sass-plugin": "2.12.0",
"eslint": "^8.38.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
Expand Down

0 comments on commit 7413b25

Please sign in to comment.