Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to ^0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent 9699c7e commit 7f3824d
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 97 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.19.9",
"esbuild": "^0.20.0",
"esbuild-plugin-html-modules": "^0.7.1",
"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.19.9"
"esbuild": "^0.20.0"
}
}
Loading

0 comments on commit 7f3824d

Please sign in to comment.