Skip to content

Commit

Permalink
fix(deps): update dependency esbuild to ^0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent 57e4c5f commit 0a618d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/password-hash": "^1.2.20",
"@types/ramda": "^0.28.0",
"babel-plugin-module-resolver": "^4.1.0",
"esbuild": "^0.14.0",
"esbuild": "^0.23.0",
"esbuild-plugin-alias": "^0.2.0",
"faker": "^5.5.3",
"mockdate": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@vanilla-extract/esbuild-plugin": "^2.0.0",
"esbuild": "^0.14.0"
"esbuild": "^0.23.0"
},
"peerDependencies": {
"react": ">=17.0.2"
Expand Down

0 comments on commit 0a618d5

Please sign in to comment.