@graphcommerce/magento-newsletter 6.2.0-canary.87 → 6.2.0-canary.89

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.89
4
+
5
+ ## 6.2.0-canary.88
6
+
3
7
  ## 6.2.0-canary.87
4
8
 
5
9
  ## 6.2.0-canary.86
@@ -6,6 +6,7 @@ import {
6
6
  FormControl,
7
7
  FormControlLabel,
8
8
  FormHelperText,
9
+ // eslint-disable-next-line @typescript-eslint/no-restricted-imports
9
10
  Switch,
10
11
  SwitchProps,
11
12
  SxProps,
@@ -6,6 +6,7 @@ import {
6
6
  FormControl,
7
7
  FormControlLabel,
8
8
  FormHelperText,
9
+ // eslint-disable-next-line @typescript-eslint/no-restricted-imports
9
10
  Switch,
10
11
  SwitchProps,
11
12
  SxProps,
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.87",
5
+ "version": "6.2.0-canary.89",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.2.0-canary.87",
16
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.87",
17
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.87"
15
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.89",
16
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.89",
17
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.89"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/ecommerce-ui": "6.2.0-canary.87",
21
- "@graphcommerce/graphql": "6.2.0-canary.87",
22
- "@graphcommerce/magento-cart": "6.2.0-canary.87",
23
- "@graphcommerce/magento-customer": "6.2.0-canary.87",
24
- "@graphcommerce/next-ui": "6.2.0-canary.87",
25
- "@graphcommerce/react-hook-form": "6.2.0-canary.87"
20
+ "@graphcommerce/ecommerce-ui": "6.2.0-canary.89",
21
+ "@graphcommerce/graphql": "6.2.0-canary.89",
22
+ "@graphcommerce/magento-cart": "6.2.0-canary.89",
23
+ "@graphcommerce/magento-customer": "6.2.0-canary.89",
24
+ "@graphcommerce/next-ui": "6.2.0-canary.89",
25
+ "@graphcommerce/react-hook-form": "6.2.0-canary.89"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@lingui/react": "^4.2.1",