@graphcommerce/magento-review 2.111.8 → 2.111.12
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.
|
@@ -103,7 +103,7 @@ export default function CreateProductReviewForm(props: CreateProductReviewFormPr
|
|
|
103
103
|
<Trans>Thank you! Your review was successfully submitted for approval</Trans>
|
|
104
104
|
</Alert>
|
|
105
105
|
<Box mt={6}>
|
|
106
|
-
<Button variant='
|
|
106
|
+
<Button variant='pill' color='secondary' size='large' onClick={() => router.back()}>
|
|
107
107
|
<Trans>Continue shopping</Trans>
|
|
108
108
|
</Button>
|
|
109
109
|
</Box>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/magento-review",
|
|
3
|
-
"version": "2.111.
|
|
3
|
+
"version": "2.111.12",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
6
6
|
"browserslist": [
|
|
@@ -14,20 +14,20 @@
|
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@graphcommerce/browserslist-config-pwa": "^3.0.2",
|
|
17
|
-
"@graphcommerce/eslint-config-pwa": "^3.1.
|
|
17
|
+
"@graphcommerce/eslint-config-pwa": "^3.1.8",
|
|
18
18
|
"@graphcommerce/prettier-config-pwa": "^3.0.4",
|
|
19
19
|
"@graphcommerce/typescript-config-pwa": "^3.1.1",
|
|
20
20
|
"@playwright/test": "^1.17.1"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@apollo/client": "^3.5.6",
|
|
24
|
-
"@graphcommerce/graphql": "^2.105.
|
|
25
|
-
"@graphcommerce/image": "^2.105.
|
|
26
|
-
"@graphcommerce/magento-customer": "^3.6.
|
|
27
|
-
"@graphcommerce/magento-product": "^3.7.
|
|
28
|
-
"@graphcommerce/magento-store": "^3.3.
|
|
29
|
-
"@graphcommerce/next-ui": "^3.
|
|
30
|
-
"@graphcommerce/react-hook-form": "^2.104.
|
|
24
|
+
"@graphcommerce/graphql": "^2.105.9",
|
|
25
|
+
"@graphcommerce/image": "^2.105.8",
|
|
26
|
+
"@graphcommerce/magento-customer": "^3.6.17",
|
|
27
|
+
"@graphcommerce/magento-product": "^3.7.12",
|
|
28
|
+
"@graphcommerce/magento-store": "^3.3.17",
|
|
29
|
+
"@graphcommerce/next-ui": "^3.21.0",
|
|
30
|
+
"@graphcommerce/react-hook-form": "^2.104.4",
|
|
31
31
|
"@lingui/macro": "^3.13.0",
|
|
32
32
|
"@material-ui/core": "^4.12.3",
|
|
33
33
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"react-dom": "^17.0.2",
|
|
38
38
|
"schema-dts": "^1.0.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "f18eba6b141623d926f5ae3a6efc1409d3bd365c"
|
|
41
41
|
}
|