@graphcommerce/magento-newsletter 7.1.0-canary.38 → 7.1.0-canary.39

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