Skip to content

Commit

Permalink
Update dependency esbuild to v0.23.0 (#225)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Domantas Petrauskas <[email protected]>
  • Loading branch information
renovate[bot] and ptrdom authored Jul 3, 2024
1 parent ad458dc commit d0a3658
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/ptrdom/scalajs-esbuild.git"
},
"devDependencies": {
"esbuild": "0.22.0",
"esbuild": "0.23.0",
"parse5": "7.1.2",
"electron": "31.1.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/ptrdom/scalajs-esbuild.git"
},
"devDependencies": {
"esbuild": "0.22.0",
"esbuild": "0.23.0",
"parse5": "7.1.2",
"electron": "31.1.0",
"playwright": "1.45.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/ptrdom/scalajs-esbuild.git"
},
"devDependencies": {
"esbuild": "0.22.0",
"esbuild": "0.23.0",
"electron-builder": "24.13.3",
"electron-chromedriver": "31.1.0",
"parse5": "7.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/ptrdom/scalajs-esbuild.git"
},
"devDependencies": {
"esbuild": "0.22.0",
"esbuild": "0.23.0",
"parse5": "7.1.2",
"electron": "31.1.0",
"electron-builder": "24.13.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"devDependencies": {
"esbuild": "0.22.0",
"esbuild": "0.23.0",
"parse5": "7.1.2",
"jsdom": "24.1.0",
"lodash": "4.17.21"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"devDependencies": {
"esbuild": "0.22.0",
"esbuild": "0.23.0",
"parse5": "7.1.2",
"jsdom": "24.1.0",
"lodash": "4.17.21"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"devDependencies": {
"esbuild": "0.22.0",
"esbuild": "0.23.0",
"jsdom": "24.1.0",
"lodash": "4.17.21"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"devDependencies": {
"esbuild": "0.22.0",
"esbuild": "0.23.0",
"lodash": "4.17.21"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ object Scripts {
| platform: platform,
| entryPoints: entryPoints,
| bundle: true,
| packages: "bundle",
| outdir: path.normalize(outDirectory),
| metafile: true,
| logOverride: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"devDependencies": {
"esbuild": "0.22.0",
"esbuild": "0.23.0",
"parse5": "7.1.2",
"lodash": "4.17.21"
}
Expand Down

0 comments on commit d0a3658

Please sign in to comment.