From 37aca45c5a0c39bdbbc5c8892b69cd6fa17c5616 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:50:22 +0000 Subject: [PATCH] chore(deps): update dependency esbuild to ^0.20.2 --- packages/codegen-fragments/package.json | 2 +- packages/gql-string/package.json | 2 +- packages/graphql-react-query/package.json | 2 +- packages/graphql-react-ws/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/codegen-fragments/package.json b/packages/codegen-fragments/package.json index 129d228b..35f762cb 100644 --- a/packages/codegen-fragments/package.json +++ b/packages/codegen-fragments/package.json @@ -35,7 +35,7 @@ "@types/node": "^20.8.6", "bob-ts": "^4.1.1", "bob-tsm": "^1.1.2", - "esbuild": "^0.19.5", + "esbuild": "^0.20.2", "graphql": "^16.8.1", "typescript": "^5.2.2" }, diff --git a/packages/gql-string/package.json b/packages/gql-string/package.json index 2ea2b128..612dd18c 100644 --- a/packages/gql-string/package.json +++ b/packages/gql-string/package.json @@ -14,7 +14,7 @@ "@types/node": "^20.8.6", "bob-ts": "^4.1.1", "bob-tsm": "^1.1.2", - "esbuild": "^0.19.5", + "esbuild": "^0.20.2", "typescript": "^5.2.2" }, "publishConfig": { diff --git a/packages/graphql-react-query/package.json b/packages/graphql-react-query/package.json index 035e9d75..3dda6574 100644 --- a/packages/graphql-react-query/package.json +++ b/packages/graphql-react-query/package.json @@ -19,7 +19,7 @@ "@types/react": "^18.2.28", "bob-ts": "^4.1.1", "bob-tsm": "^1.1.2", - "esbuild": "^0.19.5", + "esbuild": "^0.20.2", "graphql": "^16.8.1", "lodash-es": "^4.17.21", "react": "^18.2.0", diff --git a/packages/graphql-react-ws/package.json b/packages/graphql-react-ws/package.json index 715e9828..77e36bda 100644 --- a/packages/graphql-react-ws/package.json +++ b/packages/graphql-react-ws/package.json @@ -21,7 +21,7 @@ "@types/react": "^18.2.28", "bob-ts": "^4.1.1", "bob-tsm": "^1.1.2", - "esbuild": "^0.19.5", + "esbuild": "^0.20.2", "graphql": "^16.8.1", "react": "^18.2.0", "typescript": "^5.2.2",