Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent dfb8dd0 commit fd0f297
Show file tree
Hide file tree
Showing 12 changed files with 121 additions and 342 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.8",
"esbuild": "^0.19.10",
"eslint": "^8.56.0",
"find-up": "^6.3.0",
"glob": "^10.3.10",
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.2",
"esbuild": "^0.19.8",
"esbuild": "^0.19.10",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"devDependencies": {
"@cypress-audit/lighthouse": "^1.4.2",
"esbuild": "^0.19.1",
"esbuild": "^0.19.10",
"eslint-plugin-cypress": "^2.14.0",
"rimraf": "^5.0.1",
"typescript": "^5.3.3"
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.8",
"esbuild": "^0.19.10",
"glob": "^10.3.10",
"jsdom": "^23.0.1"
},
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.2",
"esbuild": "^0.19.8",
"esbuild": "^0.19.10",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
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.8",
"esbuild": "^0.19.10",
"esbuild-jest": "^0.5.0",
"eslint": "^8.56.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.8",
"esbuild": "^0.19.10",
"esbuild-jest": "^0.5.0",
"jest-environment-jsdom": "^29.7.0"
},
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 <[email protected]>",
"devDependencies": {
"esbuild": "^0.19.8",
"esbuild": "^0.19.10",
"esbuild-jest": "^0.5.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"devDependencies": {
"concurrently": "^8.2.2",
"esbuild": "^0.19.8",
"esbuild": "^0.19.10",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
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.7",
"concurrently": "^8.2.2",
"esbuild": "^0.19.8",
"esbuild": "^0.19.10",
"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.2",
"esbuild": "^0.19.8",
"esbuild": "^0.19.10",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit fd0f297

Please sign in to comment.