Skip to content

Commit 18103f7

Browse files
authored
Merge pull request #173 from gadget-inc/devaoc/pr-field-qf
product reviews checkoutapisupport field fix
2 parents ecffec7 + f5eed4f commit 18103f7

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

shopify/product-reviews-public-remix-ssr/api/models/shopifyShop/schema.gadget.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ export const schema: GadgetModel = {
77
type: "gadget/model-schema/v1",
88
storageKey: "DataModel-Shopify-Shop",
99
fields: {
10-
checkoutApiSupported: {
11-
type: "json",
12-
storageKey:
13-
"ModelField-DataModel-Shopify-Shop-__gadget_graphql_checkout_api_supported::FieldStorageEpoch-DataModel-Shopify-Shop-__gadget_graphql_checkout_api_supported-initial",
14-
},
1510
daysUntilReviewRequest: {
1611
type: "number",
1712
default: 7,

shopify/product-reviews-public-remix-ssr/yarn.lock

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -923,10 +923,10 @@
923923
version "0.0.0"
924924
uid ""
925925

926-
"@gadgetinc/[email protected].42", "@gadgetinc/api-client-core@^0.15.42":
927-
version "0.15.42"
928-
resolved "https://registry.yarnpkg.com/@gadgetinc/api-client-core/-/api-client-core-0.15.42.tgz#0018e3d571e7caef507885bca544dcd15f8cce83"
929-
integrity sha512-2yH19DKWUpjwabOwVYXGNY2IirZKgwyWDPQwZn1l3urMHwiuBuD/hCgefnSDGyiDEuuJI9ZHqFWuR+hGoMUyfg==
926+
"@gadgetinc/[email protected].45", "@gadgetinc/api-client-core@^0.15.45":
927+
version "0.15.45"
928+
resolved "https://registry.yarnpkg.com/@gadgetinc/api-client-core/-/api-client-core-0.15.45.tgz#368c13b079422352175c578b3164d02a5de72279"
929+
integrity sha512-4eTsoAIYavMCyY9q33DBW2lCn+sG68hKw7Uct5dp6gLMuWasxUQQ5M2LWMmN5RZQFma/wCQHNK5dcU44xrZSQw==
930930
dependencies:
931931
"@0no-co/graphql.web" "^1.0.4"
932932
"@n1ru4l/graphql-live-query" "^0.10.0"
@@ -942,24 +942,24 @@
942942
tslib "^2.6.2"
943943
type-fest "^3.13.1"
944944
wonka "^6.3.2"
945-
ws "^8.17.0"
945+
ws "^8.18.2"
946946

947-
"@gadgetinc/react-shopify-app-bridge@^0.18.4":
948-
version "0.18.4"
949-
resolved "https://registry.yarnpkg.com/@gadgetinc/react-shopify-app-bridge/-/react-shopify-app-bridge-0.18.4.tgz#2943a21662942519ee0ccb3080cf9622aa2c08d0"
950-
integrity sha512-QM45verz4WxbNViN/HP28Jp7ylrN2kH+y3K2inqIwWRK+u37YVsPEDwF5bHL5Q1nBEgFSHJAEC1jOqCylHbyOQ==
947+
"@gadgetinc/react-shopify-app-bridge@^0.18.8":
948+
version "0.18.8"
949+
resolved "https://registry.yarnpkg.com/@gadgetinc/react-shopify-app-bridge/-/react-shopify-app-bridge-0.18.8.tgz#51c64e3c03cbea056507f8a4b41e0222216be345"
950+
integrity sha512-N8IYEEblygHgmN02Z7uQKQ5poSx5LX5JZn1EfGAG37d8PMM9nEP36ZDweihxM2xu7UMPZ2cDEI2QWEDnjUpLWQ==
951951
dependencies:
952-
"@gadgetinc/api-client-core" "^0.15.42"
952+
"@gadgetinc/api-client-core" "^0.15.45"
953953
crypto-js "^4.2.0"
954954
tslib "^2.6.2"
955955

956-
"@gadgetinc/react@^0.21.1":
957-
version "0.21.1"
958-
resolved "https://registry.yarnpkg.com/@gadgetinc/react/-/react-0.21.1.tgz#13cac791a4e6183d80797ad91e8e3078e923da5a"
959-
integrity sha512-z2orTP6+3u7v0GcaKe7u6V8BaUVUNkVlmWaK1EEKqhwy/i8zyaND715rdCsppIL3PGwTBKK2nA4ZjVzduq4r4g==
956+
"@gadgetinc/react@^0.21.4":
957+
version "0.21.4"
958+
resolved "https://registry.yarnpkg.com/@gadgetinc/react/-/react-0.21.4.tgz#8cdb8f1b8ed5ee9191f514e3bf218e532737df6a"
959+
integrity sha512-LWAyWJ67GWpISiqTann18717cIIEskZWMJn9A4pPRmSHM2wOs9LZa0N0EtSMPJhVOm+xEKLP5GJ+El+45JoEeg==
960960
dependencies:
961961
"@0no-co/graphql.web" "^1.0.4"
962-
"@gadgetinc/api-client-core" "^0.15.42"
962+
"@gadgetinc/api-client-core" "^0.15.45"
963963
"@hookform/resolvers" "^3.3.1"
964964
filesize "^10.1.2"
965965
pluralize "^8.0.0"
@@ -1828,6 +1828,13 @@
18281828
dependencies:
18291829
undici-types "~6.19.2"
18301830

1831+
"@types/node@^22.13.14":
1832+
version "22.17.0"
1833+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
1834+
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
1835+
dependencies:
1836+
undici-types "~6.21.0"
1837+
18311838
"@types/prop-types@*":
18321839
version "15.7.14"
18331840
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
@@ -6404,10 +6411,10 @@ ws@^7.5.10:
64046411
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
64056412
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
64066413

6407-
ws@^8.17.0:
6408-
version "8.18.1"
6409-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.1.tgz#ea131d3784e1dfdff91adb0a4a116b127515e3cb"
6410-
integrity sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==
6414+
ws@^8.18.2:
6415+
version "8.18.3"
6416+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472"
6417+
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
64116418

64126419
ws@~8.17.1:
64136420
version "8.17.1"

0 commit comments

Comments
 (0)