From c4b004daeb50546411f0704267e0452edae60e7c Mon Sep 17 00:00:00 2001 From: Hayley Dixon <78764587+hheyhhay@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:28:31 -0400 Subject: [PATCH] update toml and package.json to 2024-10 release --- checkout-extension/package.json.liquid | 6 +++--- checkout-extension/shopify.extension.toml.liquid | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/checkout-extension/package.json.liquid b/checkout-extension/package.json.liquid index e75b3e3..8f6827d 100644 --- a/checkout-extension/package.json.liquid +++ b/checkout-extension/package.json.liquid @@ -6,8 +6,8 @@ "license": "UNLICENSED", "dependencies": { "react": "^18.0.0", - "@shopify/ui-extensions": "2024.7.x", - "@shopify/ui-extensions-react": "2024.7.x" + "@shopify/ui-extensions": "2024.10.x", + "@shopify/ui-extensions-react": "2024.10.x" }, "devDependencies": { "@types/react": "^18.0.0", @@ -21,7 +21,7 @@ "version": "1.0.0", "license": "UNLICENSED", "dependencies": { - "@shopify/ui-extensions": "2024.7.x" + "@shopify/ui-extensions": "2024.10.x" } } {%- endif -%} diff --git a/checkout-extension/shopify.extension.toml.liquid b/checkout-extension/shopify.extension.toml.liquid index fc03741..45fe057 100644 --- a/checkout-extension/shopify.extension.toml.liquid +++ b/checkout-extension/shopify.extension.toml.liquid @@ -3,7 +3,7 @@ # The version of APIs your extension will receive. Learn more: # https://shopify.dev/docs/api/usage/versioning -api_version = "2024-07" +api_version = "2024-10" [[extensions]] name = "{{ name }}"