Skip to content

Commit 930ade1

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 61ec5f2 commit 930ade1

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

packages/todo-example/client-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"devDependencies": {
66
"@graphql-codegen/cli": "2.11.3",
7-
"@graphql-codegen/gql-tag-operations-preset": "1.5.2",
7+
"@graphql-codegen/gql-tag-operations-preset": "1.5.3",
88
"@testing-library/jest-dom": "5.16.4",
99
"@testing-library/react": "12.1.5",
1010
"@testing-library/user-event": "13.5.0",

packages/todo-example/client-urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0",
77
"@repeaterjs/repeater": "3.0.4",
88
"@graphql-codegen/cli": "2.11.3",
9-
"@graphql-codegen/gql-tag-operations-preset": "1.5.2",
9+
"@graphql-codegen/gql-tag-operations-preset": "1.5.3",
1010
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
1111
"@n1ru4l/socket-io-graphql-client": "*",
1212
"@testing-library/jest-dom": "5.16.4",

packages/todo-example/server-yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@n1ru4l/in-memory-live-query-store": "0.10.0",
77
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0",
8-
"@graphql-yoga/node": "2.13.5",
8+
"@graphql-yoga/node": "2.13.6",
99
"graphql": "16.0.0-experimental-stream-defer.5"
1010
},
1111
"devDependencies": {

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,10 +1367,10 @@
13671367
"@graphql-tools/utils" "^8.8.0"
13681368
tslib "~2.4.0"
13691369

1370-
"@graphql-codegen/[email protected].2":
1371-
version "1.5.2"
1372-
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations-preset/-/gql-tag-operations-preset-1.5.2.tgz#ae7515b97a6a3e2329f07193689f00b7559a7eaa"
1373-
integrity sha512-MVgHHwz0jDnqA26WvOBhFWio3kb/Q9hST4anEpekCtY1C+upuIlSYF/Salc2jey1/t6snSH8SsxEDydLjW4Zbw==
1370+
"@graphql-codegen/[email protected].3":
1371+
version "1.5.3"
1372+
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations-preset/-/gql-tag-operations-preset-1.5.3.tgz#0a6b511b92b7ab52a20c4aaffb6add48fd1c9587"
1373+
integrity sha512-CIaqZDXp35wSG0kXDn3em+TAyAP4Eq+VgEdoqXfGQ8KllcJUmLAg4MbJqGONLaarQktzSphE7h2412GWUJJZ1A==
13741374
dependencies:
13751375
"@babel/helper-plugin-utils" "^7.14.5"
13761376
"@babel/template" "^7.15.4"
@@ -1692,47 +1692,47 @@
16921692
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
16931693
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
16941694

1695-
"@graphql-yoga/common@^2.12.4":
1696-
version "2.12.4"
1697-
resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.12.4.tgz#2c29e9edbb21f0eb4afbacb6e36865957dd70710"
1698-
integrity sha512-ZGOGhSnpY6bW5z5hh2/gu+bvTSmjmJ2PMXT+cfrqjnSYGBI16e3glH0BQWOgPpRlQPJ0cLYLJVaIe3P0yYOrbA==
1695+
"@graphql-yoga/common@^2.12.5":
1696+
version "2.12.5"
1697+
resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.12.5.tgz#930cf3599a3398f6a56f2f1755e6c9785e60bedb"
1698+
integrity sha512-5p634xtfphiHNPd39kyDc3VSIX8shkinywalNiMHEAal1DGYCn4x/mKbA6Q7tgWvrCqC4fAAuklHoxxi7TIyxA==
16991699
dependencies:
17001700
"@envelop/core" "^2.4.0"
17011701
"@envelop/parser-cache" "^4.4.0"
17021702
"@envelop/validation-cache" "^4.4.0"
17031703
"@graphql-tools/schema" "^8.5.0"
17041704
"@graphql-tools/utils" "^8.8.0"
17051705
"@graphql-typed-document-node/core" "^3.1.1"
1706-
"@graphql-yoga/subscription" "^2.2.2"
1706+
"@graphql-yoga/subscription" "^2.2.3"
17071707
"@whatwg-node/fetch" "^0.2.6"
17081708
dset "^3.1.1"
17091709
tslib "^2.3.1"
17101710

1711-
"@graphql-yoga/[email protected].5":
1712-
version "2.13.5"
1713-
resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.13.5.tgz#b6b3e206ac45671faa09349efcb41547669599ba"
1714-
integrity sha512-oFdo4hwhW9wFFBjFMruE126mtFlkB9IcUB7CoCu4XeN/2izMmYe0d6znPe51hcrm293ipzGvZgxG9LSJFKrUfg==
1711+
"@graphql-yoga/[email protected].6":
1712+
version "2.13.6"
1713+
resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.13.6.tgz#536b9e9b63d56c87e4886dd86808eab8ff83a979"
1714+
integrity sha512-gQDP2pZ88lR6+ZZbq6VosiCmhKR9cMWIAbtjTqcFu5k3isKdJnJvCSzk8vZuMjdwWl+IlyJaTVZTN8Xor+Z2tQ==
17151715
dependencies:
17161716
"@envelop/core" "^2.4.0"
17171717
"@graphql-tools/utils" "^8.8.0"
1718-
"@graphql-yoga/common" "^2.12.4"
1719-
"@graphql-yoga/subscription" "^2.2.2"
1718+
"@graphql-yoga/common" "^2.12.5"
1719+
"@graphql-yoga/subscription" "^2.2.3"
17201720
"@whatwg-node/fetch" "^0.2.6"
17211721
tslib "^2.3.1"
17221722

1723-
"@graphql-yoga/subscription@^2.2.2":
1724-
version "2.2.2"
1725-
resolved "https://registry.yarnpkg.com/@graphql-yoga/subscription/-/subscription-2.2.2.tgz#3a940a0c7daadede4adb824b262b29ce24f08425"
1726-
integrity sha512-830Aszxon2YDRW4+NXLjlh9ssP56hreMIA6vQIVCMzzQEbv4CnjPYDde6vVqCSZhJ51SvlJsVRYFbPEObEuzWw==
1723+
"@graphql-yoga/subscription@^2.2.3":
1724+
version "2.2.3"
1725+
resolved "https://registry.yarnpkg.com/@graphql-yoga/subscription/-/subscription-2.2.3.tgz#e378fa17a12675ae7b34b2f51e39bc02df312ba0"
1726+
integrity sha512-It/Dfh+nW2ClTtmOylAa+o7fbKIRYRTH6jfKLj3YB75tkv/rFZ70bjlChDCrEMa46I+zDMg7+cdkrQOXov2fDg==
17271727
dependencies:
1728-
"@graphql-yoga/typed-event-target" "^0.1.0"
1728+
"@graphql-yoga/typed-event-target" "^0.1.1"
17291729
"@repeaterjs/repeater" "^3.0.4"
17301730
tslib "^2.3.1"
17311731

1732-
"@graphql-yoga/typed-event-target@^0.1.0":
1733-
version "0.1.0"
1734-
resolved "https://registry.yarnpkg.com/@graphql-yoga/typed-event-target/-/typed-event-target-0.1.0.tgz#c83b4f3cb2793ba29c3442193c9369884fe8fde6"
1735-
integrity sha512-3zsJSSUgrJalE1/KoNN1ga1jU6GhTyEnAWACMP2vFzr3hkVyhB3QIkAYaGOVu0sg87K67gfD8QblT+WFZbsX6g==
1732+
"@graphql-yoga/typed-event-target@^0.1.1":
1733+
version "0.1.1"
1734+
resolved "https://registry.yarnpkg.com/@graphql-yoga/typed-event-target/-/typed-event-target-0.1.1.tgz#248d56a76046d805af8c0da3ef590cdb95d2c192"
1735+
integrity sha512-l23kLKHKhfD7jmv4OUlzxMTihSqgIjGWCSb0KdlLkeiaF2jjuo8pRhX200hFTrtjRHGSYS1fx2lltK/xWci+vw==
17361736
dependencies:
17371737
"@repeaterjs/repeater" "^3.0.4"
17381738
tslib "^2.3.1"

0 commit comments

Comments
 (0)