From c7f0fe412420cadedd9442be18596984f478485e Mon Sep 17 00:00:00 2001 From: Paul Hachmang Date: Fri, 17 Nov 2023 15:19:12 +0100 Subject: [PATCH] Try and set version constraint of peer dependencies ^7 instead of peer dependency --- docs/package.json | 2 +- packages/address-fields-nl/package.json | 16 +++++----- packages/algolia-search/package.json | 20 ++++++------ packages/cli/package.json | 10 +++--- .../demo-magento-graphcommerce/package.json | 16 +++++----- packages/ecommerce-ui/package.json | 12 +++---- packages/framer-next-pages/package.json | 8 ++--- packages/framer-scroller/package.json | 10 +++--- packages/framer-utils/package.json | 6 ++-- packages/googleanalytics/package.json | 20 ++++++------ packages/googlerecaptcha/package.json | 10 +++--- packages/googletagmanager/package.json | 10 +++--- packages/graphql-mesh/package.json | 6 ++-- packages/graphql/package.json | 6 ++-- packages/hygraph-cli/package.json | 8 ++--- packages/hygraph-dynamic-rows/package.json | 14 ++++---- packages/hygraph-ui/package.json | 12 +++---- packages/image/package.json | 8 ++--- packages/lighthouse/package.json | 6 ++-- packages/lingui-next/package.json | 10 +++--- .../magento-cart-billing-address/package.json | 22 ++++++------- packages/magento-cart-checkout/package.json | 24 +++++++------- packages/magento-cart-coupon/package.json | 18 +++++------ packages/magento-cart-email/package.json | 24 +++++++------- packages/magento-cart-items/package.json | 22 ++++++------- .../magento-cart-payment-method/package.json | 22 ++++++------- packages/magento-cart-pickup/package.json | 24 +++++++------- .../package.json | 20 ++++++------ .../magento-cart-shipping-method/package.json | 22 ++++++------- packages/magento-cart/package.json | 28 ++++++++-------- packages/magento-category/package.json | 18 +++++------ packages/magento-cms/package.json | 10 +++--- packages/magento-compare/package.json | 20 ++++++------ .../magento-customer-account/package.json | 8 ++--- packages/magento-customer-order/package.json | 20 ++++++------ packages/magento-customer/package.json | 24 +++++++------- packages/magento-graphql/package.json | 8 ++--- packages/magento-newsletter/package.json | 18 +++++------ packages/magento-pagebuilder/package.json | 18 +++++------ packages/magento-payment-adyen/package.json | 24 +++++++------- .../magento-payment-braintree/package.json | 26 +++++++-------- .../magento-payment-included/package.json | 26 +++++++-------- packages/magento-payment-klarna/package.json | 16 +++++----- .../magento-payment-multisafepay/package.json | 32 +++++++++---------- packages/magento-payment-paypal/package.json | 20 ++++++------ packages/magento-product-bundle/package.json | 26 +++++++-------- .../magento-product-configurable/package.json | 32 +++++++++---------- .../magento-product-downloadable/package.json | 16 +++++----- packages/magento-product-grouped/package.json | 16 +++++----- packages/magento-product-simple/package.json | 16 +++++----- packages/magento-product-virtual/package.json | 16 +++++----- packages/magento-product/package.json | 24 +++++++------- .../package.json | 20 ++++++------ packages/magento-review/package.json | 22 ++++++------- packages/magento-search/package.json | 18 +++++------ packages/magento-store/package.json | 14 ++++---- packages/magento-wishlist/package.json | 28 ++++++++-------- packages/mollie-magento-payment/package.json | 30 ++++++++--------- packages/next-ui/package.json | 14 ++++---- packages/react-hook-form/package.json | 6 ++-- .../package.json | 6 ++-- .../package.json | 6 ++-- .../package.json | 4 +-- 63 files changed, 519 insertions(+), 519 deletions(-) diff --git a/docs/package.json b/docs/package.json index 374cdfe3ab..260e43abf2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -5,7 +5,7 @@ "version": "7.1.0-canary.41", "sideEffects": true, "peerDependencies": { - "@graphcommerce/prettier-config-pwa": "*" + "@graphcommerce/prettier-config-pwa": "^7" }, "prettier": "@graphcommerce/prettier-config-pwa" } diff --git a/packages/address-fields-nl/package.json b/packages/address-fields-nl/package.json index 352d6e605b..922e908195 100644 --- a/packages/address-fields-nl/package.json +++ b/packages/address-fields-nl/package.json @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/algolia-search/package.json b/packages/algolia-search/package.json index 79206f6bc1..dd3e920f07 100644 --- a/packages/algolia-search/package.json +++ b/packages/algolia-search/package.json @@ -16,17 +16,17 @@ "react-instantsearch-hooks-web": "^6.47.3" }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-search": "*", - "@graphcommerce/magento-store": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-search": "^7", + "@graphcommerce/magento-store": "^7", "@graphcommerce/next-config": "^*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 07c78d3c35..9a90df941f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -38,11 +38,11 @@ "tslib": "^2.6.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/hygraph-cli": "*", - "@graphcommerce/next-config": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/hygraph-cli": "^7", + "@graphcommerce/next-config": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "graphql": "^16.7.1", "react": "^18.2.0", "typescript": "5.2.2" diff --git a/packages/demo-magento-graphcommerce/package.json b/packages/demo-magento-graphcommerce/package.json index 9c1ae117ea..fdf33ea064 100644 --- a/packages/demo-magento-graphcommerce/package.json +++ b/packages/demo-magento-graphcommerce/package.json @@ -15,14 +15,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-scroller": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-product-configurable": "*", - "@graphcommerce/magento-recently-viewed-products": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-scroller": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-product-configurable": "^7", + "@graphcommerce/magento-recently-viewed-products": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@mui/material": "^5.10.16", "framer-motion": "^10.0.0", "next": "^14", diff --git a/packages/ecommerce-ui/package.json b/packages/ecommerce-ui/package.json index ac2752e442..36e161a68e 100644 --- a/packages/ecommerce-ui/package.json +++ b/packages/ecommerce-ui/package.json @@ -12,12 +12,12 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/framer-next-pages/package.json b/packages/framer-next-pages/package.json index db6a960170..ac96543db4 100644 --- a/packages/framer-next-pages/package.json +++ b/packages/framer-next-pages/package.json @@ -12,10 +12,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-utils": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-utils": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "framer-motion": "^10.0.0", "next": "^14", "react": "^18.2.0", diff --git a/packages/framer-scroller/package.json b/packages/framer-scroller/package.json index 313b170e20..6504045594 100644 --- a/packages/framer-scroller/package.json +++ b/packages/framer-scroller/package.json @@ -18,11 +18,11 @@ "popmotion": "11.0.5" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-utils": "*", - "@graphcommerce/image": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-utils": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", diff --git a/packages/framer-utils/package.json b/packages/framer-utils/package.json index fdfa401436..9d3938007d 100644 --- a/packages/framer-utils/package.json +++ b/packages/framer-utils/package.json @@ -15,9 +15,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "framer-motion": "^10.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/googleanalytics/package.json b/packages/googleanalytics/package.json index 83a0c71774..b11ca723e1 100644 --- a/packages/googleanalytics/package.json +++ b/packages/googleanalytics/package.json @@ -15,16 +15,16 @@ "@types/gtag.js": "^0.0.18" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-payment-method": "*", - "@graphcommerce/magento-cart-shipping-method": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/next-config": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-payment-method": "^7", + "@graphcommerce/magento-cart-shipping-method": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/next-config": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@mui/material": "^5.10.16", "next": "^14", "react": "^18.2.0", diff --git a/packages/googlerecaptcha/package.json b/packages/googlerecaptcha/package.json index 514c33c197..274ddab0e7 100644 --- a/packages/googlerecaptcha/package.json +++ b/packages/googlerecaptcha/package.json @@ -15,11 +15,11 @@ "@types/grecaptcha": "^3.0.7" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@mui/material": "^5.10.16", "next": "^14", "react": "^18.2.0", diff --git a/packages/googletagmanager/package.json b/packages/googletagmanager/package.json index 331817ad19..0915d77a06 100644 --- a/packages/googletagmanager/package.json +++ b/packages/googletagmanager/package.json @@ -15,11 +15,11 @@ "@types/gapi.client.tagmanager": "^2.0.4" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "next": "^14", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/graphql-mesh/package.json b/packages/graphql-mesh/package.json index 86501209a0..33f72a1f42 100644 --- a/packages/graphql-mesh/package.json +++ b/packages/graphql-mesh/package.json @@ -23,9 +23,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "graphql": "^16.7.1" }, "devDependencies": { diff --git a/packages/graphql/package.json b/packages/graphql/package.json index cfc2989c87..9d7db8d72e 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -28,9 +28,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "graphql": "^16.7.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/hygraph-cli/package.json b/packages/hygraph-cli/package.json index ce8f0ba1ca..f0a5f88af9 100644 --- a/packages/hygraph-cli/package.json +++ b/packages/hygraph-cli/package.json @@ -19,10 +19,10 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/next-config": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/next-config": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "dotenv": "^16.1.4", "graphql": "^16.7.1" }, diff --git a/packages/hygraph-dynamic-rows/package.json b/packages/hygraph-dynamic-rows/package.json index 27ad210854..b6feb8d3d4 100644 --- a/packages/hygraph-dynamic-rows/package.json +++ b/packages/hygraph-dynamic-rows/package.json @@ -12,13 +12,13 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphcms-ui": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphcms-ui": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@mui/material": "^5.10.16", "next": "^14", "react": "^18.2.0", diff --git a/packages/hygraph-ui/package.json b/packages/hygraph-ui/package.json index 6427a8cc8b..9f621cff0a 100644 --- a/packages/hygraph-ui/package.json +++ b/packages/hygraph-ui/package.json @@ -12,12 +12,12 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@mui/material": "^5.10.16", "next": "^14", "react": "^18.2.0", diff --git a/packages/image/package.json b/packages/image/package.json index cf98e5ba48..bcb34c0a12 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -15,10 +15,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-utils": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-utils": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@mui/material": "^5.10.16", "next": "^14", "react": "^18.2.0", diff --git a/packages/lighthouse/package.json b/packages/lighthouse/package.json index 5dc52cc1e7..b72d945930 100644 --- a/packages/lighthouse/package.json +++ b/packages/lighthouse/package.json @@ -13,9 +13,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "next": "^14" } } diff --git a/packages/lingui-next/package.json b/packages/lingui-next/package.json index 5ac74123e1..0db936d7f1 100644 --- a/packages/lingui-next/package.json +++ b/packages/lingui-next/package.json @@ -18,11 +18,11 @@ "@lingui/conf": "^4.5.0" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/next-config": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/next-config": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-billing-address/package.json b/packages/magento-cart-billing-address/package.json index c9f6760409..c5c6de2b73 100644 --- a/packages/magento-cart-billing-address/package.json +++ b/packages/magento-cart-billing-address/package.json @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-next-pages": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-next-pages": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-checkout/package.json b/packages/magento-cart-checkout/package.json index fbbd4de9c6..08c9bfbefd 100644 --- a/packages/magento-cart-checkout/package.json +++ b/packages/magento-cart-checkout/package.json @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-coupon": "*", - "@graphcommerce/magento-cart-items": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-coupon": "^7", + "@graphcommerce/magento-cart-items": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-coupon/package.json b/packages/magento-cart-coupon/package.json index 4bf3c52d90..2c8b10f6c0 100644 --- a/packages/magento-cart-coupon/package.json +++ b/packages/magento-cart-coupon/package.json @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-email/package.json b/packages/magento-cart-email/package.json index e78eb4b12c..dcda573935 100644 --- a/packages/magento-cart-email/package.json +++ b/packages/magento-cart-email/package.json @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-items/package.json b/packages/magento-cart-items/package.json index 6469e6262f..05cd2c78d5 100644 --- a/packages/magento-cart-items/package.json +++ b/packages/magento-cart-items/package.json @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-payment-method/package.json b/packages/magento-cart-payment-method/package.json index 09b7a54cf9..ce3f851e8d 100644 --- a/packages/magento-cart-payment-method/package.json +++ b/packages/magento-cart-payment-method/package.json @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-scroller": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-shipping-address": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-scroller": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-shipping-address": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-pickup/package.json b/packages/magento-cart-pickup/package.json index e600873528..5dffba64eb 100644 --- a/packages/magento-cart-pickup/package.json +++ b/packages/magento-cart-pickup/package.json @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-shipping-method": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-shipping-method": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-shipping-address/package.json b/packages/magento-cart-shipping-address/package.json index 93aae6d533..114872fc5e 100644 --- a/packages/magento-cart-shipping-address/package.json +++ b/packages/magento-cart-shipping-address/package.json @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-shipping-method/package.json b/packages/magento-cart-shipping-method/package.json index b5913f7ce6..3b82ba09f9 100644 --- a/packages/magento-cart-shipping-method/package.json +++ b/packages/magento-cart-shipping-method/package.json @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-scroller": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-shipping-address": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-scroller": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-shipping-address": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart/package.json b/packages/magento-cart/package.json index bb7865f203..2ead6b8290 100644 --- a/packages/magento-cart/package.json +++ b/packages/magento-cart/package.json @@ -12,20 +12,20 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-next-pages": "*", - "@graphcommerce/framer-scroller": "*", - "@graphcommerce/framer-utils": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-graphql": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-next-pages": "^7", + "@graphcommerce/framer-scroller": "^7", + "@graphcommerce/framer-utils": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-graphql": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-category/package.json b/packages/magento-category/package.json index 5cbbcebe8d..9f10ded8b0 100644 --- a/packages/magento-category/package.json +++ b/packages/magento-category/package.json @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-scroller": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-scroller": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cms/package.json b/packages/magento-cms/package.json index def6a339d2..2d149a11f9 100644 --- a/packages/magento-cms/package.json +++ b/packages/magento-cms/package.json @@ -12,11 +12,11 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-compare/package.json b/packages/magento-compare/package.json index f2f512f15b..68ed4a3a09 100644 --- a/packages/magento-compare/package.json +++ b/packages/magento-compare/package.json @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-next-pages": "*", - "@graphcommerce/framer-utils": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-next-pages": "^7", + "@graphcommerce/framer-utils": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-customer-account/package.json b/packages/magento-customer-account/package.json index 795a4a1677..d3ab3c2845 100644 --- a/packages/magento-customer-account/package.json +++ b/packages/magento-customer-account/package.json @@ -12,9 +12,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*" + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7" } } diff --git a/packages/magento-customer-order/package.json b/packages/magento-customer-order/package.json index af9ac06b0f..72dcd963c9 100644 --- a/packages/magento-customer-order/package.json +++ b/packages/magento-customer-order/package.json @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-graphql": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-graphql": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-customer/package.json b/packages/magento-customer/package.json index 0c3231d55b..751f1a4f19 100644 --- a/packages/magento-customer/package.json +++ b/packages/magento-customer/package.json @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-utils": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-graphql": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-utils": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-graphql": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-graphql/package.json b/packages/magento-graphql/package.json index c5c7370ed3..f0b230e963 100644 --- a/packages/magento-graphql/package.json +++ b/packages/magento-graphql/package.json @@ -13,10 +13,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "next": "^14", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-newsletter/package.json b/packages/magento-newsletter/package.json index a15239229b..45983eef50 100644 --- a/packages/magento-newsletter/package.json +++ b/packages/magento-newsletter/package.json @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-pagebuilder/package.json b/packages/magento-pagebuilder/package.json index 8440323fe2..75c8f4c3b0 100644 --- a/packages/magento-pagebuilder/package.json +++ b/packages/magento-pagebuilder/package.json @@ -18,15 +18,15 @@ "jsdom": "^22.1.0" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/magento-category": "*", - "@graphcommerce/magento-cms": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/magento-category": "^7", + "@graphcommerce/magento-cms": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-adyen/package.json b/packages/magento-payment-adyen/package.json index fb72342535..3db332910b 100644 --- a/packages/magento-payment-adyen/package.json +++ b/packages/magento-payment-adyen/package.json @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-payment-method": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-payment-method": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-braintree/package.json b/packages/magento-payment-braintree/package.json index be0c22df75..2843305029 100644 --- a/packages/magento-payment-braintree/package.json +++ b/packages/magento-payment-braintree/package.json @@ -18,19 +18,19 @@ "braintree-web": "^3.97.3" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-payment-method": "*", - "@graphcommerce/magento-cart-shipping-address": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-product-configurable": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-payment-method": "^7", + "@graphcommerce/magento-cart-shipping-address": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-product-configurable": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-included/package.json b/packages/magento-payment-included/package.json index c71a43e857..9049ca0172 100644 --- a/packages/magento-payment-included/package.json +++ b/packages/magento-payment-included/package.json @@ -12,19 +12,19 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-payment-method": "*", - "@graphcommerce/magento-cart-shipping-address": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-product-configurable": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-payment-method": "^7", + "@graphcommerce/magento-cart-shipping-address": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-product-configurable": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-klarna/package.json b/packages/magento-payment-klarna/package.json index 05af920ef8..ae306a589c 100644 --- a/packages/magento-payment-klarna/package.json +++ b/packages/magento-payment-klarna/package.json @@ -13,14 +13,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-multisafepay/package.json b/packages/magento-payment-multisafepay/package.json index dc39b8ecc8..367cc32951 100644 --- a/packages/magento-payment-multisafepay/package.json +++ b/packages/magento-payment-multisafepay/package.json @@ -12,22 +12,22 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-checkout": "*", - "@graphcommerce/magento-cart-payment-method": "*", - "@graphcommerce/magento-cart-shipping-address": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-product-configurable": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-checkout": "^7", + "@graphcommerce/magento-cart-payment-method": "^7", + "@graphcommerce/magento-cart-shipping-address": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-product-configurable": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-paypal/package.json b/packages/magento-payment-paypal/package.json index 6f2ab40f3c..273ed94be5 100644 --- a/packages/magento-payment-paypal/package.json +++ b/packages/magento-payment-paypal/package.json @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-payment-method": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-payment-method": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-bundle/package.json b/packages/magento-product-bundle/package.json index a04ecf6ab3..c41e94ddc1 100644 --- a/packages/magento-product-bundle/package.json +++ b/packages/magento-product-bundle/package.json @@ -12,19 +12,19 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-items": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-product-simple": "*", - "@graphcommerce/magento-product-virtual": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-items": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-product-simple": "^7", + "@graphcommerce/magento-product-virtual": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-configurable/package.json b/packages/magento-product-configurable/package.json index 81047fa220..2cb797823b 100644 --- a/packages/magento-product-configurable/package.json +++ b/packages/magento-product-configurable/package.json @@ -12,22 +12,22 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-items": "*", - "@graphcommerce/magento-category": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-product-simple": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-items": "^7", + "@graphcommerce/magento-category": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-product-simple": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-downloadable/package.json b/packages/magento-product-downloadable/package.json index bf9024887a..182da9541c 100644 --- a/packages/magento-product-downloadable/package.json +++ b/packages/magento-product-downloadable/package.json @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-grouped/package.json b/packages/magento-product-grouped/package.json index c15eb55e04..bf4bbd4ea9 100644 --- a/packages/magento-product-grouped/package.json +++ b/packages/magento-product-grouped/package.json @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-product-simple": "*", - "@graphcommerce/magento-product-virtual": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-product-simple": "^7", + "@graphcommerce/magento-product-virtual": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-simple/package.json b/packages/magento-product-simple/package.json index 6fb8aca6d0..7c565cb6b6 100644 --- a/packages/magento-product-simple/package.json +++ b/packages/magento-product-simple/package.json @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-items": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-items": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-virtual/package.json b/packages/magento-product-virtual/package.json index 18e80260f5..d8b4c31285 100644 --- a/packages/magento-product-virtual/package.json +++ b/packages/magento-product-virtual/package.json @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-items": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-items": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product/package.json b/packages/magento-product/package.json index f51d1fa260..9c99d88d81 100644 --- a/packages/magento-product/package.json +++ b/packages/magento-product/package.json @@ -16,18 +16,18 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-next-pages": "*", - "@graphcommerce/framer-scroller": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-next-pages": "^7", + "@graphcommerce/framer-scroller": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-recently-viewed-products/package.json b/packages/magento-recently-viewed-products/package.json index b793f1738e..6f9e3bbc5b 100644 --- a/packages/magento-recently-viewed-products/package.json +++ b/packages/magento-recently-viewed-products/package.json @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-product-configurable": "*", - "@graphcommerce/next-config": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-product-configurable": "^7", + "@graphcommerce/next-config": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@mui/material": "^5.10.16", "framer-motion": "^10.0.0", "next": "^14", diff --git a/packages/magento-review/package.json b/packages/magento-review/package.json index e018dd0a4f..e13aa85ab9 100644 --- a/packages/magento-review/package.json +++ b/packages/magento-review/package.json @@ -16,17 +16,17 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-search/package.json b/packages/magento-search/package.json index ee781118d2..08366bddeb 100644 --- a/packages/magento-search/package.json +++ b/packages/magento-search/package.json @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-store/package.json b/packages/magento-store/package.json index 87419f5854..ef320204c8 100644 --- a/packages/magento-store/package.json +++ b/packages/magento-store/package.json @@ -12,13 +12,13 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-wishlist/package.json b/packages/magento-wishlist/package.json index 9a59768729..539e64c3f9 100644 --- a/packages/magento-wishlist/package.json +++ b/packages/magento-wishlist/package.json @@ -13,20 +13,20 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-customer": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-product-configurable": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-config": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-customer": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-product-configurable": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-config": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/mollie-magento-payment/package.json b/packages/mollie-magento-payment/package.json index e836382a72..1b3323dffd 100644 --- a/packages/mollie-magento-payment/package.json +++ b/packages/mollie-magento-payment/package.json @@ -12,21 +12,21 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "*", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/graphql": "*", - "@graphcommerce/graphql-mesh": "*", - "@graphcommerce/image": "*", - "@graphcommerce/magento-cart": "*", - "@graphcommerce/magento-cart-payment-method": "*", - "@graphcommerce/magento-cart-shipping-address": "*", - "@graphcommerce/magento-product": "*", - "@graphcommerce/magento-product-configurable": "*", - "@graphcommerce/magento-store": "*", - "@graphcommerce/next-ui": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/react-hook-form": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/ecommerce-ui": "^7", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/graphql": "^7", + "@graphcommerce/graphql-mesh": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/magento-cart": "^7", + "@graphcommerce/magento-cart-payment-method": "^7", + "@graphcommerce/magento-cart-shipping-address": "^7", + "@graphcommerce/magento-product": "^7", + "@graphcommerce/magento-product-configurable": "^7", + "@graphcommerce/magento-store": "^7", + "@graphcommerce/next-ui": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/react-hook-form": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/next-ui/package.json b/packages/next-ui/package.json index 3239646c26..fe6505c122 100644 --- a/packages/next-ui/package.json +++ b/packages/next-ui/package.json @@ -26,13 +26,13 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/framer-next-pages": "*", - "@graphcommerce/framer-scroller": "*", - "@graphcommerce/framer-utils": "*", - "@graphcommerce/image": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/framer-next-pages": "^7", + "@graphcommerce/framer-scroller": "^7", + "@graphcommerce/framer-utils": "^7", + "@graphcommerce/image": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/react-hook-form/package.json b/packages/react-hook-form/package.json index c40c6be90d..83b34e7890 100644 --- a/packages/react-hook-form/package.json +++ b/packages/react-hook-form/package.json @@ -16,9 +16,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packagesDev/graphql-codegen-markdown-docs/package.json b/packagesDev/graphql-codegen-markdown-docs/package.json index 05092ae489..d71c11b821 100644 --- a/packagesDev/graphql-codegen-markdown-docs/package.json +++ b/packagesDev/graphql-codegen-markdown-docs/package.json @@ -29,9 +29,9 @@ "parse-filepath": "^1.0.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "graphql": "^16.7.1" } } diff --git a/packagesDev/graphql-codegen-near-operation-file/package.json b/packagesDev/graphql-codegen-near-operation-file/package.json index 09ae818311..9efa8adbb4 100644 --- a/packagesDev/graphql-codegen-near-operation-file/package.json +++ b/packagesDev/graphql-codegen-near-operation-file/package.json @@ -29,9 +29,9 @@ "parse-filepath": "^1.0.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/prettier-config-pwa": "*", - "@graphcommerce/typescript-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "graphql": "^16.7.1" } } diff --git a/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json b/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json index a579a56eea..1863a96e06 100644 --- a/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json +++ b/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json @@ -27,8 +27,8 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "*", - "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/prettier-config-pwa": "^7", "graphql": "^16.7.1" }, "prettier": "@graphcommerce/prettier-config-pwa",