Skip to content

Commit

Permalink
fix(deps): update dependency esbuild to ^0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2022
1 parent 09e0668 commit b135426
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 180 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.16.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.16.0"
},
"peerDependencies": {
"react": ">=17.0.2"
Expand Down
Loading

0 comments on commit b135426

Please sign in to comment.