|
773 | 773 | version "0.0.0"
|
774 | 774 | uid ""
|
775 | 775 |
|
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== |
780 | 780 | dependencies:
|
781 | 781 | "@0no-co/graphql.web" "^1.0.4"
|
782 | 782 | "@n1ru4l/graphql-live-query" "^0.10.0"
|
|
792 | 792 | tslib "^2.6.2"
|
793 | 793 | type-fest "^3.13.1"
|
794 | 794 | wonka "^6.3.2"
|
795 |
| - ws "^8.17.0" |
| 795 | + ws "^8.18.2" |
796 | 796 |
|
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== |
801 | 801 | dependencies:
|
802 |
| - "@gadgetinc/api-client-core" "^0.15.42" |
| 802 | + "@gadgetinc/api-client-core" "^0.15.45" |
803 | 803 | crypto-js "^4.2.0"
|
804 | 804 | tslib "^2.6.2"
|
805 | 805 |
|
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== |
810 | 810 | dependencies:
|
811 | 811 | "@0no-co/graphql.web" "^1.0.4"
|
812 |
| - "@gadgetinc/api-client-core" "^0.15.42" |
| 812 | + "@gadgetinc/api-client-core" "^0.15.45" |
813 | 813 | "@hookform/resolvers" "^3.3.1"
|
814 | 814 | filesize "^10.1.2"
|
815 | 815 | pluralize "^8.0.0"
|
|
1454 | 1454 | dependencies:
|
1455 | 1455 | undici-types "~6.19.2"
|
1456 | 1456 |
|
| 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 | + |
1457 | 1464 | "@types/prop-types@*":
|
1458 | 1465 | version "15.7.14"
|
1459 | 1466 | resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
|
@@ -5293,6 +5300,11 @@ undici-types@~6.20.0:
|
5293 | 5300 | resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
|
5294 | 5301 | integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
|
5295 | 5302 |
|
| 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 | + |
5296 | 5308 | undici@^6.11.1:
|
5297 | 5309 | version "6.21.2"
|
5298 | 5310 | resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.2.tgz#49c5884e8f9039c65a89ee9018ef3c8e2f1f4928"
|
@@ -5633,10 +5645,10 @@ ws@^7.5.10:
|
5633 | 5645 | resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
|
5634 | 5646 | integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
|
5635 | 5647 |
|
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== |
5640 | 5652 |
|
5641 | 5653 | xtend@~4.0.1:
|
5642 | 5654 | version "4.0.2"
|
|
0 commit comments