diff --git a/.changeset/pre.json b/.changeset/pre.json index 1977590bb8..c6039cfa55 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -73,20 +73,15 @@ "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "7.0.1", "@graphcommerce/next-config": "7.0.1", "@graphcommerce/prettier-config-pwa": "7.0.1", - "@graphcommerce/typescript-config-pwa": "7.0.1", - "@graphcommerce/magento-recently-viewed-products": "7.1.0-canary.42" + "@graphcommerce/typescript-config-pwa": "7.0.1" }, "changesets": [ - "afraid-baboons-move", "brown-planes-retire", "chilly-brooms-move", "curvy-grapes-accept", "curvy-hairs-suffer", "eleven-hats-kneel", "empty-ads-run", - "fifty-impalas-hug", - "fifty-parents-move", - "fifty-taxis-speak", "flat-emus-look", "forty-rocks-bow", "fresh-games-roll", @@ -94,13 +89,10 @@ "friendly-dogs-shop", "friendly-islands-cough", "fuzzy-clocks-hug", - "fuzzy-rings-hug", "itchy-snakes-film", "lazy-seahorses-rhyme", "little-shirts-film", - "long-llamas-cheer", "new-crews-promise", - "odd-poets-greet", "quiet-tomatoes-melt", "red-ghosts-cry", "red-gifts-listen", @@ -117,16 +109,12 @@ "six-horses-repeat", "slow-flies-scream", "strong-ants-confess", - "stupid-ears-wink", "stupid-mice-check", - "tall-candles-watch", "tall-poems-reflect", "tall-spies-reflect", "tall-tips-float", - "tame-dots-call", "thick-cougars-cheer", "three-dogs-clap", - "tricky-spoons-lick", "twelve-deers-begin", "two-years-relate", "wise-wombats-remain" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 48e32b2dda..ef4665b29d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/docs/package.json b/docs/package.json index ec7c950ab5..19888d0150 100644 --- a/docs/package.json +++ b/docs/package.json @@ -5,7 +5,7 @@ "version": "7.1.0-canary.43", "sideEffects": true, "peerDependencies": { - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43" + "@graphcommerce/prettier-config-pwa": "^7" }, "prettier": "@graphcommerce/prettier-config-pwa" } diff --git a/examples/magento-graphcms/CHANGELOG.md b/examples/magento-graphcms/CHANGELOG.md index 57cdfabc6f..c1df4869be 100644 --- a/examples/magento-graphcms/CHANGELOG.md +++ b/examples/magento-graphcms/CHANGELOG.md @@ -1,15 +1,5 @@ # Change Log -## 7.1.0-canary.43 - -### Patch Changes - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`7664e4587`](https://github.com/graphcommerce-org/graphcommerce/commit/7664e45873142078eb6681fd1bb268db8035cb2e) - Added ProductScroller component with built-in skeleton loader ([@bramvanderholst](https://github.com/bramvanderholst)) - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`eb29cbef5`](https://github.com/graphcommerce-org/graphcommerce/commit/eb29cbef56f8f7275ffe6760ef5e9f8d2598c7c4) - Added recently viewed products to product pages ([@bramvanderholst](https://github.com/bramvanderholst)) - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`5f4455b1c`](https://github.com/graphcommerce-org/graphcommerce/commit/5f4455b1cccddf1501f0279e5ca2d9277a07ff07) - Added Skeleton render type to productListRenderer ([@bramvanderholst](https://github.com/bramvanderholst)) - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/address-fields-nl/CHANGELOG.md b/packages/address-fields-nl/CHANGELOG.md index 5212aa3ca9..03c90d40cf 100644 --- a/packages/address-fields-nl/CHANGELOG.md +++ b/packages/address-fields-nl/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/address-fields-nl -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/address-fields-nl/package.json b/packages/address-fields-nl/package.json index 6fa68705b6..87fa576776 100644 --- a/packages/address-fields-nl/package.json +++ b/packages/address-fields-nl/package.json @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/algolia-search/CHANGELOG.md index be67becce1..c160367fc0 100644 --- a/packages/algolia-search/CHANGELOG.md +++ b/packages/algolia-search/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/algolia-search -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/algolia-search/package.json b/packages/algolia-search/package.json index c6b3ac8681..d36f68054b 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": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-search": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-config": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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": "^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/CHANGELOG.md b/packages/cli/CHANGELOG.md index 092dca7f4d..a9f468f835 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/cli -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/cli/package.json b/packages/cli/package.json index c2e3a14420..a4aae90b4b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -38,11 +38,11 @@ "tslib": "^2.6.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/hygraph-cli": "^7.1.0-canary.43", - "@graphcommerce/next-config": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/demo-magento-graphcommerce/CHANGELOG.md index 8201b9d30d..c3a2342fd1 100644 --- a/packages/demo-magento-graphcommerce/CHANGELOG.md +++ b/packages/demo-magento-graphcommerce/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/demo-magento-graphcommerce -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/demo-magento-graphcommerce/package.json b/packages/demo-magento-graphcommerce/package.json index 3193a70f95..2ec7ced141 100644 --- a/packages/demo-magento-graphcommerce/package.json +++ b/packages/demo-magento-graphcommerce/package.json @@ -15,14 +15,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/framer-scroller": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.43", - "@graphcommerce/magento-recently-viewed-products": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/ecommerce-ui/CHANGELOG.md index 53251311bf..d5f270311d 100644 --- a/packages/ecommerce-ui/CHANGELOG.md +++ b/packages/ecommerce-ui/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/ecommerce-ui -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ### Minor Changes diff --git a/packages/ecommerce-ui/package.json b/packages/ecommerce-ui/package.json index fab2eec7e9..7e1ab35daa 100644 --- a/packages/ecommerce-ui/package.json +++ b/packages/ecommerce-ui/package.json @@ -12,12 +12,12 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/framer-next-pages/CHANGELOG.md index ab2b4098e0..2ee724695a 100644 --- a/packages/framer-next-pages/CHANGELOG.md +++ b/packages/framer-next-pages/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/framer-next-pages/example/CHANGELOG.md b/packages/framer-next-pages/example/CHANGELOG.md index ef9329f18a..d6c78f8aff 100644 --- a/packages/framer-next-pages/example/CHANGELOG.md +++ b/packages/framer-next-pages/example/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/framer-next-pages/package.json b/packages/framer-next-pages/package.json index dd7351872d..90e21c5444 100644 --- a/packages/framer-next-pages/package.json +++ b/packages/framer-next-pages/package.json @@ -12,10 +12,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/framer-utils": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/framer-scroller/CHANGELOG.md index 74d2a39006..381df979f3 100644 --- a/packages/framer-scroller/CHANGELOG.md +++ b/packages/framer-scroller/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/framer-scroller/example/CHANGELOG.md b/packages/framer-scroller/example/CHANGELOG.md index 6d78cae4cc..f5ccadfddf 100644 --- a/packages/framer-scroller/example/CHANGELOG.md +++ b/packages/framer-scroller/example/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/framer-scroller/package.json b/packages/framer-scroller/package.json index 309d3e0505..a475ac82e4 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": "^7.1.0-canary.43", - "@graphcommerce/framer-utils": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/framer-utils/CHANGELOG.md index ae113168d7..5e42a1ce66 100644 --- a/packages/framer-utils/CHANGELOG.md +++ b/packages/framer-utils/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/framer-utils/package.json b/packages/framer-utils/package.json index 4e39a18a32..7636c1119b 100644 --- a/packages/framer-utils/package.json +++ b/packages/framer-utils/package.json @@ -15,9 +15,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/googleanalytics/CHANGELOG.md index 2cf40e9328..e8d4c7b16b 100644 --- a/packages/googleanalytics/CHANGELOG.md +++ b/packages/googleanalytics/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/googleanalytics/package.json b/packages/googleanalytics/package.json index 113cc1b258..416db9fb54 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": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-shipping-method": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/next-config": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/googlerecaptcha/CHANGELOG.md index ed3c026d13..9c62ec997e 100644 --- a/packages/googlerecaptcha/CHANGELOG.md +++ b/packages/googlerecaptcha/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/googlerecaptcha/package.json b/packages/googlerecaptcha/package.json index 8316630cc2..83379b65d1 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": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/googletagmanager/CHANGELOG.md index f7c58a44a2..2f8fb1af96 100644 --- a/packages/googletagmanager/CHANGELOG.md +++ b/packages/googletagmanager/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/googletagmanager/package.json b/packages/googletagmanager/package.json index 251d9cc140..721cfc7196 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": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/graphql-mesh/CHANGELOG.md index b1c48d3b14..547c0df83f 100644 --- a/packages/graphql-mesh/CHANGELOG.md +++ b/packages/graphql-mesh/CHANGELOG.md @@ -1,11 +1,5 @@ # Change Log -## 7.1.0-canary.43 - -### Patch Changes - -- [#2113](https://github.com/graphcommerce-org/graphcommerce/pull/2113) [`bf5ae8979`](https://github.com/graphcommerce-org/graphcommerce/commit/bf5ae8979b145e7a96303f839ef2b1238712531a) - Remove requirement of toplevelAwait for graphqlSsrClient and solve logging issue in cli ([@paales](https://github.com/paales)) - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/graphql-mesh/package.json b/packages/graphql-mesh/package.json index a1c2f3b02e..7c09a7569a 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": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 009a50d125..7572e16664 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 1f9e519e48..a17dc2d61f 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -28,9 +28,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/hygraph-cli/CHANGELOG.md index bf9bb2a542..411e9414b7 100644 --- a/packages/hygraph-cli/CHANGELOG.md +++ b/packages/hygraph-cli/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/hygraph-cli -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/hygraph-cli/package.json b/packages/hygraph-cli/package.json index ba9eabc171..a4febf4e03 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": "^7.1.0-canary.43", - "@graphcommerce/next-config": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/hygraph-dynamic-rows/CHANGELOG.md index 668ff69a02..729ce377fd 100644 --- a/packages/hygraph-dynamic-rows/CHANGELOG.md +++ b/packages/hygraph-dynamic-rows/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/hygraph-dynamic-rows -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/hygraph-dynamic-rows/package.json b/packages/hygraph-dynamic-rows/package.json index 46316bf59c..9958d4f250 100644 --- a/packages/hygraph-dynamic-rows/package.json +++ b/packages/hygraph-dynamic-rows/package.json @@ -12,13 +12,13 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphcms-ui": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/hygraph-ui/CHANGELOG.md index d65a528f25..78a6e975f3 100644 --- a/packages/hygraph-ui/CHANGELOG.md +++ b/packages/hygraph-ui/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/hygraph-ui/package.json b/packages/hygraph-ui/package.json index 6a46702b87..bc86b13132 100644 --- a/packages/hygraph-ui/package.json +++ b/packages/hygraph-ui/package.json @@ -12,12 +12,12 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/image/CHANGELOG.md index ee1ee094ba..3c8d2a0426 100644 --- a/packages/image/CHANGELOG.md +++ b/packages/image/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/image/example/CHANGELOG.md b/packages/image/example/CHANGELOG.md index 36eede6870..6113d57112 100644 --- a/packages/image/example/CHANGELOG.md +++ b/packages/image/example/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/image/package.json b/packages/image/package.json index 6c085d6724..c371f36dcc 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -15,10 +15,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/framer-utils": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/lighthouse/CHANGELOG.md index 00b9150208..1b1ca2c704 100644 --- a/packages/lighthouse/CHANGELOG.md +++ b/packages/lighthouse/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/lighthouse/package.json b/packages/lighthouse/package.json index 7ac4151b8b..db462cf9c6 100644 --- a/packages/lighthouse/package.json +++ b/packages/lighthouse/package.json @@ -13,9 +13,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/prettier-config-pwa": "^7", + "@graphcommerce/typescript-config-pwa": "^7", "next": "^14" } } diff --git a/packages/lingui-next/CHANGELOG.md b/packages/lingui-next/CHANGELOG.md index 0c824b4c47..42b02a9978 100644 --- a/packages/lingui-next/CHANGELOG.md +++ b/packages/lingui-next/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/lingui-next/package.json b/packages/lingui-next/package.json index d7b7e0ca9d..b4c16b2ef3 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": "^7.1.0-canary.43", - "@graphcommerce/next-config": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cart-billing-address/CHANGELOG.md index 6c214d5872..c3eec3fade 100644 --- a/packages/magento-cart-billing-address/CHANGELOG.md +++ b/packages/magento-cart-billing-address/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-billing-address/package.json b/packages/magento-cart-billing-address/package.json index b1df6b875f..07b24b66c3 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": "^7.1.0-canary.43", - "@graphcommerce/framer-next-pages": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cart-checkout/CHANGELOG.md index f4dc572dcb..fead857b89 100644 --- a/packages/magento-cart-checkout/CHANGELOG.md +++ b/packages/magento-cart-checkout/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-checkout/package.json b/packages/magento-cart-checkout/package.json index 7fa0acc697..e2adf9b1be 100644 --- a/packages/magento-cart-checkout/package.json +++ b/packages/magento-cart-checkout/package.json @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-coupon": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-items": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cart-coupon/CHANGELOG.md index 6272750959..155ea5d74e 100644 --- a/packages/magento-cart-coupon/CHANGELOG.md +++ b/packages/magento-cart-coupon/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-coupon/package.json b/packages/magento-cart-coupon/package.json index 19f7852194..10d88fb738 100644 --- a/packages/magento-cart-coupon/package.json +++ b/packages/magento-cart-coupon/package.json @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cart-email/CHANGELOG.md index 22a9979db5..ea6c27cb3f 100644 --- a/packages/magento-cart-email/CHANGELOG.md +++ b/packages/magento-cart-email/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-email/package.json b/packages/magento-cart-email/package.json index 0cff9ce5e2..6001cda743 100644 --- a/packages/magento-cart-email/package.json +++ b/packages/magento-cart-email/package.json @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cart-items/CHANGELOG.md index 8f67f1c82d..498ee33165 100644 --- a/packages/magento-cart-items/CHANGELOG.md +++ b/packages/magento-cart-items/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-items/package.json b/packages/magento-cart-items/package.json index 16c47875f6..dacf7a7c7c 100644 --- a/packages/magento-cart-items/package.json +++ b/packages/magento-cart-items/package.json @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cart-payment-method/CHANGELOG.md index 6a3ac0a73e..42d2fbdb1d 100644 --- a/packages/magento-cart-payment-method/CHANGELOG.md +++ b/packages/magento-cart-payment-method/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-payment-method/package.json b/packages/magento-cart-payment-method/package.json index da8a75f7e9..93e82ead8b 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": "^7.1.0-canary.43", - "@graphcommerce/framer-scroller": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cart-pickup/CHANGELOG.md index e3e2038f5b..1c6702b82c 100644 --- a/packages/magento-cart-pickup/CHANGELOG.md +++ b/packages/magento-cart-pickup/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-pickup/package.json b/packages/magento-cart-pickup/package.json index e5bdf7fb01..50685593da 100644 --- a/packages/magento-cart-pickup/package.json +++ b/packages/magento-cart-pickup/package.json @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-shipping-method": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cart-shipping-address/CHANGELOG.md index fcf5d9c50e..638a59b1ab 100644 --- a/packages/magento-cart-shipping-address/CHANGELOG.md +++ b/packages/magento-cart-shipping-address/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-shipping-address/package.json b/packages/magento-cart-shipping-address/package.json index a61f31f2a6..e791266db2 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": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cart-shipping-method/CHANGELOG.md index 5300fa164c..80264818d3 100644 --- a/packages/magento-cart-shipping-method/CHANGELOG.md +++ b/packages/magento-cart-shipping-method/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-shipping-method/package.json b/packages/magento-cart-shipping-method/package.json index b445dee046..cdea146e48 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": "^7.1.0-canary.43", - "@graphcommerce/framer-scroller": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cart/CHANGELOG.md index c97f57d5b3..7bc8564633 100644 --- a/packages/magento-cart/CHANGELOG.md +++ b/packages/magento-cart/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart/package.json b/packages/magento-cart/package.json index 53e922d42e..77933a5e34 100644 --- a/packages/magento-cart/package.json +++ b/packages/magento-cart/package.json @@ -12,20 +12,20 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/framer-next-pages": "^7.1.0-canary.43", - "@graphcommerce/framer-scroller": "^7.1.0-canary.43", - "@graphcommerce/framer-utils": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-category/CHANGELOG.md index fed4b81b67..9df09e2508 100644 --- a/packages/magento-category/CHANGELOG.md +++ b/packages/magento-category/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-category/package.json b/packages/magento-category/package.json index 94ff1a028e..1fa0171f5f 100644 --- a/packages/magento-category/package.json +++ b/packages/magento-category/package.json @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/framer-scroller": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-cms/CHANGELOG.md index f3f607c90f..7a4f2e4261 100644 --- a/packages/magento-cms/CHANGELOG.md +++ b/packages/magento-cms/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cms/package.json b/packages/magento-cms/package.json index 5f634c6832..56a56a70d8 100644 --- a/packages/magento-cms/package.json +++ b/packages/magento-cms/package.json @@ -12,11 +12,11 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-compare/CHANGELOG.md index 5ad58a1698..a0c2c787c0 100644 --- a/packages/magento-compare/CHANGELOG.md +++ b/packages/magento-compare/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-compare -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-compare/package.json b/packages/magento-compare/package.json index e5f3230126..38f989de7b 100644 --- a/packages/magento-compare/package.json +++ b/packages/magento-compare/package.json @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/framer-next-pages": "^7.1.0-canary.43", - "@graphcommerce/framer-utils": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-customer-account/CHANGELOG.md index bc6e35682e..a109d61064 100644 --- a/packages/magento-customer-account/CHANGELOG.md +++ b/packages/magento-customer-account/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-customer-account/package.json b/packages/magento-customer-account/package.json index a690b182e7..86ab99260b 100644 --- a/packages/magento-customer-account/package.json +++ b/packages/magento-customer-account/package.json @@ -12,9 +12,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43" + "@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/CHANGELOG.md b/packages/magento-customer-order/CHANGELOG.md index 443c21f3a4..37a72da6f5 100644 --- a/packages/magento-customer-order/CHANGELOG.md +++ b/packages/magento-customer-order/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-customer-order/package.json b/packages/magento-customer-order/package.json index 9b4e120b2a..3c2c042dc7 100644 --- a/packages/magento-customer-order/package.json +++ b/packages/magento-customer-order/package.json @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-customer/CHANGELOG.md index 761350f0a8..9aa1aea6ba 100644 --- a/packages/magento-customer/CHANGELOG.md +++ b/packages/magento-customer/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ### Patch Changes diff --git a/packages/magento-customer/package.json b/packages/magento-customer/package.json index a9b8f59dcc..8c91bd0563 100644 --- a/packages/magento-customer/package.json +++ b/packages/magento-customer/package.json @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/framer-utils": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-graphql/CHANGELOG.md index d76c2d2443..03f77aa58c 100644 --- a/packages/magento-graphql/CHANGELOG.md +++ b/packages/magento-graphql/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-graphql/package.json b/packages/magento-graphql/package.json index dbbacaf862..400db666ec 100644 --- a/packages/magento-graphql/package.json +++ b/packages/magento-graphql/package.json @@ -13,10 +13,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-newsletter/CHANGELOG.md index a7886fbf05..7a2d1b1e1c 100644 --- a/packages/magento-newsletter/CHANGELOG.md +++ b/packages/magento-newsletter/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-newsletter/package.json b/packages/magento-newsletter/package.json index fd771edeeb..5623244f2a 100644 --- a/packages/magento-newsletter/package.json +++ b/packages/magento-newsletter/package.json @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-pagebuilder/CHANGELOG.md index 8a74ea5424..3c4b50f35c 100644 --- a/packages/magento-pagebuilder/CHANGELOG.md +++ b/packages/magento-pagebuilder/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-pagebuilder -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-pagebuilder/package.json b/packages/magento-pagebuilder/package.json index 63a6f13397..0a4eb26807 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": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-category": "^7.1.0-canary.43", - "@graphcommerce/magento-cms": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-payment-adyen/CHANGELOG.md index 0576574cd6..6ee68195ae 100644 --- a/packages/magento-payment-adyen/CHANGELOG.md +++ b/packages/magento-payment-adyen/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-payment-adyen -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-adyen/package.json b/packages/magento-payment-adyen/package.json index 79499ed268..63534eb402 100644 --- a/packages/magento-payment-adyen/package.json +++ b/packages/magento-payment-adyen/package.json @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-payment-braintree/CHANGELOG.md index 4e7a8edf64..e5f3d16a12 100644 --- a/packages/magento-payment-braintree/CHANGELOG.md +++ b/packages/magento-payment-braintree/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-braintree/package.json b/packages/magento-payment-braintree/package.json index 4200ba133c..65ec46e45a 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": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-payment-included/CHANGELOG.md index ad96dec4e9..5162dbd2ff 100644 --- a/packages/magento-payment-included/CHANGELOG.md +++ b/packages/magento-payment-included/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-included/package.json b/packages/magento-payment-included/package.json index 2efad08bef..bc91cb267b 100644 --- a/packages/magento-payment-included/package.json +++ b/packages/magento-payment-included/package.json @@ -12,19 +12,19 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-payment-klarna/CHANGELOG.md index ad490f975d..297f2b8930 100644 --- a/packages/magento-payment-klarna/CHANGELOG.md +++ b/packages/magento-payment-klarna/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-klarna/package.json b/packages/magento-payment-klarna/package.json index df292754bf..ce58cea896 100644 --- a/packages/magento-payment-klarna/package.json +++ b/packages/magento-payment-klarna/package.json @@ -13,14 +13,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-payment-multisafepay/CHANGELOG.md index 3f331c9a1e..ff83e185d0 100644 --- a/packages/magento-payment-multisafepay/CHANGELOG.md +++ b/packages/magento-payment-multisafepay/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-payment-multisafepay -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-multisafepay/package.json b/packages/magento-payment-multisafepay/package.json index fdab359f08..f546da58a6 100644 --- a/packages/magento-payment-multisafepay/package.json +++ b/packages/magento-payment-multisafepay/package.json @@ -12,22 +12,22 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-checkout": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-payment-paypal/CHANGELOG.md index 93ef654545..28cc2f494e 100644 --- a/packages/magento-payment-paypal/CHANGELOG.md +++ b/packages/magento-payment-paypal/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-payment-paypal -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-paypal/package.json b/packages/magento-payment-paypal/package.json index bab36080c4..7051808206 100644 --- a/packages/magento-payment-paypal/package.json +++ b/packages/magento-payment-paypal/package.json @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-product-bundle/CHANGELOG.md index a4dccc5d88..44740fe28c 100644 --- a/packages/magento-product-bundle/CHANGELOG.md +++ b/packages/magento-product-bundle/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ### Minor Changes diff --git a/packages/magento-product-bundle/package.json b/packages/magento-product-bundle/package.json index c11327730b..0015d36b3b 100644 --- a/packages/magento-product-bundle/package.json +++ b/packages/magento-product-bundle/package.json @@ -12,19 +12,19 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-items": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-product-simple": "^7.1.0-canary.43", - "@graphcommerce/magento-product-virtual": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-product-configurable/CHANGELOG.md index 42ed2143d9..375f4690b4 100644 --- a/packages/magento-product-configurable/CHANGELOG.md +++ b/packages/magento-product-configurable/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ### Minor Changes diff --git a/packages/magento-product-configurable/package.json b/packages/magento-product-configurable/package.json index 734b0133dc..192538433c 100644 --- a/packages/magento-product-configurable/package.json +++ b/packages/magento-product-configurable/package.json @@ -12,22 +12,22 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-items": "^7.1.0-canary.43", - "@graphcommerce/magento-category": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-product-simple": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-product-downloadable/CHANGELOG.md index b4bfd79bbf..709b0201ac 100644 --- a/packages/magento-product-downloadable/CHANGELOG.md +++ b/packages/magento-product-downloadable/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-product-downloadable/package.json b/packages/magento-product-downloadable/package.json index 7fff3c8d68..c0e19f7974 100644 --- a/packages/magento-product-downloadable/package.json +++ b/packages/magento-product-downloadable/package.json @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-product-grouped/CHANGELOG.md index 910d22b304..8b377a0e91 100644 --- a/packages/magento-product-grouped/CHANGELOG.md +++ b/packages/magento-product-grouped/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-product-grouped/package.json b/packages/magento-product-grouped/package.json index fc9d6c19e5..bf60b01d76 100644 --- a/packages/magento-product-grouped/package.json +++ b/packages/magento-product-grouped/package.json @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-product-simple": "^7.1.0-canary.43", - "@graphcommerce/magento-product-virtual": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-product-simple/CHANGELOG.md index fed5c2ccc5..5763c99027 100644 --- a/packages/magento-product-simple/CHANGELOG.md +++ b/packages/magento-product-simple/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-product-simple/package.json b/packages/magento-product-simple/package.json index 9fd66bc28c..8fe27d17e0 100644 --- a/packages/magento-product-simple/package.json +++ b/packages/magento-product-simple/package.json @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-items": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-product-virtual/CHANGELOG.md index 18dcaab7bf..94cccb026c 100644 --- a/packages/magento-product-virtual/CHANGELOG.md +++ b/packages/magento-product-virtual/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-product-virtual/package.json b/packages/magento-product-virtual/package.json index 4f068f2d10..0a917de89a 100644 --- a/packages/magento-product-virtual/package.json +++ b/packages/magento-product-virtual/package.json @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-items": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-product/CHANGELOG.md index 7a67e81c40..72d2fe0562 100644 --- a/packages/magento-product/CHANGELOG.md +++ b/packages/magento-product/CHANGELOG.md @@ -1,13 +1,5 @@ # Change Log -## 7.1.0-canary.43 - -### Patch Changes - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`0d2cb22a5`](https://github.com/graphcommerce-org/graphcommerce/commit/0d2cb22a58451d40102981263209aacb93016c76) - Removed unwanted space below ProductListItem images caused by line-height. Images are now perfectly square as expected. ([@bramvanderholst](https://github.com/bramvanderholst)) - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`5f4455b1c`](https://github.com/graphcommerce-org/graphcommerce/commit/5f4455b1cccddf1501f0279e5ca2d9277a07ff07) - Added Skeleton render type to productListRenderer ([@bramvanderholst](https://github.com/bramvanderholst)) - ## 7.1.0-canary.38 ### Minor Changes diff --git a/packages/magento-product/package.json b/packages/magento-product/package.json index d9dbba10aa..c10d4713c4 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": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/framer-next-pages": "^7.1.0-canary.43", - "@graphcommerce/framer-scroller": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-recently-viewed-products/CHANGELOG.md deleted file mode 100644 index 6896e982ce..0000000000 --- a/packages/magento-recently-viewed-products/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# @graphcommerce/magento-recently-viewed-products - -## 7.1.0-canary.43 - -### Minor Changes - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`e661106d4`](https://github.com/graphcommerce-org/graphcommerce/commit/e661106d45e51c617533f19b397a812e22b6fc82) - Added recently viewed products hook and render component ([@bramvanderholst](https://github.com/bramvanderholst)) diff --git a/packages/magento-recently-viewed-products/package.json b/packages/magento-recently-viewed-products/package.json index 04fc577e14..cd223692f8 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": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.43", - "@graphcommerce/next-config": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-review/CHANGELOG.md index 3a69aaf27f..1e58ff1f03 100644 --- a/packages/magento-review/CHANGELOG.md +++ b/packages/magento-review/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-review/package.json b/packages/magento-review/package.json index d98ad1c7df..296fe37564 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": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-search/CHANGELOG.md index 29730ea990..9a7b721bae 100644 --- a/packages/magento-search/CHANGELOG.md +++ b/packages/magento-search/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-search/package.json b/packages/magento-search/package.json index c677d1e86d..3f0676fd84 100644 --- a/packages/magento-search/package.json +++ b/packages/magento-search/package.json @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-store/CHANGELOG.md index 1749165908..b2958ff627 100644 --- a/packages/magento-store/CHANGELOG.md +++ b/packages/magento-store/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-store/package.json b/packages/magento-store/package.json index 1e6b0b183b..45ab2a2dee 100644 --- a/packages/magento-store/package.json +++ b/packages/magento-store/package.json @@ -12,13 +12,13 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/magento-wishlist/CHANGELOG.md index 42672cfc21..c51f9328eb 100644 --- a/packages/magento-wishlist/CHANGELOG.md +++ b/packages/magento-wishlist/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-wishlist -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ### Minor Changes diff --git a/packages/magento-wishlist/package.json b/packages/magento-wishlist/package.json index f099770dab..e024be9552 100644 --- a/packages/magento-wishlist/package.json +++ b/packages/magento-wishlist/package.json @@ -13,20 +13,20 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-customer": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-config": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/mollie-magento-payment/CHANGELOG.md index 76d707da09..5affba912c 100644 --- a/packages/mollie-magento-payment/CHANGELOG.md +++ b/packages/mollie-magento-payment/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/mollie-magento-payment/package.json b/packages/mollie-magento-payment/package.json index 77bb5a3c81..76a4aecfbe 100644 --- a/packages/mollie-magento-payment/package.json +++ b/packages/mollie-magento-payment/package.json @@ -12,21 +12,21 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.43", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/graphql": "^7.1.0-canary.43", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/magento-cart": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.43", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.43", - "@graphcommerce/magento-product": "^7.1.0-canary.43", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.43", - "@graphcommerce/magento-store": "^7.1.0-canary.43", - "@graphcommerce/next-ui": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/react-hook-form": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/next-ui/CHANGELOG.md index 902f31c9d8..b08a244c6b 100644 --- a/packages/next-ui/CHANGELOG.md +++ b/packages/next-ui/CHANGELOG.md @@ -1,11 +1,5 @@ # Change Log -## 7.1.0-canary.43 - -### Patch Changes - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`727d1004d`](https://github.com/graphcommerce-org/graphcommerce/commit/727d1004dfcb7dddf6e35b6b157a34491bb05cc6) - Fixed ItemScroller component className. Changed from SidebarSlider to ItemScroller ([@bramvanderholst](https://github.com/bramvanderholst)) - ## 7.1.0-canary.38 ### Patch Changes diff --git a/packages/next-ui/package.json b/packages/next-ui/package.json index 575e3963fd..69c71a76e7 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": "^7.1.0-canary.43", - "@graphcommerce/framer-next-pages": "^7.1.0-canary.43", - "@graphcommerce/framer-scroller": "^7.1.0-canary.43", - "@graphcommerce/framer-utils": "^7.1.0-canary.43", - "@graphcommerce/image": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packages/react-hook-form/CHANGELOG.md index 76c3491c3c..eed460a300 100644 --- a/packages/react-hook-form/CHANGELOG.md +++ b/packages/react-hook-form/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/react-hook-form/package.json b/packages/react-hook-form/package.json index 20e714779c..6c1722da44 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": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/browserslist-config/CHANGELOG.md b/packagesDev/browserslist-config/CHANGELOG.md index ddb767ecbb..3a92996521 100644 --- a/packagesDev/browserslist-config/CHANGELOG.md +++ b/packagesDev/browserslist-config/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/changeset-changelog/CHANGELOG.md b/packagesDev/changeset-changelog/CHANGELOG.md index 264e28e282..bccebb159c 100644 --- a/packagesDev/changeset-changelog/CHANGELOG.md +++ b/packagesDev/changeset-changelog/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/changeset-changelog -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/eslint-config/CHANGELOG.md b/packagesDev/eslint-config/CHANGELOG.md index 4dd9033b87..1d22a0759b 100644 --- a/packagesDev/eslint-config/CHANGELOG.md +++ b/packagesDev/eslint-config/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md b/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md index 36bd36f069..039e996423 100644 --- a/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md +++ b/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md @@ -1,11 +1,5 @@ # Change Log -## 7.1.0-canary.43 - -### Patch Changes - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`2e46389ed`](https://github.com/graphcommerce-org/graphcommerce/commit/2e46389edcd506c490cd7273be384e5c42df4a9e) - Render framework/config.md more nicely, so that we follow a more typescript-esque style, inline enums. ([@bramvanderholst](https://github.com/bramvanderholst)) - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/graphql-codegen-markdown-docs/package.json b/packagesDev/graphql-codegen-markdown-docs/package.json index fef596e765..f13c0eccf0 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": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packagesDev/graphql-codegen-near-operation-file/CHANGELOG.md index 9ce055e8a7..70540aa770 100644 --- a/packagesDev/graphql-codegen-near-operation-file/CHANGELOG.md +++ b/packagesDev/graphql-codegen-near-operation-file/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/graphql-codegen-near-operation-file/package.json b/packagesDev/graphql-codegen-near-operation-file/package.json index ae799b5d88..ff3a1ccc3c 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": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.43", + "@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/CHANGELOG.md b/packagesDev/graphql-codegen-relay-optimizer-plugin/CHANGELOG.md index 5a02e0e39e..bb8c108ac1 100644 --- a/packagesDev/graphql-codegen-relay-optimizer-plugin/CHANGELOG.md +++ b/packagesDev/graphql-codegen-relay-optimizer-plugin/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json b/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json index 6f3644270a..4562d5cfaa 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": "^7.1.0-canary.43", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.43", + "@graphcommerce/eslint-config-pwa": "^7", + "@graphcommerce/prettier-config-pwa": "^7", "graphql": "^16.7.1" }, "prettier": "@graphcommerce/prettier-config-pwa", diff --git a/packagesDev/next-config/CHANGELOG.md b/packagesDev/next-config/CHANGELOG.md index 4cc02ae953..44f22ef1f3 100644 --- a/packagesDev/next-config/CHANGELOG.md +++ b/packagesDev/next-config/CHANGELOG.md @@ -1,17 +1,5 @@ # Change Log -## 7.1.0-canary.43 - -### Minor Changes - -- [#2113](https://github.com/graphcommerce-org/graphcommerce/pull/2113) [`437f467ce`](https://github.com/graphcommerce-org/graphcommerce/commit/437f467ce1bd9182954be753f1ce17056ab62e85) - Upgraded to yarn 4 package manager ([@paales](https://github.com/paales)) - -### Patch Changes - -- [#2113](https://github.com/graphcommerce-org/graphcommerce/pull/2113) [`630618219`](https://github.com/graphcommerce-org/graphcommerce/commit/6306182196321bdab509a8dcfe09eb00da10303a) - Moved all internal @graphcommerce/\* dependencies to peerDependencies and resolve remaining peerDependency issues ([@paales](https://github.com/paales)) - -- [#2113](https://github.com/graphcommerce-org/graphcommerce/pull/2113) [`77b1bac4d`](https://github.com/graphcommerce-org/graphcommerce/commit/77b1bac4db9c903a29c3969823da663875408be0) - Upgraded to nextjs 14.0.2, and updated other related dependencies. Removed @mui/material/modern alias as that doesnt work in combination with nextjs 14.0.2. ([@paales](https://github.com/paales)) - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/prettier-config/CHANGELOG.md b/packagesDev/prettier-config/CHANGELOG.md index 007a726ad1..0df8dc3dfd 100644 --- a/packagesDev/prettier-config/CHANGELOG.md +++ b/packagesDev/prettier-config/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/typescript-config/CHANGELOG.md b/packagesDev/typescript-config/CHANGELOG.md index 7c8f2babc7..09f5bcdf17 100644 --- a/packagesDev/typescript-config/CHANGELOG.md +++ b/packagesDev/typescript-config/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.43 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/yarn.lock b/yarn.lock index 3a3ad994b1..099b6a6c90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2519,14 +2519,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/address-fields-nl@workspace:packages/address-fields-nl" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2544,17 +2544,17 @@ __metadata: algoliasearch: "npm:^4.20.0" react-instantsearch-hooks-web: "npm:^6.47.3" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-search": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-config": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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": ^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 @@ -2598,11 +2598,11 @@ __metadata: rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/hygraph-cli": ^7.1.0-canary.43 - "@graphcommerce/next-config": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2622,14 +2622,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/demo-magento-graphcommerce@workspace:packages/demo-magento-graphcommerce" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-scroller": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.43 - "@graphcommerce/magento-recently-viewed-products": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2642,7 +2642,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/docs@workspace:docs" peerDependencies: - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 + "@graphcommerce/prettier-config-pwa": ^7 languageName: unknown linkType: soft @@ -2650,12 +2650,12 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/ecommerce-ui@workspace:packages/ecommerce-ui" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2731,10 +2731,10 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/framer-next-pages@workspace:packages/framer-next-pages" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-utils": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2788,11 +2788,11 @@ __metadata: dependencies: popmotion: "npm:11.0.5" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-utils": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2809,9 +2809,9 @@ __metadata: dependencies: framesync: "npm:^6.1.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2824,16 +2824,16 @@ __metadata: dependencies: "@types/gtag.js": "npm:^0.0.18" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-shipping-method": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/next-config": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2847,11 +2847,11 @@ __metadata: dependencies: "@types/grecaptcha": "npm:^3.0.7" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2865,11 +2865,11 @@ __metadata: dependencies: "@types/gapi.client.tagmanager": "npm:^2.0.4" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2880,12 +2880,12 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/graphcms-ui@workspace:packages/hygraph-ui" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -2904,9 +2904,9 @@ __metadata: "@types/parse-filepath": "npm:^1.0.2" parse-filepath: "npm:^1.0.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@graphcommerce/eslint-config-pwa": ^7 + "@graphcommerce/prettier-config-pwa": ^7 + "@graphcommerce/typescript-config-pwa": ^7 graphql: ^16.7.1 languageName: unknown linkType: soft @@ -2922,9 +2922,9 @@ __metadata: "@types/parse-filepath": "npm:^1.0.2" parse-filepath: "npm:^1.0.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@graphcommerce/eslint-config-pwa": ^7 + "@graphcommerce/prettier-config-pwa": ^7 + "@graphcommerce/typescript-config-pwa": ^7 graphql: ^16.7.1 languageName: unknown linkType: soft @@ -2943,8 +2943,8 @@ __metadata: ts-jest: "npm:29.1.1" typescript: "npm:5.2.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 + "@graphcommerce/eslint-config-pwa": ^7 + "@graphcommerce/prettier-config-pwa": ^7 graphql: ^16.7.1 languageName: unknown linkType: soft @@ -2971,9 +2971,9 @@ __metadata: typescript: "npm:5.2.2" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@graphcommerce/eslint-config-pwa": ^7 + "@graphcommerce/prettier-config-pwa": ^7 + "@graphcommerce/typescript-config-pwa": ^7 graphql: ^16.7.1 languageName: unknown linkType: soft @@ -2996,9 +2996,9 @@ __metadata: apollo3-cache-persist: "npm:^0.14.1" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3017,10 +3017,10 @@ __metadata: typescript: "npm:5.2.2" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/next-config": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 languageName: unknown @@ -3030,13 +3030,13 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/hygraph-dynamic-rows@workspace:packages/hygraph-dynamic-rows" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphcms-ui": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3088,10 +3088,10 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/image@workspace:packages/image" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-utils": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3103,9 +3103,9 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/lighthouse@workspace:packages/lighthouse" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@graphcommerce/eslint-config-pwa": ^7 + "@graphcommerce/prettier-config-pwa": ^7 + "@graphcommerce/typescript-config-pwa": ^7 next: ^14 languageName: unknown linkType: soft @@ -3116,11 +3116,11 @@ __metadata: dependencies: "@lingui/conf": "npm:^4.5.0" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/next-config": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3134,17 +3134,17 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-billing-address@workspace:packages/magento-cart-billing-address" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-next-pages": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3160,18 +3160,18 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-checkout@workspace:packages/magento-cart-checkout" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-coupon": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-items": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3187,15 +3187,15 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-coupon@workspace:packages/magento-cart-coupon" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3211,18 +3211,18 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-email@workspace:packages/magento-cart-email" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3238,17 +3238,17 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-items@workspace:packages/magento-cart-items" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3264,17 +3264,17 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-payment-method@workspace:packages/magento-cart-payment-method" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-scroller": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3290,18 +3290,18 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-pickup@workspace:packages/magento-cart-pickup" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-shipping-method": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3317,16 +3317,16 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-shipping-address@workspace:packages/magento-cart-shipping-address" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3342,17 +3342,17 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-shipping-method@workspace:packages/magento-cart-shipping-method" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-scroller": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3368,20 +3368,20 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart@workspace:packages/magento-cart" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-next-pages": ^7.1.0-canary.43 - "@graphcommerce/framer-scroller": ^7.1.0-canary.43 - "@graphcommerce/framer-utils": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3397,15 +3397,15 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-category@workspace:packages/magento-category" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-scroller": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3420,11 +3420,11 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cms@workspace:packages/magento-cms" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3439,16 +3439,16 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-compare@workspace:packages/magento-compare" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-next-pages": ^7.1.0-canary.43 - "@graphcommerce/framer-utils": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3465,10 +3465,10 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-customer-account@workspace:packages/magento-customer-account" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@graphcommerce/eslint-config-pwa": ^7 + "@graphcommerce/magento-customer": ^7 + "@graphcommerce/prettier-config-pwa": ^7 + "@graphcommerce/typescript-config-pwa": ^7 languageName: unknown linkType: soft @@ -3476,16 +3476,16 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-customer-order@workspace:packages/magento-customer-order" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3501,18 +3501,18 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-customer@workspace:packages/magento-customer" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-utils": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3620,10 +3620,10 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-graphql@workspace:packages/magento-graphql" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3634,15 +3634,15 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-newsletter@workspace:packages/magento-newsletter" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3661,15 +3661,15 @@ __metadata: "@types/jsdom": "npm:^21.1.5" jsdom: "npm:^22.1.0" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-category": ^7.1.0-canary.43 - "@graphcommerce/magento-cms": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3685,18 +3685,18 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-adyen@workspace:packages/magento-payment-adyen" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3714,19 +3714,19 @@ __metadata: "@types/braintree-web": "npm:^3.96.9" braintree-web: "npm:^3.97.3" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3742,19 +3742,19 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-included@workspace:packages/magento-payment-included" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3770,14 +3770,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-klarna@workspace:packages/magento-payment-klarna" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3793,22 +3793,22 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-multisafepay@workspace:packages/magento-payment-multisafepay" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-checkout": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3823,16 +3823,16 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-paypal@workspace:packages/magento-payment-paypal" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3848,19 +3848,19 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-bundle@workspace:packages/magento-product-bundle" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-items": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-product-simple": ^7.1.0-canary.43 - "@graphcommerce/magento-product-virtual": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3875,22 +3875,22 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-configurable@workspace:packages/magento-product-configurable" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-items": ^7.1.0-canary.43 - "@graphcommerce/magento-category": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-product-simple": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3906,14 +3906,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-downloadable@workspace:packages/magento-product-downloadable" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3927,14 +3927,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-grouped@workspace:packages/magento-product-grouped" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-product-simple": ^7.1.0-canary.43 - "@graphcommerce/magento-product-virtual": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3948,14 +3948,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-simple@workspace:packages/magento-product-simple" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-items": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3969,14 +3969,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-virtual@workspace:packages/magento-product-virtual" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-items": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -3993,18 +3993,18 @@ __metadata: schema-dts: "npm:^1.1.2" typescript: "npm:5.2.2" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-next-pages": ^7.1.0-canary.43 - "@graphcommerce/framer-scroller": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -4020,16 +4020,16 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-recently-viewed-products@workspace:packages/magento-recently-viewed-products" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.43 - "@graphcommerce/next-config": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -4045,17 +4045,17 @@ __metadata: schema-dts: "npm:^1.1.2" typescript: "npm:5.2.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -4070,15 +4070,15 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-search@workspace:packages/magento-search" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -4093,13 +4093,13 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-store@workspace:packages/magento-store" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -4114,20 +4114,20 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-wishlist@workspace:packages/magento-wishlist" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-customer": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-config": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -4143,21 +4143,21 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/mollie-magento-payment@workspace:packages/mollie-magento-payment" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.43 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/graphql": ^7.1.0-canary.43 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/magento-cart": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.43 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.43 - "@graphcommerce/magento-product": ^7.1.0-canary.43 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.43 - "@graphcommerce/magento-store": ^7.1.0-canary.43 - "@graphcommerce/next-ui": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/react-hook-form": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -4208,13 +4208,13 @@ __metadata: schema-dts: "npm:^1.1.2" typescript: "npm:5.2.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/framer-next-pages": ^7.1.0-canary.43 - "@graphcommerce/framer-scroller": ^7.1.0-canary.43 - "@graphcommerce/framer-utils": ^7.1.0-canary.43 - "@graphcommerce/image": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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 @@ -4244,9 +4244,9 @@ __metadata: "@testing-library/react": "npm:^14.1.0" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.43 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.43 + "@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