From 34aa05f1f916cc60bd010af234ff7b8e0a0cf07f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 09:24:32 +0000 Subject: [PATCH] Update dependency urql-custom-scalars-exchange to v1 (#3653) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- catalog/package-lock.json | 32 ++++++++++++++------------------ catalog/package.json | 2 +- 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/catalog/package-lock.json b/catalog/package-lock.json index d7d415ab1f8..08a1fd249fc 100644 --- a/catalog/package-lock.json +++ b/catalog/package-lock.json @@ -93,7 +93,7 @@ "semver": "^7.5.4", "tslib": "^2.6.0", "urql": "^2.2.3", - "urql-custom-scalars-exchange": "^0.1.6", + "urql-custom-scalars-exchange": "^1.0.1", "use-debounce": "^9.0.4", "use-resize-observer": "^9.0.2", "uuid": "^9.0.0", @@ -18307,16 +18307,16 @@ } }, "node_modules/urql-custom-scalars-exchange": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/urql-custom-scalars-exchange/-/urql-custom-scalars-exchange-0.1.6.tgz", - "integrity": "sha512-s7oAlMAwUN0mHe+WxW2uiznGl41MnbCBkyhKrZGY+3SIeyn9Ml6kJHynA+3pLI5ce9ELftvx04EvNXmkBcPnJw==", - "dependencies": { - "@urql/core": "^1.12.3 || ^2.0.0", - "graphql": "^15.3.0", - "wonka": "^4.0.14" - }, + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/urql-custom-scalars-exchange/-/urql-custom-scalars-exchange-1.0.1.tgz", + "integrity": "sha512-NSxUaw1ZWu72iJ/t4qy6hbm33HKthIglLl8JzHEtEQgE1ICxl5kXmzmZWL5ycxlNRgCOvU2nqzrplIhBo7q3UQ==", "engines": { - "node": ">=10" + "node": ">=16.0.0" + }, + "peerDependencies": { + "@urql/core": "^1.12.3 || ^2.0.0 || ^3.0.0", + "graphql": "^15.3.0 || ^16.0.0", + "wonka": "^4.0.14 || ^6.0.0" } }, "node_modules/use-debounce": { @@ -33763,14 +33763,10 @@ } }, "urql-custom-scalars-exchange": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/urql-custom-scalars-exchange/-/urql-custom-scalars-exchange-0.1.6.tgz", - "integrity": "sha512-s7oAlMAwUN0mHe+WxW2uiznGl41MnbCBkyhKrZGY+3SIeyn9Ml6kJHynA+3pLI5ce9ELftvx04EvNXmkBcPnJw==", - "requires": { - "@urql/core": "^1.12.3 || ^2.0.0", - "graphql": "^15.3.0", - "wonka": "^4.0.14" - } + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/urql-custom-scalars-exchange/-/urql-custom-scalars-exchange-1.0.1.tgz", + "integrity": "sha512-NSxUaw1ZWu72iJ/t4qy6hbm33HKthIglLl8JzHEtEQgE1ICxl5kXmzmZWL5ycxlNRgCOvU2nqzrplIhBo7q3UQ==", + "requires": {} }, "use-debounce": { "version": "9.0.4", diff --git a/catalog/package.json b/catalog/package.json index a35d2f08372..d3d743b89b9 100644 --- a/catalog/package.json +++ b/catalog/package.json @@ -130,7 +130,7 @@ "semver": "^7.5.4", "tslib": "^2.6.0", "urql": "^2.2.3", - "urql-custom-scalars-exchange": "^0.1.6", + "urql-custom-scalars-exchange": "^1.0.1", "use-debounce": "^9.0.4", "use-resize-observer": "^9.0.2", "uuid": "^9.0.0",