Skip to content

Commit

Permalink
chore: Bump esbuild from 0.19.3 to 0.19.8
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.3 to 0.19.8.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.3...v0.19.8)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and doug-wade committed Dec 2, 2023
1 parent 21011f5 commit f1dac61
Show file tree
Hide file tree
Showing 10 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"browser-sync": "^2.27.11",
"chalk": "^5.2.0",
"commander": "^11.0.0",
"esbuild": "^0.19.3",
"esbuild": "^0.19.8",
"eslint": "^8.50.0",
"find-up": "^6.3.0",
"glob": "^10.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"concurrently": "^8.2.1",
"esbuild": "^0.19.3",
"esbuild": "^0.19.8",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/eleventy-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@tybalt/esbuild-plugin": "workspace:^",
"esbuild": "^0.19.3",
"esbuild": "^0.19.8",
"glob": "^10.3.4",
"jsdom": "^22.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"concurrently": "^8.2.1",
"esbuild": "^0.19.3",
"esbuild": "^0.19.8",
"rimraf": "^5.0.5",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/parser": "^6.13.0",
"@typescript-eslint/rule-tester": "^6.6.0",
"@typescript-eslint/utils": "^6.11.0",
"esbuild": "^0.19.3",
"esbuild": "^0.19.8",
"esbuild-jest": "^0.5.0",
"eslint": "^8.50.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tybalt/esbuild-plugin": "workspace:^",
"@tybalt/test-utils": "workspace:^",
"browser-sync": "^2.27.11",
"esbuild": "^0.19.3",
"esbuild": "^0.19.8",
"esbuild-jest": "^0.5.0",
"jest-environment-jsdom": "^29.6.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "Douglas Wade <douglas.b.wade@gmail.com>",
"devDependencies": {
"esbuild": "^0.19.3",
"esbuild": "^0.19.8",
"esbuild-jest": "^0.5.0",
"eslint": "^8.50.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/uuid": "^9.0.5",
"concurrently": "^8.2.1",
"esbuild": "^0.19.3",
"esbuild": "^0.19.8",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"devDependencies": {
"concurrently": "^8.2.1",
"esbuild": "^0.19.3",
"esbuild": "^0.19.8",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^4.9.4"
Expand Down
Loading

0 comments on commit f1dac61

Please sign in to comment.