diff --git a/package.json b/package.json index b0fd7264..82affbd8 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "0.1.0", "private": true, "dependencies": { - "@n1ru4l/graphql-live-query": "0.8.1", - "@n1ru4l/graphql-live-query-patch-json-patch": "0.5.1", - "@n1ru4l/in-memory-live-query-store": "0.7.3", - "@n1ru4l/socket-io-graphql-server": "0.11.0", + "@n1ru4l/graphql-live-query": "0.9.0", + "@n1ru4l/graphql-live-query-patch-json-patch": "0.6.0", + "@n1ru4l/in-memory-live-query-store": "0.8.0", + "@n1ru4l/socket-io-graphql-server": "0.12.0", "@tinyhttp/app": "2.0.5", "@types/better-sqlite3": "7.4.0", "better-sqlite3": "7.4.3", @@ -26,7 +26,7 @@ "@graphql-codegen/cli": "2.2.0", "@graphql-codegen/gql-tag-operations-preset": "1.2.0", "@n1ru4l/push-pull-async-iterable-iterator": "3.1.0", - "@n1ru4l/socket-io-graphql-client": "0.11.0", + "@n1ru4l/socket-io-graphql-client": "0.11.1", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.1.0", "@testing-library/user-event": "13.2.1", diff --git a/yarn.lock b/yarn.lock index c336626b..b174f0d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1619,13 +1619,20 @@ dependencies: tslib "~2.3.0" -"@graphql-tools/utils@8.2.2", "@graphql-tools/utils@^8.0.0", "@graphql-tools/utils@^8.0.1", "@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.2.0", "@graphql-tools/utils@^8.2.2": +"@graphql-tools/utils@8.2.2": version "8.2.2" resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.2.tgz#d29420bf1003d2876cb30f373145be432c7f7c4b" integrity sha512-29FFY5U4lpXuBiW9dRvuWnBVwGhWbGLa2leZcAMU/Pz47Cr/QLZGVgpLBV9rt+Gbs7wyIJM7t7EuksPs0RDm3g== dependencies: tslib "~2.3.0" +"@graphql-tools/utils@^8.0.1", "@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.2.0", "@graphql-tools/utils@^8.2.2", "@graphql-tools/utils@^8.5.2": + version "8.5.2" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.2.tgz#fa775d92c19237f648105f7d4aeeeb63ba3d257f" + integrity sha512-wxA51td/759nQziPYh+HxE0WbURRufrp1lwfOYMgfK4e8Aa6gCa1P1p6ERogUIm423NrIfOVau19Q/BBpHdolw== + dependencies: + tslib "~2.3.0" + "@graphql-tools/wrap@^8.0.13": version "8.0.13" resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.0.13.tgz#17a4096efbc64e15b27a74135d920c8bd3e5385a" @@ -1845,18 +1852,18 @@ "@types/yargs" "^16.0.0" chalk "^4.0.0" -"@n1ru4l/graphql-live-query-patch-json-patch@0.5.1": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query-patch-json-patch/-/graphql-live-query-patch-json-patch-0.5.1.tgz#38ff94c38691161f1beebce6ed64f2370612b791" - integrity sha512-75RVo6growBWCwHMfqPAytV0d6ZWMxGPJyugYfGbGvb27bBO4W+/agPeU3iFHf1T7mW78tIQHrThR6rkGAIdSw== +"@n1ru4l/graphql-live-query-patch-json-patch@0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query-patch-json-patch/-/graphql-live-query-patch-json-patch-0.6.0.tgz#f5523fa03f2a782b15a366ebba4b70de670a27f4" + integrity sha512-frQ2XYrNsss+hQ/CCHAloavBIEFcl0i9UEAJ0d6XG3JsssmpccpuojWsCvs7z9Iq+S0w/6VDDIHaiL7rTOiM5A== dependencies: - "@n1ru4l/graphql-live-query-patch" "^0.5.0" + "@n1ru4l/graphql-live-query-patch" "^0.6.0" fast-json-patch "3.1.0" -"@n1ru4l/graphql-live-query-patch@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query-patch/-/graphql-live-query-patch-0.5.0.tgz#3e7e54be8e2355b17f6cc5f862bc6351a1f75fe5" - integrity sha512-RPeSGI2tMtQeiIj+npfeAo1psh17r3AYi0WyCDoTG4JvLoAU/3Dj4vUXNG+RBzz6trZ1ifm7d020blO0CC5QJQ== +"@n1ru4l/graphql-live-query-patch@^0.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query-patch/-/graphql-live-query-patch-0.6.0.tgz#229921996de37d660deaea7f1567c3479da0f8ff" + integrity sha512-ddjH8G6NyGOqMP7VIDWQ7qiXxEVCkRK28/2FUYCjWkZe4GQ7pGXF+jU8vy550I4t9EdfA3ckeyKCRu3W/x1bvA== dependencies: fast-json-patch "3.1.0" @@ -1865,18 +1872,18 @@ resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query/-/graphql-live-query-0.7.1.tgz#c020d017c3ed6bcfdde49a7106ba035e4d0774f5" integrity sha512-5kJPe2FkPNsCGu9tocKIzUSNO986qAqdnbk8hIFqWlpVPBAmEAOYb1mr6PA18FYAlu7ojWm9Hm13k29aj2GGlQ== -"@n1ru4l/graphql-live-query@0.8.1": - version "0.8.1" - resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query/-/graphql-live-query-0.8.1.tgz#2d6ca6157dafdc5d122a1aeb623b43e939c4b238" - integrity sha512-x5SLY+L9/5s07OJprISXx4csNBPF74UZeTI01ZPSaxOtRz2Gljk652kSPf6OjMLtx5uATr35O0M3G0LYhHBLtg== +"@n1ru4l/graphql-live-query@0.9.0": + version "0.9.0" + resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query/-/graphql-live-query-0.9.0.tgz#defaebdd31f625bee49e6745934f36312532b2bc" + integrity sha512-BTpWy1e+FxN82RnLz4x1+JcEewVdfmUhV1C6/XYD5AjS7PQp9QFF7K8bCD6gzPTr2l+prvqOyVueQhFJxB1vfg== -"@n1ru4l/in-memory-live-query-store@0.7.3": - version "0.7.3" - resolved "https://registry.yarnpkg.com/@n1ru4l/in-memory-live-query-store/-/in-memory-live-query-store-0.7.3.tgz#0eff7eaced4c10e723f24cbf1142e92c6736e2e0" - integrity sha512-fdZdYhSeW/dcoD34BcEXXm0UprpGtlInQo5t5TwcFGmkWj1AqmbQaLM4ItJftUU9f7TkpIwFsNYrpFJJ/rP+pQ== +"@n1ru4l/in-memory-live-query-store@0.8.0": + version "0.8.0" + resolved "https://registry.yarnpkg.com/@n1ru4l/in-memory-live-query-store/-/in-memory-live-query-store-0.8.0.tgz#2f2dcf5a8a34ae5db0aeb28e50ebc167b8e3695e" + integrity sha512-vfI2yCi9CsP0wPAHFPBs4chRGRJszZKFR0jQ4nHSJeNxZJxvUkP5d1m6MGyS6LrJH3TlBW3R/ovGpnSfIvCYBA== dependencies: - "@graphql-tools/utils" "^8.0.0" - "@n1ru4l/graphql-live-query" "0.8.1" + "@graphql-tools/utils" "^8.5.2" + "@n1ru4l/graphql-live-query" "0.9.0" "@n1ru4l/push-pull-async-iterable-iterator" "^3.0.0" "@n1ru4l/push-pull-async-iterable-iterator@3.1.0", "@n1ru4l/push-pull-async-iterable-iterator@^3.0.0": @@ -1884,17 +1891,17 @@ resolved "https://registry.yarnpkg.com/@n1ru4l/push-pull-async-iterable-iterator/-/push-pull-async-iterable-iterator-3.1.0.tgz#be450c97d1c7cd6af1a992d53232704454345df9" integrity sha512-K4scWxGhdQM0masHHy4gIQs2iGiLEXCrXttumknyPJqtdl4J179BjpibWSSQ1fxKdCcHgIlCTKXJU6cMM6D6Wg== -"@n1ru4l/socket-io-graphql-client@0.11.0": - version "0.11.0" - resolved "https://registry.yarnpkg.com/@n1ru4l/socket-io-graphql-client/-/socket-io-graphql-client-0.11.0.tgz#96cb08df9640dd804bdcfa8ae7b711004dcb5dcf" - integrity sha512-YfgdbMUJqnfey1P2F6HUCnfdbWFhNY/r1Ii9IzEA8VnRPRuhDhA4uF1Lft/2yEPr98FBIPkJVQlE8dhX02EWaA== +"@n1ru4l/socket-io-graphql-client@0.11.1": + version "0.11.1" + resolved "https://registry.yarnpkg.com/@n1ru4l/socket-io-graphql-client/-/socket-io-graphql-client-0.11.1.tgz#3957b9e9b27caf2ff17636f1c4bdde7836007f34" + integrity sha512-yE917ST4LkvFHsTY6DjJ6v6ILK892sQTrWtVTwunbreqtrr8vkItcyS6CZ6Hy9oa7Ior6rn3WCeWhDbDRKF9Iw== dependencies: "@n1ru4l/push-pull-async-iterable-iterator" "^3.0.0" -"@n1ru4l/socket-io-graphql-server@0.11.0": - version "0.11.0" - resolved "https://registry.yarnpkg.com/@n1ru4l/socket-io-graphql-server/-/socket-io-graphql-server-0.11.0.tgz#05463909ffa540e8acd294c4db320c8ff05375c6" - integrity sha512-5IlbtwBarOzQ//OYE2m6wR8nqj0/97eBtwQryqdzs58iFRnSD+4eEfkWiPIttBxY5P5mMIxlT/6lzhMXyTlJBQ== +"@n1ru4l/socket-io-graphql-server@0.12.0": + version "0.12.0" + resolved "https://registry.yarnpkg.com/@n1ru4l/socket-io-graphql-server/-/socket-io-graphql-server-0.12.0.tgz#e594d58b588221797eebd8d071be4c7f707c3c54" + integrity sha512-fjwGGqlpN+bNvt4la3MGCfXRPzf4NAgi23UzJHiPW/jtHpki4QPrq90JHnenkgcudoKc0zGFrDLOOfExvfpy5g== "@nodelib/fs.scandir@2.1.3": version "2.1.3"