Skip to content

Commit

Permalink
Update dependency esbuild to v0.20.1 (#133)
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 Feb 19, 2024
1 parent da4cba5 commit a4d073b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.20.0",
"esbuild": "0.20.1",
"electron-builder": "24.9.1",
"electron-chromedriver": "28.2.3",
"parse5": "7.1.2",
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.20.0",
"esbuild": "0.20.1",
"parse5": "7.1.2",
"jsdom": "24.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.20.0",
"esbuild": "0.20.1",
"parse5": "7.1.2",
"jsdom": "24.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.20.0",
"esbuild": "0.20.1",
"jsdom": "24.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.20.0",
"esbuild": "0.20.1",
"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.20.0",
"esbuild": "0.20.1",
"parse5": "7.1.2",
"lodash": "4.17.21"
}
Expand Down

0 comments on commit a4d073b

Please sign in to comment.