Skip to content

Commit 76ef485

Browse files
Version Packages (#3645)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a620d15 commit 76ef485

File tree

23 files changed

+34
-30
lines changed

23 files changed

+34
-30
lines changed

.changeset/good-walls-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-humans-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/with-apq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.0.5",
9+
"@urql/core": "^5.0.6",
1010
"@urql/exchange-persisted": "^4.3.0",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",

examples/with-defer-stream-directives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
20-
"@urql/core": "^5.0.5",
20+
"@urql/core": "^5.0.6",
2121
"@urql/exchange-graphcache": "^7.1.2",
2222
"graphql": "17.0.0-alpha.2",
2323
"react": "^18.2.0",

examples/with-graphcache-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.0.5",
9+
"@urql/core": "^5.0.6",
1010
"@urql/exchange-graphcache": "^7.1.2",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",

examples/with-graphcache-updates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.0.5",
9+
"@urql/core": "^5.0.6",
1010
"@urql/exchange-auth": "^2.2.0",
1111
"@urql/exchange-graphcache": "^7.1.2",
1212
"graphql": "^16.6.0",

examples/with-infinite-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.0.5",
9+
"@urql/core": "^5.0.6",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",

examples/with-multipart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.0.5",
9+
"@urql/core": "^5.0.6",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",

examples/with-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@urql/core": "^5.0.5",
6+
"@urql/core": "^5.0.6",
77
"@urql/next": "^1.1.1",
88
"graphql": "^16.6.0",
99
"next": "13.4.2",

examples/with-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.0.5",
9+
"@urql/core": "^5.0.6",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)