Skip to content

Commit

Permalink
chore: Bump esbuild from 0.16.17 to 0.19.2
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.16.17 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.16.17...v0.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and doug-wade committed Aug 22, 2023
1 parent 3ea3869 commit 25e7e33
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 @@ -30,7 +30,7 @@
"browser-sync": "^2.27.11",
"chalk": "^5.2.0",
"commander": "^11.0.0",
"esbuild": "^0.16.14",
"esbuild": "^0.19.2",
"eslint": "^8.46.0",
"find-up": "^6.3.0",
"glob": "^10.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"concurrently": "^7.6.0",
"esbuild": "^0.16.14",
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"jest": "^29.4.3",
"rimraf": "^5.0.1",
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.16.14",
"esbuild": "^0.19.2",
"glob": "^10.3.3",
"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": "^7.6.0",
"esbuild": "^0.16.14",
"esbuild": "^0.19.2",
"rimraf": "^5.0.1",
"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 @@ -22,7 +22,7 @@
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/rule-tester": "^6.3.0",
"@typescript-eslint/utils": "^6.4.0",
"esbuild": "^0.16.14",
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"eslint": "^8.46.0",
"jest": "^29.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tybalt/esbuild-plugin": "workspace:^",
"@tybalt/test-utils": "workspace:^",
"browser-sync": "^2.27.11",
"esbuild": "^0.16.14",
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"jest-environment-jsdom": "^29.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"author": "Douglas Wade <douglas.b.wade@gmail.com>",
"devDependencies": {
"esbuild": "^0.16.14",
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"eslint": "^8.34.0",
"jest": "^29.4.3",
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 @@ -28,7 +28,7 @@
"devDependencies": {
"@types/uuid": "^9.0.2",
"concurrently": "^7.6.0",
"esbuild": "^0.16.14",
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"jest": "^29.4.3",
"rimraf": "^5.0.1",
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": "^7.6.0",
"esbuild": "^0.16.14",
"esbuild": "^0.19.2",
"jest": "^29.4.3",
"rimraf": "^5.0.1",
"typescript": "^4.9.4"
Expand Down
Loading

0 comments on commit 25e7e33

Please sign in to comment.