@graphcommerce/magento-newsletter 6.2.0-canary.40 → 6.2.0-canary.41

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.41
4
+
3
5
  ## 6.2.0-canary.40
4
6
 
5
7
  ## 6.2.0-canary.39
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-newsletter",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "6.2.0-canary.40",
5
+ "version": "6.2.0-canary.41",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,20 +12,21 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.2.0-canary.40",
16
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.40",
17
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.40"
15
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.41",
16
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.41",
17
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.41"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/graphql": "6.2.0-canary.40",
21
- "@graphcommerce/magento-cart": "6.2.0-canary.40",
22
- "@graphcommerce/magento-customer": "6.2.0-canary.40",
23
- "@graphcommerce/next-ui": "6.2.0-canary.40",
24
- "@graphcommerce/react-hook-form": "6.2.0-canary.40"
20
+ "@graphcommerce/graphql": "6.2.0-canary.41",
21
+ "@graphcommerce/magento-cart": "6.2.0-canary.41",
22
+ "@graphcommerce/magento-customer": "6.2.0-canary.41",
23
+ "@graphcommerce/next-ui": "6.2.0-canary.41",
24
+ "@graphcommerce/react-hook-form": "6.2.0-canary.41"
25
25
  },
26
26
  "peerDependencies": {
27
- "@lingui/react": "^3.13.2",
28
- "@lingui/core": "^3.13.2",
27
+ "@lingui/react": "^4.2.1",
28
+ "@lingui/core": "^4.2.1",
29
+ "@lingui/macro": "^4.2.1",
29
30
  "@mui/material": "^5.10.16",
30
31
  "framer-motion": "^10.0.0",
31
32
  "next": "^13.2.0",