@graphcommerce/magento-newsletter 7.1.0-canary.42 → 7.1.0-canary.44

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 +1 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- ## 7.1.0-canary.42
3
+ ## 7.1.0-canary.44
4
4
 
5
5
  ## 7.1.0-canary.38
6
6
 
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": "7.1.0-canary.42",
5
+ "version": "7.1.0-canary.44",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,21 +12,21 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "7.1.0-canary.42",
16
- "@graphcommerce/eslint-config-pwa": "7.1.0-canary.42",
17
- "@graphcommerce/graphql": "7.1.0-canary.42",
18
- "@graphcommerce/magento-cart": "7.1.0-canary.42",
19
- "@graphcommerce/magento-customer": "7.1.0-canary.42",
20
- "@graphcommerce/next-ui": "7.1.0-canary.42",
21
- "@graphcommerce/prettier-config-pwa": "7.1.0-canary.42",
22
- "@graphcommerce/react-hook-form": "7.1.0-canary.42",
23
- "@graphcommerce/typescript-config-pwa": "7.1.0-canary.42",
15
+ "@graphcommerce/ecommerce-ui": "^7.1.0-canary.44",
16
+ "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.44",
17
+ "@graphcommerce/graphql": "^7.1.0-canary.44",
18
+ "@graphcommerce/magento-cart": "^7.1.0-canary.44",
19
+ "@graphcommerce/magento-customer": "^7.1.0-canary.44",
20
+ "@graphcommerce/next-ui": "^7.1.0-canary.44",
21
+ "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.44",
22
+ "@graphcommerce/react-hook-form": "^7.1.0-canary.44",
23
+ "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.44",
24
24
  "@lingui/core": "^4.2.1",
25
25
  "@lingui/macro": "^4.2.1",
26
26
  "@lingui/react": "^4.2.1",
27
27
  "@mui/material": "^5.10.16",
28
28
  "framer-motion": "^10.0.0",
29
- "next": "*",
29
+ "next": "^14",
30
30
  "react": "^18.2.0",
31
31
  "react-dom": "^18.2.0"
32
32
  }