Skip to content

Commit

Permalink
Update esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 26, 2024
1 parent 386bef5 commit fa2f139
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"dprint": "^0.45.0",
"esbuild": "0.21.3",
"esbuild": "0.21.4",
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unicorn": "^51.0.1",
Expand Down
146 changes: 73 additions & 73 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/esbuild/third_party/common.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Code generated by scripts/vendor-esbuild; DO NOT EDIT.
// https://raw.githubusercontent.com/evanw/esbuild/v0.21.3/lib/shared/common.ts
// https://raw.githubusercontent.com/evanw/esbuild/v0.21.4/lib/shared/common.ts

/* eslint-disable unicorn/no-abusive-eslint-disable */
/* eslint-disable */
Expand Down Expand Up @@ -434,4 +434,4 @@ export function flagsForBuildOptions(
};
}

export const ESBUILD_VERSION = "0.21.3";
export const ESBUILD_VERSION = "0.21.4";

0 comments on commit fa2f139

Please sign in to comment.