@graphcommerce/magento-newsletter 1.1.47 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,65 +1,114 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
8
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
|
|
9
|
+
Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
|
|
10
|
+
`dependencies` to `peerDependencies`. The result of this is that there will be significantly less
|
|
11
|
+
duplicate packages in the node_modules folders.
|
|
12
|
+
|
|
13
|
+
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
14
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
|
|
15
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to
|
|
16
|
+
[NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
|
|
17
|
+
implementing
|
|
18
|
+
[On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
|
|
19
|
+
soon.
|
|
20
|
+
|
|
21
|
+
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
|
|
22
|
+
frontend to be able to revalidate pages manually.
|
|
23
|
+
|
|
24
|
+
* Updated dependencies
|
|
25
|
+
[[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
|
|
26
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
|
|
27
|
+
[`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
|
|
28
|
+
[`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
|
|
29
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
|
|
30
|
+
[`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
|
|
31
|
+
- @graphcommerce/magento-cart@4.1.1
|
|
32
|
+
- @graphcommerce/magento-customer@4.1.1
|
|
33
|
+
- @graphcommerce/next-ui@4.1.1
|
|
34
|
+
- @graphcommerce/react-hook-form@3.0.2
|
|
35
|
+
- @graphcommerce/graphql@3.0.2
|
|
36
|
+
|
|
37
|
+
## 2.0.1
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
42
|
+
Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
|
|
43
|
+
so that the packages link to back to the website and repository
|
|
44
|
+
- Updated dependencies
|
|
45
|
+
[[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
|
|
46
|
+
- @graphcommerce/graphql@3.0.1
|
|
47
|
+
- @graphcommerce/magento-cart@4.0.1
|
|
48
|
+
- @graphcommerce/magento-customer@4.0.1
|
|
49
|
+
- @graphcommerce/next-ui@4.0.1
|
|
50
|
+
- @graphcommerce/react-hook-form@3.0.1
|
|
51
|
+
|
|
52
|
+
## 2.0.0
|
|
53
|
+
|
|
54
|
+
### Major Changes
|
|
55
|
+
|
|
56
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
57
|
+
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
58
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- Updated dependencies
|
|
63
|
+
[[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
64
|
+
- @graphcommerce/graphql@3.0.0
|
|
65
|
+
- @graphcommerce/magento-cart@4.0.0
|
|
66
|
+
- @graphcommerce/magento-customer@4.0.0
|
|
67
|
+
- @graphcommerce/next-ui@4.0.0
|
|
68
|
+
- @graphcommerce/react-hook-form@3.0.0
|
|
69
|
+
|
|
70
|
+
All notable changes to this project will be documented in this file. See
|
|
71
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
72
|
|
|
6
73
|
# [1.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-newsletter@1.0.19...@graphcommerce/magento-newsletter@1.1.0) (2021-11-12)
|
|
7
74
|
|
|
8
|
-
|
|
9
75
|
### Features
|
|
10
76
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
77
|
+
- added tons of translations
|
|
78
|
+
([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
16
79
|
|
|
17
80
|
## [1.0.17](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-newsletter@1.0.16...@graphcommerce/magento-newsletter@1.0.17) (2021-11-12)
|
|
18
81
|
|
|
19
|
-
|
|
20
82
|
### Bug Fixes
|
|
21
83
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
84
|
+
- **signup-newsletter:** mobile layout
|
|
85
|
+
([fcc3935](https://github.com/ho-nl/m2-pwa/commit/fcc3935c5733d087012f736ac70fafa58bff78bc))
|
|
27
86
|
|
|
28
87
|
## [0.2.46](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-newsletter@0.2.45...@graphcommerce/magento-newsletter@0.2.46) (2021-11-02)
|
|
29
88
|
|
|
30
|
-
|
|
31
89
|
### Bug Fixes
|
|
32
90
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
91
|
+
- darkMode
|
|
92
|
+
([c7573de](https://github.com/ho-nl/m2-pwa/commit/c7573de6bb80643b26931c35ac61735539e7fbf0))
|
|
38
93
|
|
|
39
94
|
## [0.2.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-newsletter@0.2.0...@graphcommerce/magento-newsletter@0.2.1) (2021-09-27)
|
|
40
95
|
|
|
41
96
|
**Note:** Version bump only for package @graphcommerce/magento-newsletter
|
|
42
97
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
98
|
# 0.2.0 (2021-09-27)
|
|
48
99
|
|
|
49
|
-
|
|
50
100
|
### Features
|
|
51
101
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
102
|
+
- added magento-newsletter package
|
|
103
|
+
([9b48b1b](https://github.com/ho-nl/m2-pwa/commit/9b48b1b4dc29f9ea3271f4a6370abba15dd8999c))
|
|
104
|
+
- guest newsletter toggle
|
|
105
|
+
([c747aed](https://github.com/ho-nl/m2-pwa/commit/c747aed081b2c5c134e2be1bc4c32de2a5e6e220))
|
|
58
106
|
|
|
59
107
|
# 0.1.0 (2021-09-24)
|
|
60
108
|
|
|
61
|
-
|
|
62
109
|
### Features
|
|
63
110
|
|
|
64
|
-
|
|
65
|
-
|
|
111
|
+
- added magento-newsletter package
|
|
112
|
+
([9b48b1b](https://github.com/ho-nl/m2-pwa/commit/9b48b1b4dc29f9ea3271f4a6370abba15dd8999c))
|
|
113
|
+
- guest newsletter toggle
|
|
114
|
+
([c747aed](https://github.com/ho-nl/m2-pwa/commit/c747aed081b2c5c134e2be1bc4c32de2a5e6e220))
|
|
@@ -1,29 +1,24 @@
|
|
|
1
|
-
import { useQuery } from '@
|
|
1
|
+
import { useQuery } from '@graphcommerce/graphql'
|
|
2
2
|
import { ApolloCustomerErrorAlert } from '@graphcommerce/magento-customer'
|
|
3
3
|
import { Controller, useFormAutoSubmit, useFormGqlMutation } from '@graphcommerce/react-hook-form'
|
|
4
4
|
import {
|
|
5
|
+
Box,
|
|
5
6
|
FormControl,
|
|
6
7
|
FormControlLabel,
|
|
7
8
|
FormHelperText,
|
|
8
|
-
makeStyles,
|
|
9
9
|
Switch,
|
|
10
10
|
SwitchProps,
|
|
11
|
-
|
|
11
|
+
SxProps,
|
|
12
|
+
Theme,
|
|
13
|
+
} from '@mui/material'
|
|
12
14
|
import React from 'react'
|
|
13
15
|
import { GetCustomerNewsletterToggleDocument } from './GetCustomerNewsLetterToggle.gql'
|
|
14
16
|
import { UpdateNewsletterSubscriptionDocument } from './UpdateNewsletterSubscription.gql'
|
|
15
17
|
|
|
16
|
-
export type CustomerNewsletterToggleProps = SwitchProps
|
|
17
|
-
|
|
18
|
-
const useStyles = makeStyles(() => ({
|
|
19
|
-
labelRoot: {
|
|
20
|
-
marginRight: 0,
|
|
21
|
-
},
|
|
22
|
-
}))
|
|
18
|
+
export type CustomerNewsletterToggleProps = SwitchProps & { sx?: SxProps<Theme> }
|
|
23
19
|
|
|
24
20
|
export default function CustomerNewsletterToggle(props: CustomerNewsletterToggleProps) {
|
|
25
|
-
const { disabled, ...switchProps } = props
|
|
26
|
-
const classes = useStyles(props)
|
|
21
|
+
const { disabled, sx = [], ...switchProps } = props
|
|
27
22
|
|
|
28
23
|
const { loading, data } = useQuery(GetCustomerNewsletterToggleDocument, { ssr: false })
|
|
29
24
|
const form = useFormGqlMutation(UpdateNewsletterSubscriptionDocument, {
|
|
@@ -40,14 +35,14 @@ export default function CustomerNewsletterToggle(props: CustomerNewsletterToggle
|
|
|
40
35
|
if (disabled || loading) return <Switch disabled color='primary' {...switchProps} />
|
|
41
36
|
|
|
42
37
|
return (
|
|
43
|
-
<form noValidate>
|
|
38
|
+
<Box component='form' onSubmit={submit} noValidate sx={sx}>
|
|
44
39
|
<Controller
|
|
45
40
|
name='isSubscribed'
|
|
46
41
|
control={control}
|
|
47
42
|
render={({ field: { onChange, value, name: controlName, ref, onBlur } }) => (
|
|
48
43
|
<FormControl error={!!formState.errors.isSubscribed}>
|
|
49
44
|
<FormControlLabel
|
|
50
|
-
|
|
45
|
+
sx={{ marginRight: 0 }}
|
|
51
46
|
label=''
|
|
52
47
|
control={<Switch color='primary' {...switchProps} />}
|
|
53
48
|
checked={value}
|
|
@@ -64,6 +59,6 @@ export default function CustomerNewsletterToggle(props: CustomerNewsletterToggle
|
|
|
64
59
|
/>
|
|
65
60
|
|
|
66
61
|
<ApolloCustomerErrorAlert error={error} />
|
|
67
|
-
</
|
|
62
|
+
</Box>
|
|
68
63
|
)
|
|
69
64
|
}
|
|
@@ -6,10 +6,11 @@ import {
|
|
|
6
6
|
FormControl,
|
|
7
7
|
FormControlLabel,
|
|
8
8
|
FormHelperText,
|
|
9
|
-
makeStyles,
|
|
10
9
|
Switch,
|
|
11
10
|
SwitchProps,
|
|
12
|
-
|
|
11
|
+
SxProps,
|
|
12
|
+
Theme,
|
|
13
|
+
} from '@mui/material'
|
|
13
14
|
import React from 'react'
|
|
14
15
|
import { GetCartEmailDocument } from '../SignupNewsletter/GetCartEmail.gql'
|
|
15
16
|
import {
|
|
@@ -18,17 +19,10 @@ import {
|
|
|
18
19
|
GuestNewsletterToggleMutationVariables,
|
|
19
20
|
} from './GuestNewsletterToggle.gql'
|
|
20
21
|
|
|
21
|
-
export type GuestNewsletterToggleProps = SwitchProps
|
|
22
|
-
|
|
23
|
-
const useStyles = makeStyles(() => ({
|
|
24
|
-
labelRoot: {
|
|
25
|
-
marginRight: 0,
|
|
26
|
-
},
|
|
27
|
-
}))
|
|
22
|
+
export type GuestNewsletterToggleProps = SwitchProps & { sx?: SxProps<Theme> }
|
|
28
23
|
|
|
29
24
|
export default function GuestNewsletterToggle(props: GuestNewsletterToggleProps) {
|
|
30
|
-
const { ...switchProps } = props
|
|
31
|
-
const classes = useStyles(props)
|
|
25
|
+
const { sx = [], ...switchProps } = props
|
|
32
26
|
|
|
33
27
|
const email =
|
|
34
28
|
useCartQuery(GetCartEmailDocument, { allowUrl: true }).data?.cart?.email ?? undefined
|
|
@@ -44,7 +38,7 @@ export default function GuestNewsletterToggle(props: GuestNewsletterToggleProps)
|
|
|
44
38
|
if (formState.isSubmitted) return <Switch color='primary' {...switchProps} checked disabled />
|
|
45
39
|
|
|
46
40
|
return (
|
|
47
|
-
<Form noValidate>
|
|
41
|
+
<Form noValidate sx={sx}>
|
|
48
42
|
<input type='hidden' {...register('email')} value={email} />
|
|
49
43
|
<Controller
|
|
50
44
|
name='isSubscribed'
|
|
@@ -52,7 +46,7 @@ export default function GuestNewsletterToggle(props: GuestNewsletterToggleProps)
|
|
|
52
46
|
render={({ field: { onChange, value, name: controlName, ref, onBlur } }) => (
|
|
53
47
|
<FormControl error={!!formState.errors.isSubscribed}>
|
|
54
48
|
<FormControlLabel
|
|
55
|
-
|
|
49
|
+
sx={{ marginRight: 0 }}
|
|
56
50
|
label=''
|
|
57
51
|
control={<Switch color='primary' {...switchProps} />}
|
|
58
52
|
checked={value}
|
|
@@ -1,79 +1,78 @@
|
|
|
1
|
-
import { useQuery } from '@
|
|
1
|
+
import { useQuery } from '@graphcommerce/graphql'
|
|
2
2
|
import { useCartQuery } from '@graphcommerce/magento-cart'
|
|
3
3
|
import { CustomerTokenDocument } from '@graphcommerce/magento-customer'
|
|
4
|
-
import {
|
|
4
|
+
import { extendableComponent } from '@graphcommerce/next-ui'
|
|
5
5
|
import { Trans } from '@lingui/macro'
|
|
6
|
-
import {
|
|
7
|
-
import clsx from 'clsx'
|
|
8
|
-
import React from 'react'
|
|
6
|
+
import { Box, SxProps, Theme, Typography } from '@mui/material'
|
|
9
7
|
import CustomerNewsletterToggle from '../CustomerNewsletterToggle'
|
|
10
8
|
import GuestNewsletterToggle from '../GuestNewsletterToggle'
|
|
11
9
|
import { GetCartEmailDocument } from './GetCartEmail.gql'
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
(theme: Theme) => ({
|
|
15
|
-
signup: {
|
|
16
|
-
background: theme.palette.background.paper,
|
|
17
|
-
display: 'grid',
|
|
18
|
-
alignItems: 'center',
|
|
19
|
-
gridAutoFlow: 'column',
|
|
20
|
-
columnGap: theme.spacings.xxs,
|
|
21
|
-
padding: theme.spacings.sm,
|
|
22
|
-
...theme.typography.body1,
|
|
23
|
-
marginTop: theme.spacings.sm,
|
|
24
|
-
borderRadius: 4,
|
|
25
|
-
gridTemplateColumns: '1fr',
|
|
26
|
-
gridTemplateAreas: `
|
|
27
|
-
"a"
|
|
28
|
-
"b"
|
|
29
|
-
`,
|
|
30
|
-
justifyItems: 'start',
|
|
31
|
-
[theme.breakpoints.up('sm')]: {
|
|
32
|
-
gridTemplateAreas: `"a b c"`,
|
|
33
|
-
gridTemplateColumns: '2fr 1fr',
|
|
34
|
-
},
|
|
35
|
-
},
|
|
36
|
-
background: {
|
|
37
|
-
background: theme.palette.background.image,
|
|
38
|
-
},
|
|
39
|
-
signupForm: {
|
|
40
|
-
display: 'flex',
|
|
41
|
-
gap: 8,
|
|
42
|
-
justifySelf: 'start',
|
|
43
|
-
alignItems: 'center',
|
|
44
|
-
[theme.breakpoints.up('sm')]: {
|
|
45
|
-
justifySelf: 'end',
|
|
46
|
-
},
|
|
47
|
-
},
|
|
48
|
-
}),
|
|
49
|
-
{
|
|
50
|
-
name: 'SignupNewsletter',
|
|
51
|
-
},
|
|
52
|
-
)
|
|
11
|
+
type SignupNewsletterProps = { sx?: SxProps<Theme> }
|
|
53
12
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
13
|
+
const name = 'SignupNewsletter' as const
|
|
14
|
+
|
|
15
|
+
type OwnerState = { isCustomer: boolean }
|
|
16
|
+
const parts = ['signup', 'text', 'signupForm'] as const
|
|
17
|
+
const { withState } = extendableComponent<OwnerState, typeof name, typeof parts>(name, parts)
|
|
57
18
|
|
|
58
19
|
export default function SignupNewsletter(props: SignupNewsletterProps) {
|
|
59
|
-
const
|
|
20
|
+
const { sx = [] } = props
|
|
60
21
|
const { data: cartData } = useCartQuery(GetCartEmailDocument, { allowUrl: true })
|
|
61
22
|
const { data: customerTokenData } = useQuery(CustomerTokenDocument)
|
|
62
23
|
const isCustomer = Boolean(customerTokenData?.customerToken)
|
|
63
24
|
|
|
25
|
+
const classes = withState({ isCustomer })
|
|
26
|
+
|
|
64
27
|
return (
|
|
65
|
-
<
|
|
66
|
-
|
|
28
|
+
<Box
|
|
29
|
+
className={classes.signup}
|
|
30
|
+
sx={[
|
|
31
|
+
(theme) => ({
|
|
32
|
+
background: theme.palette.background.paper,
|
|
33
|
+
display: 'grid',
|
|
34
|
+
alignItems: 'center',
|
|
35
|
+
gridAutoFlow: 'column',
|
|
36
|
+
columnGap: theme.spacings.xxs,
|
|
37
|
+
padding: theme.spacings.sm,
|
|
38
|
+
typgraphy: 'body1',
|
|
39
|
+
marginTop: theme.spacings.sm,
|
|
40
|
+
borderRadius: '4px',
|
|
41
|
+
gridTemplateColumns: '1fr',
|
|
42
|
+
gridTemplateAreas: `"a" "b"`,
|
|
43
|
+
justifyItems: 'start',
|
|
44
|
+
[theme.breakpoints.up('sm')]: {
|
|
45
|
+
gridTemplateAreas: `"a b c"`,
|
|
46
|
+
gridTemplateColumns: '2fr 1fr',
|
|
47
|
+
},
|
|
48
|
+
|
|
49
|
+
'&.isCustomer': {
|
|
50
|
+
background: theme.palette.background.image,
|
|
51
|
+
},
|
|
52
|
+
}),
|
|
53
|
+
...(Array.isArray(sx) ? sx : [sx]),
|
|
54
|
+
]}
|
|
55
|
+
>
|
|
56
|
+
<Typography variant='subtitle1' className={classes.text}>
|
|
67
57
|
<Trans>Sign up for our newsletter and stay updated</Trans>
|
|
68
58
|
</Typography>
|
|
69
|
-
<
|
|
59
|
+
<Box
|
|
60
|
+
className={classes.signupForm}
|
|
61
|
+
sx={(theme) => ({
|
|
62
|
+
display: 'flex',
|
|
63
|
+
gap: 8,
|
|
64
|
+
justifySelf: 'start',
|
|
65
|
+
alignItems: 'center',
|
|
66
|
+
[theme.breakpoints.up('sm')]: { justifySelf: 'end' },
|
|
67
|
+
})}
|
|
68
|
+
>
|
|
70
69
|
{isCustomer ? (
|
|
71
70
|
<CustomerNewsletterToggle color='primary' />
|
|
72
71
|
) : (
|
|
73
72
|
<GuestNewsletterToggle color='primary' />
|
|
74
73
|
)}
|
|
75
74
|
{cartData?.cart?.email}
|
|
76
|
-
</
|
|
77
|
-
</
|
|
75
|
+
</Box>
|
|
76
|
+
</Box>
|
|
78
77
|
)
|
|
79
78
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/magento-newsletter",
|
|
3
|
-
"
|
|
3
|
+
"homepage": "https://www.graphcommerce.org/",
|
|
4
|
+
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
+
"version": "2.0.2",
|
|
4
6
|
"sideEffects": false,
|
|
5
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
6
|
-
"browserslist": [
|
|
7
|
-
"extends @graphcommerce/browserslist-config-pwa"
|
|
8
|
-
],
|
|
9
8
|
"eslintConfig": {
|
|
10
9
|
"extends": "@graphcommerce/eslint-config-pwa",
|
|
11
10
|
"parserOptions": {
|
|
@@ -13,27 +12,24 @@
|
|
|
13
12
|
}
|
|
14
13
|
},
|
|
15
14
|
"devDependencies": {
|
|
16
|
-
"@graphcommerce/
|
|
17
|
-
"@graphcommerce/
|
|
18
|
-
"@graphcommerce/
|
|
19
|
-
"@
|
|
20
|
-
"@playwright/test": "^1.17.1"
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.2",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.1",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.1",
|
|
18
|
+
"@playwright/test": "^1.19.1"
|
|
21
19
|
},
|
|
22
20
|
"dependencies": {
|
|
23
|
-
"@
|
|
24
|
-
"@graphcommerce/
|
|
25
|
-
"@graphcommerce/magento-
|
|
26
|
-
"@graphcommerce/
|
|
27
|
-
"@graphcommerce/
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"@
|
|
31
|
-
"@material
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"next": "^12.0.7",
|
|
21
|
+
"@graphcommerce/graphql": "^3.0.2",
|
|
22
|
+
"@graphcommerce/magento-cart": "^4.1.1",
|
|
23
|
+
"@graphcommerce/magento-customer": "^4.1.1",
|
|
24
|
+
"@graphcommerce/next-ui": "^4.1.1",
|
|
25
|
+
"@graphcommerce/react-hook-form": "^3.0.2"
|
|
26
|
+
},
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"@lingui/macro": "^3.13.2",
|
|
29
|
+
"@mui/material": "^5.4.1",
|
|
30
|
+
"framer-motion": "^6.2.4",
|
|
31
|
+
"next": "^12.0.10",
|
|
35
32
|
"react": "^17.0.2",
|
|
36
33
|
"react-dom": "^17.0.2"
|
|
37
|
-
}
|
|
38
|
-
"gitHead": "41e42c8cd6f565ab0cbba81a1954a0041dc46768"
|
|
34
|
+
}
|
|
39
35
|
}
|