Skip to content

Commit 3999ae4

Browse files
Version Packages (#3768)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 46b798d commit 3999ae4

File tree

43 files changed

+90
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+90
-82
lines changed

.changeset/heavy-hairs-bow.md

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

.changeset/nervous-flies-confess.md

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

.changeset/old-ears-hunt.md

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

.changeset/serious-chefs-march.md

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

.changeset/slow-hotels-yawn.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.1.1",
9+
"@urql/core": "^5.1.2",
1010
"@urql/exchange-persisted": "^4.3.1",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"dependencies": {
1919
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
20-
"@urql/core": "^5.1.1",
21-
"@urql/exchange-graphcache": "^7.2.3",
20+
"@urql/core": "^5.1.2",
21+
"@urql/exchange-graphcache": "^7.2.4",
2222
"graphql": "17.0.0-alpha.2",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",

examples/with-graphcache-pagination/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": "^5.1.1",
10-
"@urql/exchange-graphcache": "^7.2.3",
9+
"@urql/core": "^5.1.2",
10+
"@urql/exchange-graphcache": "^7.2.4",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",

examples/with-graphcache-updates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.1.1",
9+
"@urql/core": "^5.1.2",
1010
"@urql/exchange-auth": "^2.2.1",
11-
"@urql/exchange-graphcache": "^7.2.3",
11+
"@urql/exchange-graphcache": "^7.2.4",
1212
"graphql": "^16.6.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.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.1.1",
9+
"@urql/core": "^5.1.2",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)