Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to v0.18.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2023
1 parent ac8f2d9 commit fb5da24
Show file tree
Hide file tree
Showing 12 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion packages/cli-packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/yargs": "17.0.24",
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"fast-glob": "3.3.1",
"jest": "29.6.1",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"dotenv-webpack": "8.0.1",
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"fast-glob": "3.3.1",
"file-loader": "6.2.0",
"graphql": "16.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/core": "7.22.9",
"@babel/plugin-transform-typescript": "7.22.9",
"@types/babel__core": "7.20.1",
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"jest": "29.6.1",
"klaw-sync": "6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/eslint": "8",
"@types/estree": "1.0.1",
"@typescript-eslint/parser": "5.61.0",
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"fast-glob": "3.3.1",
"glob": "10.3.1",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/aws-lambda": "8.10.119",
"@types/lodash": "4.14.195",
"@types/qs": "6.9.7",
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"chalk": "4.1.2",
"core-js": "3.31.1",
"deepmerge": "4.3.1",
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"fast-glob": "3.3.1",
"fs-extra": "11.1.1",
"graphql": "16.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"string-env-interpolation": "1.0.1"
},
"devDependencies": {
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"jest": "29.6.1",
"rimraf": "5.0.1",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@envelop/core": "4.0.0",
"@envelop/testing": "6.0.0",
"@envelop/types": "4.0.0",
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"jest": "29.6.1",
"nodemon": "2.0.22",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
"@prisma/internals": "5.1.0",
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"jest": "29.6.1"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/tui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"stdout-update": "1.6.8"
},
"devDependencies": {
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"jest": "29.6.1",
"typescript": "5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/yargs-parser": "21.0.0",
"esbuild": "0.18.16",
"esbuild": "0.18.18",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
Loading

0 comments on commit fb5da24

Please sign in to comment.