Skip to content

Commit

Permalink
Update dependency esbuild to v0.24.0 (#263)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent a5b3958 commit 370a6f1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.23.1",
"esbuild": "0.24.0",
"parse5": "7.1.2",
"electron": "32.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.23.1",
"esbuild": "0.24.0",
"parse5": "7.1.2",
"electron": "32.1.2",
"playwright": "1.47.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.23.1",
"esbuild": "0.24.0",
"electron-builder": "25.0.5",
"electron-chromedriver": "32.1.2",
"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.23.1",
"esbuild": "0.24.0",
"parse5": "7.1.2",
"electron": "32.1.2",
"electron-builder": "25.0.5"
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.23.1",
"esbuild": "0.24.0",
"parse5": "7.1.2",
"jsdom": "25.0.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.23.1",
"esbuild": "0.24.0",
"parse5": "7.1.2",
"jsdom": "25.0.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.23.1",
"esbuild": "0.24.0",
"jsdom": "25.0.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.23.1",
"esbuild": "0.24.0",
"lodash": "4.17.21"
}
}
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.23.1",
"esbuild": "0.24.0",
"parse5": "7.1.2",
"lodash": "4.17.21"
}
Expand Down

0 comments on commit 370a6f1

Please sign in to comment.