diff --git a/.changeset/tall-stingrays-serve.md b/.changeset/tall-stingrays-serve.md new file mode 100644 index 0000000000..6163e5efc0 --- /dev/null +++ b/.changeset/tall-stingrays-serve.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/next-config': patch +--- + +Solve peer dependency issues for webpack and framer-motion diff --git a/packages/demo-magento-graphcommerce/package.json b/packages/demo-magento-graphcommerce/package.json index 403a620546..2a0781fb8a 100644 --- a/packages/demo-magento-graphcommerce/package.json +++ b/packages/demo-magento-graphcommerce/package.json @@ -24,7 +24,7 @@ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.101", "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.101", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/ecommerce-ui/package.json b/packages/ecommerce-ui/package.json index 817a2aefb3..2555fd0ac2 100644 --- a/packages/ecommerce-ui/package.json +++ b/packages/ecommerce-ui/package.json @@ -22,7 +22,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/framer-next-pages/package.json b/packages/framer-next-pages/package.json index 276dcfdf9e..395d254431 100644 --- a/packages/framer-next-pages/package.json +++ b/packages/framer-next-pages/package.json @@ -16,7 +16,7 @@ "@graphcommerce/framer-utils": "^9.0.0-canary.101", "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.101", "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.101", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/framer-scroller/package.json b/packages/framer-scroller/package.json index 214dccabeb..a968faccec 100644 --- a/packages/framer-scroller/package.json +++ b/packages/framer-scroller/package.json @@ -26,7 +26,7 @@ "@lingui/core": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/framer-utils/package.json b/packages/framer-utils/package.json index afd4bbc73e..73fc3fa0ca 100644 --- a/packages/framer-utils/package.json +++ b/packages/framer-utils/package.json @@ -18,7 +18,7 @@ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.101", "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.101", "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.101", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/magento-cart-billing-address/package.json b/packages/magento-cart-billing-address/package.json index 60ea0a41d8..16cf19db99 100644 --- a/packages/magento-cart-billing-address/package.json +++ b/packages/magento-cart-billing-address/package.json @@ -29,7 +29,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-cart-checkout/package.json b/packages/magento-cart-checkout/package.json index f6b63031d5..7434ebf6c6 100644 --- a/packages/magento-cart-checkout/package.json +++ b/packages/magento-cart-checkout/package.json @@ -28,7 +28,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-cart-coupon/package.json b/packages/magento-cart-coupon/package.json index b398ecb775..2cb54cdce7 100644 --- a/packages/magento-cart-coupon/package.json +++ b/packages/magento-cart-coupon/package.json @@ -26,7 +26,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-cart-email/package.json b/packages/magento-cart-email/package.json index 4cc10d54f4..bd7c8aafeb 100644 --- a/packages/magento-cart-email/package.json +++ b/packages/magento-cart-email/package.json @@ -28,7 +28,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-cart-items/package.json b/packages/magento-cart-items/package.json index f7e4d468f6..036b0c162a 100644 --- a/packages/magento-cart-items/package.json +++ b/packages/magento-cart-items/package.json @@ -28,7 +28,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-cart-payment-method/package.json b/packages/magento-cart-payment-method/package.json index 7b072d03d9..f7529220ea 100644 --- a/packages/magento-cart-payment-method/package.json +++ b/packages/magento-cart-payment-method/package.json @@ -28,7 +28,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-cart-pickup/package.json b/packages/magento-cart-pickup/package.json index 81243e48f8..9d9f7ee469 100644 --- a/packages/magento-cart-pickup/package.json +++ b/packages/magento-cart-pickup/package.json @@ -28,7 +28,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-cart-shipping-address/package.json b/packages/magento-cart-shipping-address/package.json index 319effa646..e35e158dbf 100644 --- a/packages/magento-cart-shipping-address/package.json +++ b/packages/magento-cart-shipping-address/package.json @@ -27,7 +27,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-cart-shipping-method/package.json b/packages/magento-cart-shipping-method/package.json index 7aad33ac05..dac202b4e3 100644 --- a/packages/magento-cart-shipping-method/package.json +++ b/packages/magento-cart-shipping-method/package.json @@ -28,7 +28,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-cart/package.json b/packages/magento-cart/package.json index ab92f804c2..b2ef06297d 100644 --- a/packages/magento-cart/package.json +++ b/packages/magento-cart/package.json @@ -30,7 +30,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "graphql": "^16.0.0", "next": "*", "react": "^18.2.0", diff --git a/packages/magento-compare/package.json b/packages/magento-compare/package.json index 69b932769b..411e194442 100644 --- a/packages/magento-compare/package.json +++ b/packages/magento-compare/package.json @@ -26,7 +26,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "graphql": "^16.0.0", "next": "*", "react": "^18.2.0", diff --git a/packages/magento-customer-order/package.json b/packages/magento-customer-order/package.json index ec8984878c..603d969876 100644 --- a/packages/magento-customer-order/package.json +++ b/packages/magento-customer-order/package.json @@ -26,7 +26,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-customer/package.json b/packages/magento-customer/package.json index ecbd342052..24603a3c62 100644 --- a/packages/magento-customer/package.json +++ b/packages/magento-customer/package.json @@ -29,7 +29,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "graphql": "^16.0.0", "next": "*", "react": "^18.2.0", diff --git a/packages/magento-newsletter/package.json b/packages/magento-newsletter/package.json index 00dc135f1f..7780c1dae0 100644 --- a/packages/magento-newsletter/package.json +++ b/packages/magento-newsletter/package.json @@ -25,7 +25,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-pagebuilder/package.json b/packages/magento-pagebuilder/package.json index c997f40456..77b333de57 100644 --- a/packages/magento-pagebuilder/package.json +++ b/packages/magento-pagebuilder/package.json @@ -31,7 +31,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-payment-braintree/package.json b/packages/magento-payment-braintree/package.json index ed4db2e452..468ce28c62 100644 --- a/packages/magento-payment-braintree/package.json +++ b/packages/magento-payment-braintree/package.json @@ -35,7 +35,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-payment-included/package.json b/packages/magento-payment-included/package.json index 826f740a03..287f50ee56 100644 --- a/packages/magento-payment-included/package.json +++ b/packages/magento-payment-included/package.json @@ -30,7 +30,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-payment-klarna/package.json b/packages/magento-payment-klarna/package.json index 5f0e44a4dc..c848da2a18 100644 --- a/packages/magento-payment-klarna/package.json +++ b/packages/magento-payment-klarna/package.json @@ -25,7 +25,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-payment-paypal/package.json b/packages/magento-payment-paypal/package.json index f776dfb7fe..5d297e1345 100644 --- a/packages/magento-payment-paypal/package.json +++ b/packages/magento-payment-paypal/package.json @@ -26,7 +26,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-product-configurable/package.json b/packages/magento-product-configurable/package.json index 80cec856ca..59385f25f5 100644 --- a/packages/magento-product-configurable/package.json +++ b/packages/magento-product-configurable/package.json @@ -33,7 +33,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-product/package.json b/packages/magento-product/package.json index c7f062bc67..2e8173f3b6 100644 --- a/packages/magento-product/package.json +++ b/packages/magento-product/package.json @@ -34,7 +34,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-recently-viewed-products/package.json b/packages/magento-recently-viewed-products/package.json index 68cd52f58a..815cef7a78 100644 --- a/packages/magento-recently-viewed-products/package.json +++ b/packages/magento-recently-viewed-products/package.json @@ -23,7 +23,7 @@ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.101", "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.101", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-wishlist/package.json b/packages/magento-wishlist/package.json index dad7f667b4..efaa91a705 100644 --- a/packages/magento-wishlist/package.json +++ b/packages/magento-wishlist/package.json @@ -31,7 +31,7 @@ "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/next-ui/package.json b/packages/next-ui/package.json index 3eb1fe4a9d..02c2d4d6cb 100644 --- a/packages/next-ui/package.json +++ b/packages/next-ui/package.json @@ -38,7 +38,7 @@ "@lingui/react": "^4.2.1", "@mui/lab": "^5.0.0-alpha.68", "@mui/material": "^5.10.16", - "framer-motion": "^10.0.0", + "framer-motion": "^11.0.0", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packagesDev/next-config/package.json b/packagesDev/next-config/package.json index 3466769053..b035acd073 100644 --- a/packagesDev/next-config/package.json +++ b/packagesDev/next-config/package.json @@ -34,6 +34,6 @@ "@lingui/macro": "^4.2.1", "graphql": "^16", "next": "*", - "webpack": "~5.92.1" + "webpack": "~5.93.0" } } diff --git a/yarn.lock b/yarn.lock index 1141ce6478..06b0fcafee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2924,7 +2924,7 @@ __metadata: "@graphcommerce/prettier-config-pwa": ^9.0.0-canary.101 "@graphcommerce/typescript-config-pwa": ^9.0.0-canary.101 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -2953,7 +2953,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3026,7 +3026,7 @@ __metadata: "@graphcommerce/framer-utils": ^9.0.0-canary.101 "@graphcommerce/prettier-config-pwa": ^9.0.0-canary.101 "@graphcommerce/typescript-config-pwa": ^9.0.0-canary.101 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3087,7 +3087,7 @@ __metadata: "@lingui/core": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3103,7 +3103,7 @@ __metadata: "@graphcommerce/eslint-config-pwa": ^9.0.0-canary.101 "@graphcommerce/prettier-config-pwa": ^9.0.0-canary.101 "@graphcommerce/typescript-config-pwa": ^9.0.0-canary.101 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 react: ^18.2.0 react-dom: ^18.2.0 languageName: unknown @@ -3521,7 +3521,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3548,7 +3548,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3573,7 +3573,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3600,7 +3600,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3629,7 +3629,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3656,7 +3656,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3683,7 +3683,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3709,7 +3709,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3736,7 +3736,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3765,7 +3765,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 graphql: ^16.0.0 next: "*" react: ^18.2.0 @@ -3832,7 +3832,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 graphql: ^16.0.0 next: "*" react: ^18.2.0 @@ -3869,7 +3869,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -3897,7 +3897,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 graphql: ^16.0.0 next: "*" react: ^18.2.0 @@ -4047,7 +4047,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -4074,7 +4074,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -4131,7 +4131,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -4160,7 +4160,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -4183,7 +4183,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -4238,7 +4238,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -4297,7 +4297,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -4417,7 +4417,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -4439,7 +4439,7 @@ __metadata: "@graphcommerce/prettier-config-pwa": ^9.0.0-canary.101 "@graphcommerce/typescript-config-pwa": ^9.0.0-canary.101 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -4542,7 +4542,7 @@ __metadata: "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0 @@ -4601,7 +4601,7 @@ __metadata: "@lingui/macro": ^4.2.1 graphql: ^16 next: "*" - webpack: ~5.92.1 + webpack: ~5.93.0 languageName: unknown linkType: soft @@ -4632,7 +4632,7 @@ __metadata: "@lingui/react": ^4.2.1 "@mui/lab": ^5.0.0-alpha.68 "@mui/material": ^5.10.16 - framer-motion: ^10.0.0 + framer-motion: ^11.0.0 next: "*" react: ^18.2.0 react-dom: ^18.2.0