Skip to content

Commit 3e4bee3

Browse files
Version Packages (#3813)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cddc86d commit 3e4bee3

File tree

37 files changed

+66
-56
lines changed

37 files changed

+66
-56
lines changed

.changeset/twenty-cows-roll.md

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

examples/with-apq/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^6.0.0",
10-
"@urql/exchange-persisted": "^5.0.0",
9+
"@urql/core": "^6.0.1",
10+
"@urql/exchange-persisted": "^5.0.1",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^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": "^6.0.0",
20+
"@urql/core": "^6.0.1",
2121
"@urql/exchange-graphcache": "^8.1.0",
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": "^6.0.0",
9+
"@urql/core": "^6.0.1",
1010
"@urql/exchange-graphcache": "^8.1.0",
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": "^6.0.0",
9+
"@urql/core": "^6.0.1",
1010
"@urql/exchange-auth": "^3.0.0",
1111
"@urql/exchange-graphcache": "^8.1.0",
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": "^6.0.0",
9+
"@urql/core": "^6.0.1",
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": "^6.0.0",
9+
"@urql/core": "^6.0.1",
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": "^6.0.0",
6+
"@urql/core": "^6.0.1",
77
"@urql/next": "^2.0.0",
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": "^6.0.0",
9+
"@urql/core": "^6.0.1",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",

examples/with-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "react-native start"
99
},
1010
"dependencies": {
11-
"@urql/core": "^6.0.0",
11+
"@urql/core": "^6.0.1",
1212
"graphql": "^16.6.0",
1313
"react": "18.2.0",
1414
"react-native": "0.71.4",

0 commit comments

Comments
 (0)