Skip to content

Commit d642c9b

Browse files
Bump the esbuild group across 4 directories with 1 update
Bumps the esbuild group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Bumps the esbuild group with 1 update in the /packages/app directory: [esbuild](https://github.com/evanw/esbuild). Bumps the esbuild group with 1 update in the /packages/cli directory: [esbuild](https://github.com/evanw/esbuild). Bumps the esbuild group with 1 update in the /packages/create-app directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.24.0 to 0.24.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.0...v0.24.2) Updates `esbuild` from 0.24.0 to 0.24.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.0...v0.24.2) Updates `esbuild` from 0.24.0 to 0.24.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.0...v0.24.2) Updates `esbuild` from 0.24.0 to 0.24.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.0...v0.24.2) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: esbuild - dependency-name: esbuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: esbuild - dependency-name: esbuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: esbuild - dependency-name: esbuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: esbuild ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07099dc commit d642c9b

File tree

5 files changed

+102
-93
lines changed

5 files changed

+102
-93
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"bugsnag-build-reporter": "^2.0.0",
5656
"commander": "^9.4.0",
5757
"cross-env": "^7.0.3",
58-
"esbuild": "0.24.0",
58+
"esbuild": "0.24.2",
5959
"eslint": "^8.48.0",
6060
"execa": "^7.2.0",
6161
"fast-glob": "3.3.3",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"camelcase-keys": "9.1.3",
6464
"chokidar": "3.6.0",
6565
"diff": "5.2.0",
66-
"esbuild": "0.24.0",
66+
"esbuild": "0.24.2",
6767
"express": "4.21.2",
6868
"graphql-request": "5.2.0",
6969
"h3": "0.7.21",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"dependencies": {
106106
"@ast-grep/napi": "0.33.0",
107-
"esbuild": "0.24.0"
107+
"esbuild": "0.24.2"
108108
},
109109
"devDependencies": {
110110
"@oclif/core": "3.26.5",

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
]
5757
},
5858
"dependencies": {
59-
"esbuild": "0.24.0"
59+
"esbuild": "0.24.2"
6060
},
6161
"devDependencies": {
6262
"@shopify/cli-kit": "3.74.0",

0 commit comments

Comments
 (0)