@graphcommerce/magento-review 2.105.4 → 2.105.8

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.
@@ -1,6 +1,6 @@
1
+ import { SectionContainer } from '@graphcommerce/next-ui'
1
2
  import { makeStyles, Theme } from '@material-ui/core'
2
3
  import { Skeleton } from '@material-ui/lab'
3
- import { SectionContainer } from '@graphcommerce/next-ui'
4
4
  import React from 'react'
5
5
  import CustomerReview from '../CustomerReview'
6
6
  import { AccountReviewsFragment } from './AccountReviews.gql'
@@ -1,6 +1,4 @@
1
1
  import { useQuery } from '@apollo/client'
2
- import { Box, makeStyles, TextField, Theme, Typography } from '@material-ui/core'
3
- import { Alert } from '@material-ui/lab'
4
2
  import { ProductReviewRatingInput } from '@graphcommerce/graphql'
5
3
  import {
6
4
  Button,
@@ -12,6 +10,8 @@ import {
12
10
  StarRatingField,
13
11
  } from '@graphcommerce/next-ui'
14
12
  import { useFormGqlMutation } from '@graphcommerce/react-hook-form'
13
+ import { Box, makeStyles, TextField, Theme, Typography } from '@material-ui/core'
14
+ import { Alert } from '@material-ui/lab'
15
15
  import { useRouter } from 'next/router'
16
16
  import React, { useEffect, useState } from 'react'
17
17
  import ApolloCustomerErrorAlert from '../../../magento-customer/components/ApolloCustomerError/ApolloCustomerErrorAlert'
@@ -1,8 +1,8 @@
1
1
  import { useQuery } from '@apollo/client'
2
- import { makeStyles, Theme } from '@material-ui/core'
3
2
  import { Image } from '@graphcommerce/image'
4
3
  import { StoreConfigDocument } from '@graphcommerce/magento-store'
5
4
  import { responsiveVal } from '@graphcommerce/next-ui'
5
+ import { makeStyles, Theme } from '@material-ui/core'
6
6
  import { CustomerReviewFragment } from './CustomerReview.gql'
7
7
  import filledStar from './review_star_filled.svg'
8
8
  import outlinedStar from './review_star_outlined.svg'
@@ -1,5 +1,5 @@
1
- import { Chip, ChipProps } from '@material-ui/core'
2
1
  import { SvgImageSimple, iconStarYellow } from '@graphcommerce/next-ui'
2
+ import { Chip, ChipProps } from '@material-ui/core'
3
3
  import React from 'react'
4
4
 
5
5
  export type ProductReviewChipProps = {
@@ -1,5 +1,4 @@
1
1
  import { useQuery } from '@apollo/client'
2
- import { Chip, makeStyles, Theme, Typography } from '@material-ui/core'
3
2
  import {
4
3
  Button,
5
4
  iconStarFilledMuted,
@@ -9,6 +8,7 @@ import {
9
8
  StarRatingField,
10
9
  SvgImage,
11
10
  } from '@graphcommerce/next-ui'
11
+ import { Chip, makeStyles, Theme, Typography } from '@material-ui/core'
12
12
  import Link from 'next/link'
13
13
  import React, { useState } from 'react'
14
14
  import ProductReviewChip from '../ProductReviewChip'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-review",
3
- "version": "2.105.4",
3
+ "version": "2.105.8",
4
4
  "sideEffects": false,
5
5
  "prettier": "@graphcommerce/prettier-config-pwa",
6
6
  "browserslist": [
@@ -14,18 +14,18 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@graphcommerce/browserslist-config-pwa": "^3.0.1",
17
- "@graphcommerce/eslint-config-pwa": "^3.0.2",
17
+ "@graphcommerce/eslint-config-pwa": "^3.0.4",
18
18
  "@graphcommerce/prettier-config-pwa": "^3.0.2",
19
- "@graphcommerce/typescript-config-pwa": "^3.0.1",
19
+ "@graphcommerce/typescript-config-pwa": "^3.1.0",
20
20
  "@playwright/test": "^1.15.0"
21
21
  },
22
22
  "dependencies": {
23
23
  "@apollo/client": "^3.3.21",
24
- "@graphcommerce/graphql": "^2.103.2",
25
- "@graphcommerce/image": "^2.104.3",
26
- "@graphcommerce/magento-product": "^3.0.4",
27
- "@graphcommerce/magento-store": "^3.0.4",
28
- "@graphcommerce/next-ui": "^3.0.4",
24
+ "@graphcommerce/graphql": "^2.103.4",
25
+ "@graphcommerce/image": "^2.104.5",
26
+ "@graphcommerce/magento-product": "^3.0.8",
27
+ "@graphcommerce/magento-store": "^3.0.7",
28
+ "@graphcommerce/next-ui": "^3.0.6",
29
29
  "@graphql-typed-document-node/core": "^3.1.0",
30
30
  "@material-ui/core": "^4.12.3",
31
31
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -35,5 +35,5 @@
35
35
  "react-dom": "^17.0.2",
36
36
  "schema-dts": "^1.0.0"
37
37
  },
38
- "gitHead": "aba0a6340e2d098313f1c25cc2047c18e5ea5db5"
38
+ "gitHead": "5045f247ba0d84c53b16a1cc924677cfcd53b4b7"
39
39
  }