Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to v0.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2023
1 parent 7333926 commit 97d9094
Show file tree
Hide file tree
Showing 10 changed files with 111 additions and 111 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 @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/yargs": "17.0.24",
"esbuild": "0.18.4",
"esbuild": "0.18.5",
"fast-glob": "3.2.12",
"jest": "29.5.0",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"dotenv-webpack": "8.0.1",
"esbuild": "0.18.4",
"esbuild": "0.18.5",
"fast-glob": "3.2.12",
"file-loader": "6.2.0",
"graphql": "16.6.0",
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 @@ -42,7 +42,7 @@
"@babel/core": "7.22.5",
"@babel/plugin-transform-typescript": "7.22.5",
"@types/babel__core": "7.20.1",
"esbuild": "0.18.4",
"esbuild": "0.18.5",
"jest": "29.5.0",
"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 @@ -26,7 +26,7 @@
"devDependencies": {
"@types/eslint": "8",
"@types/estree": "1.0.1",
"esbuild": "0.18.4",
"esbuild": "0.18.5",
"fast-glob": "3.2.12",
"glob": "10.2.7",
"typescript": "5.1.3"
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.4",
"esbuild": "0.18.5",
"typescript": "5.1.3"
},
"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 @@ -49,7 +49,7 @@
"chalk": "4.1.2",
"core-js": "3.31.0",
"deepmerge": "4.3.1",
"esbuild": "0.18.4",
"esbuild": "0.18.5",
"fast-glob": "3.2.12",
"fs-extra": "11.1.1",
"graphql": "16.6.0",
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.4",
"esbuild": "0.18.5",
"jest": "29.5.0",
"rimraf": "5.0.1",
"typescript": "5.1.3"
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.5",
"@babel/core": "7.22.5",
"@prisma/internals": "4.15.0",
"esbuild": "0.18.4",
"esbuild": "0.18.5",
"jest": "29.5.0"
},
"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.4",
"esbuild": "0.18.5",
"jest": "29.5.0",
"typescript": "5.1.3"
}
Expand Down
Loading

0 comments on commit 97d9094

Please sign in to comment.