Skip to content

Commit 0a9793c

Browse files
authored
Merge pull request #231 from w3bdesign/dev
Fix deployment issue
2 parents 36e52d7 + c67f67c commit 0a9793c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

apollo/queries/GET_SINGLE_PRODUCT_QUERY.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ query Product($id: ID!) {
22
product(id: $id, idType: DATABASE_ID) {
33
databaseId
44
averageRating
5+
name
56
slug
67
description
78
onSale
@@ -12,7 +13,6 @@ query Product($id: ID!) {
1213
srcSet
1314
sourceUrl
1415
}
15-
name
1616
... on SimpleProduct {
1717
price
1818
salePrice

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"graphql-tag": "^2.11.0",
2323
"nuxt": "^2.14.12",
2424
"swiper": "^6.4.11",
25-
"tailwindcss": "npm:@tailwindcss/[email protected].3",
25+
"tailwindcss": "npm:@tailwindcss/[email protected].2",
2626
"uid": "^2.0.0",
2727
"vue": "^2.6.12",
2828
"vue-awesome-swiper": "^4.1.1",
@@ -41,7 +41,7 @@
4141
"babel-core": "7.0.0-bridge.0",
4242
"babel-eslint": "^10.1.0",
4343
"babel-jest": "^26.6.3",
44-
"eslint": "^7.20.0",
44+
"eslint": "^7.19.0",
4545
"eslint-config-prettier": "^7.2.0",
4646
"eslint-loader": "^4.0.2",
4747
"eslint-plugin-nuxt": "^2.0.0",

0 commit comments

Comments
 (0)