Skip to content

Commit b0a0f32

Browse files
Version Packages (#3808)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b981b38 commit b0a0f32

Some content is hidden

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

71 files changed

+264
-143
lines changed

.changeset/giant-pets-buy.md

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

.changeset/shaggy-taxis-grab.md

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

.changeset/short-crews-retire.md

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

.changeset/thick-roses-joke.md

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

examples/with-apq/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.2.0",
10-
"@urql/exchange-persisted": "^4.3.1",
9+
"@urql/core": "^6.0.0",
10+
"@urql/exchange-persisted": "^5.0.0",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"urql": "^4.2.2"
14+
"urql": "^5.0.0"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^3.1.0",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
},
1818
"dependencies": {
1919
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
20-
"@urql/core": "^5.2.0",
21-
"@urql/exchange-graphcache": "^7.2.4",
20+
"@urql/core": "^6.0.0",
21+
"@urql/exchange-graphcache": "^8.0.0",
2222
"graphql": "17.0.0-alpha.2",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
25-
"urql": "^4.2.2"
25+
"urql": "^5.0.0"
2626
},
2727
"devDependencies": {
2828
"@apollo/server": "^4.4.1",

examples/with-graphcache-pagination/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.2.0",
10-
"@urql/exchange-graphcache": "^7.2.4",
9+
"@urql/core": "^6.0.0",
10+
"@urql/exchange-graphcache": "^8.0.0",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"urql": "^4.2.2"
14+
"urql": "^5.0.0"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^3.1.0",

examples/with-graphcache-updates/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.2.0",
10-
"@urql/exchange-auth": "^2.2.1",
11-
"@urql/exchange-graphcache": "^7.2.4",
9+
"@urql/core": "^6.0.0",
10+
"@urql/exchange-auth": "^3.0.0",
11+
"@urql/exchange-graphcache": "^8.0.0",
1212
"graphql": "^16.6.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
15-
"urql": "^4.2.2"
15+
"urql": "^5.0.0"
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-react": "^3.1.0",

examples/with-infinite-pagination/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.2.0",
9+
"@urql/core": "^6.0.0",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"urql": "^4.2.2"
13+
"urql": "^5.0.0"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-react": "^3.1.0",

examples/with-multipart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.2.0",
9+
"@urql/core": "^6.0.0",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"urql": "^4.2.2"
13+
"urql": "^5.0.0"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-react": "^3.1.0",

0 commit comments

Comments
 (0)