@graphcommerce/ecommerce-ui 6.0.0-canary.20 → 6.0.0-canary.22
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,5 +1,6 @@
|
|
|
1
1
|
import { ApolloError } from '@graphcommerce/graphql'
|
|
2
2
|
import { FullPageMessage, FullPageMessageProps } from '@graphcommerce/next-ui'
|
|
3
|
+
import { Trans } from '@lingui/react'
|
|
3
4
|
import { AlertProps } from '@mui/material'
|
|
4
5
|
import { ApolloErrorAlert } from './ApolloErrorAlert'
|
|
5
6
|
|
|
@@ -34,7 +35,7 @@ export function ApolloErrorFullPage(props: ApolloErrorFullPageProps) {
|
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
return (
|
|
37
|
-
<FullPageMessage title='Several errors occured' {...fullPageMessageProps}>
|
|
38
|
+
<FullPageMessage title={<Trans id='Several errors occured' />} {...fullPageMessageProps}>
|
|
38
39
|
<ApolloErrorAlert error={error} />
|
|
39
40
|
</FullPageMessage>
|
|
40
41
|
)
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/ecommerce-ui",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "6.0.0-canary.
|
|
5
|
+
"version": "6.0.0-canary.22",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@graphcommerce/graphql": "6.0.0-canary.
|
|
16
|
-
"@graphcommerce/next-ui": "6.0.0-canary.
|
|
17
|
-
"@graphcommerce/react-hook-form": "6.0.0-canary.
|
|
15
|
+
"@graphcommerce/graphql": "6.0.0-canary.22",
|
|
16
|
+
"@graphcommerce/next-ui": "6.0.0-canary.22",
|
|
17
|
+
"@graphcommerce/react-hook-form": "6.0.0-canary.22"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@graphcommerce/eslint-config-pwa": "6.0.0-canary.
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "6.0.0-canary.
|
|
22
|
-
"@graphcommerce/typescript-config-pwa": "6.0.0-canary.
|
|
20
|
+
"@graphcommerce/eslint-config-pwa": "6.0.0-canary.22",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "6.0.0-canary.22",
|
|
22
|
+
"@graphcommerce/typescript-config-pwa": "6.0.0-canary.22"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@lingui/react": "^3.13.2",
|