Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to ^0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 4febd2a commit c70be8b
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 105 deletions.
2 changes: 1 addition & 1 deletion packages/client-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@akala/pages": "workspace:^",
"@akala/pm": "workspace:^",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"esbuild-plugin-html-modules": "^0.7.2",
"parse5": "^7.1.2",
"source-map": "^0.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/nocode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"test": "echo \"Error: no test specified\""
},
"devDependencies": {
"esbuild": "^0.23.1"
"esbuild": "^0.24.0"
}
}
Loading

0 comments on commit c70be8b

Please sign in to comment.