Skip to content

Commit bfd40da

Browse files
authored
Merge pull request #170 from gadget-inc/devaoc/pq-field-qf
fixing product tagger dupe field bug
2 parents 7b13d1a + b2a55a2 commit bfd40da

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ export const schema: GadgetModel = {
1212
children: { model: "allowedTag", belongsToField: "shop" },
1313
storageKey: "iE6qX5eaqkSi",
1414
},
15-
checkoutApiSupported: {
16-
type: "json",
17-
storageKey:
18-
"ModelField-DataModel-Shopify-Shop-__gadget_graphql_checkout_api_supported::FieldStorageEpoch-DataModel-Shopify-Shop-__gadget_graphql_checkout_api_supported-initial",
19-
},
2015
},
2116
shopify: {
2217
fields: [

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

100644100755
Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -773,10 +773,10 @@
773773
version "0.0.0"
774774
uid ""
775775

776-
"@gadgetinc/[email protected].42", "@gadgetinc/api-client-core@^0.15.42":
777-
version "0.15.42"
778-
resolved "https://registry.yarnpkg.com/@gadgetinc/api-client-core/-/api-client-core-0.15.42.tgz#0018e3d571e7caef507885bca544dcd15f8cce83"
779-
integrity sha512-2yH19DKWUpjwabOwVYXGNY2IirZKgwyWDPQwZn1l3urMHwiuBuD/hCgefnSDGyiDEuuJI9ZHqFWuR+hGoMUyfg==
776+
"@gadgetinc/[email protected].45", "@gadgetinc/api-client-core@^0.15.45":
777+
version "0.15.45"
778+
resolved "https://registry.yarnpkg.com/@gadgetinc/api-client-core/-/api-client-core-0.15.45.tgz#368c13b079422352175c578b3164d02a5de72279"
779+
integrity sha512-4eTsoAIYavMCyY9q33DBW2lCn+sG68hKw7Uct5dp6gLMuWasxUQQ5M2LWMmN5RZQFma/wCQHNK5dcU44xrZSQw==
780780
dependencies:
781781
"@0no-co/graphql.web" "^1.0.4"
782782
"@n1ru4l/graphql-live-query" "^0.10.0"
@@ -792,24 +792,24 @@
792792
tslib "^2.6.2"
793793
type-fest "^3.13.1"
794794
wonka "^6.3.2"
795-
ws "^8.17.0"
795+
ws "^8.18.2"
796796

797-
"@gadgetinc/react-shopify-app-bridge@^0.18.4":
798-
version "0.18.4"
799-
resolved "https://registry.yarnpkg.com/@gadgetinc/react-shopify-app-bridge/-/react-shopify-app-bridge-0.18.4.tgz#2943a21662942519ee0ccb3080cf9622aa2c08d0"
800-
integrity sha512-QM45verz4WxbNViN/HP28Jp7ylrN2kH+y3K2inqIwWRK+u37YVsPEDwF5bHL5Q1nBEgFSHJAEC1jOqCylHbyOQ==
797+
"@gadgetinc/react-shopify-app-bridge@^0.18.8":
798+
version "0.18.8"
799+
resolved "https://registry.yarnpkg.com/@gadgetinc/react-shopify-app-bridge/-/react-shopify-app-bridge-0.18.8.tgz#51c64e3c03cbea056507f8a4b41e0222216be345"
800+
integrity sha512-N8IYEEblygHgmN02Z7uQKQ5poSx5LX5JZn1EfGAG37d8PMM9nEP36ZDweihxM2xu7UMPZ2cDEI2QWEDnjUpLWQ==
801801
dependencies:
802-
"@gadgetinc/api-client-core" "^0.15.42"
802+
"@gadgetinc/api-client-core" "^0.15.45"
803803
crypto-js "^4.2.0"
804804
tslib "^2.6.2"
805805

806-
"@gadgetinc/react@^0.21.1":
807-
version "0.21.1"
808-
resolved "https://registry.yarnpkg.com/@gadgetinc/react/-/react-0.21.1.tgz#13cac791a4e6183d80797ad91e8e3078e923da5a"
809-
integrity sha512-z2orTP6+3u7v0GcaKe7u6V8BaUVUNkVlmWaK1EEKqhwy/i8zyaND715rdCsppIL3PGwTBKK2nA4ZjVzduq4r4g==
806+
"@gadgetinc/react@^0.21.4":
807+
version "0.21.4"
808+
resolved "https://registry.yarnpkg.com/@gadgetinc/react/-/react-0.21.4.tgz#8cdb8f1b8ed5ee9191f514e3bf218e532737df6a"
809+
integrity sha512-LWAyWJ67GWpISiqTann18717cIIEskZWMJn9A4pPRmSHM2wOs9LZa0N0EtSMPJhVOm+xEKLP5GJ+El+45JoEeg==
810810
dependencies:
811811
"@0no-co/graphql.web" "^1.0.4"
812-
"@gadgetinc/api-client-core" "^0.15.42"
812+
"@gadgetinc/api-client-core" "^0.15.45"
813813
"@hookform/resolvers" "^3.3.1"
814814
filesize "^10.1.2"
815815
pluralize "^8.0.0"
@@ -1454,6 +1454,13 @@
14541454
dependencies:
14551455
undici-types "~6.19.2"
14561456

1457+
"@types/node@^22.13.14":
1458+
version "22.17.0"
1459+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
1460+
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
1461+
dependencies:
1462+
undici-types "~6.21.0"
1463+
14571464
"@types/prop-types@*":
14581465
version "15.7.14"
14591466
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
@@ -5293,6 +5300,11 @@ undici-types@~6.20.0:
52935300
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
52945301
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
52955302

5303+
undici-types@~6.21.0:
5304+
version "6.21.0"
5305+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5306+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5307+
52965308
undici@^6.11.1:
52975309
version "6.21.2"
52985310
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.2.tgz#49c5884e8f9039c65a89ee9018ef3c8e2f1f4928"
@@ -5633,10 +5645,10 @@ ws@^7.5.10:
56335645
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
56345646
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
56355647

5636-
ws@^8.17.0:
5637-
version "8.18.1"
5638-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.1.tgz#ea131d3784e1dfdff91adb0a4a116b127515e3cb"
5639-
integrity sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==
5648+
ws@^8.18.2:
5649+
version "8.18.3"
5650+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472"
5651+
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
56405652

56415653
xtend@~4.0.1:
56425654
version "4.0.2"

0 commit comments

Comments
 (0)