From 26367658d2f09f99318f2367aeece2fc7ac38051 Mon Sep 17 00:00:00 2001 From: Robert Field Date: Tue, 21 Nov 2023 16:55:03 +0000 Subject: [PATCH] feat: bump d2c hooks (#135) * feat: updated to latest hooks * chore: changeset --- .changeset/quiet-bobcats-impress.md | 5 +++++ packages/d2c-schematics/utility/latest-versions/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/quiet-bobcats-impress.md diff --git a/.changeset/quiet-bobcats-impress.md b/.changeset/quiet-bobcats-impress.md new file mode 100644 index 00000000..3a2a316e --- /dev/null +++ b/.changeset/quiet-bobcats-impress.md @@ -0,0 +1,5 @@ +--- +"@elasticpath/d2c-schematics": patch +--- + +Using latest hooks diff --git a/packages/d2c-schematics/utility/latest-versions/package.json b/packages/d2c-schematics/utility/latest-versions/package.json index 3e0f8bfa..99f2a13f 100644 --- a/packages/d2c-schematics/utility/latest-versions/package.json +++ b/packages/d2c-schematics/utility/latest-versions/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@moltin/sdk": "^27.0.0", - "@elasticpath/react-shopper-hooks": "^0.6.1", + "@elasticpath/react-shopper-hooks": "^0.6.2", "@elasticpath/shopper-common": "^0.2.1", "clsx": "^1.2.1", "cookies-next": "^4.0.0",