Skip to content

Commit 88bed21

Browse files
Version Packages (#3580)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9bf3289 commit 88bed21

File tree

46 files changed

+157
-68
lines changed

Some content is hidden

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

46 files changed

+157
-68
lines changed

.changeset/famous-deers-marry.md

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

.changeset/itchy-cups-remember.md

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

.changeset/two-hounds-yell.md

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

examples/with-apq/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"dependencies": {
99
"@urql/core": "^5.0.3",
10-
"@urql/exchange-persisted": "^4.2.0",
10+
"@urql/exchange-persisted": "^4.3.0",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"urql": "^4.0.7"
14+
"urql": "^4.1.0"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^3.1.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"dependencies": {
1919
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
2020
"@urql/core": "^5.0.3",
21-
"@urql/exchange-graphcache": "^7.0.2",
21+
"@urql/exchange-graphcache": "^7.1.0",
2222
"graphql": "17.0.0-alpha.2",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
25-
"urql": "^4.0.7"
25+
"urql": "^4.1.0"
2626
},
2727
"devDependencies": {
2828
"@apollo/server": "^4.4.1",

examples/with-graphcache-pagination/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"dependencies": {
99
"@urql/core": "^5.0.3",
10-
"@urql/exchange-graphcache": "^7.0.2",
10+
"@urql/exchange-graphcache": "^7.1.0",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"urql": "^4.0.7"
14+
"urql": "^4.1.0"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^3.1.0",

examples/with-graphcache-updates/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
},
88
"dependencies": {
99
"@urql/core": "^5.0.3",
10-
"@urql/exchange-auth": "^2.1.6",
11-
"@urql/exchange-graphcache": "^7.0.2",
10+
"@urql/exchange-auth": "^2.2.0",
11+
"@urql/exchange-graphcache": "^7.1.0",
1212
"graphql": "^16.6.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
15-
"urql": "^4.0.7"
15+
"urql": "^4.1.0"
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-react": "^3.1.0",

examples/with-infinite-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"urql": "^4.0.7"
13+
"urql": "^4.1.0"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-react": "^3.1.0",

examples/with-multipart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"urql": "^4.0.7"
13+
"urql": "^4.1.0"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-react": "^3.1.0",

examples/with-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"next": "13.4.2",
1010
"react": "^18.2.0",
1111
"react-dom": "^18.2.0",
12-
"urql": "^4.0.7"
12+
"urql": "^4.1.0"
1313
},
1414
"scripts": {
1515
"dev": "next dev",

0 commit comments

Comments
 (0)