Skip to content

Commit 8656621

Browse files
Version Packages (#3688)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 36a0716 commit 8656621

File tree

23 files changed

+46
-42
lines changed

23 files changed

+46
-42
lines changed

.changeset/plenty-carrots-confess.md

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

.changeset/shiny-eagles-join.md

Lines changed: 0 additions & 5 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,12 +6,12 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.0.6",
9+
"@urql/core": "^5.0.7",
1010
"@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.1.0"
14+
"urql": "^4.2.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
@@ -17,12 +17,12 @@
1717
},
1818
"dependencies": {
1919
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
20-
"@urql/core": "^5.0.6",
20+
"@urql/core": "^5.0.7",
2121
"@urql/exchange-graphcache": "^7.2.0",
2222
"graphql": "17.0.0-alpha.2",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
25-
"urql": "^4.1.0"
25+
"urql": "^4.2.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
@@ -6,12 +6,12 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.0.6",
9+
"@urql/core": "^5.0.7",
1010
"@urql/exchange-graphcache": "^7.2.0",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"urql": "^4.1.0"
14+
"urql": "^4.2.0"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^3.1.0",

examples/with-graphcache-updates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"start": "vite"
77
},
88
"dependencies": {
9-
"@urql/core": "^5.0.6",
9+
"@urql/core": "^5.0.7",
1010
"@urql/exchange-auth": "^2.2.0",
1111
"@urql/exchange-graphcache": "^7.2.0",
1212
"graphql": "^16.6.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
15-
"urql": "^4.1.0"
15+
"urql": "^4.2.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.0.6",
9+
"@urql/core": "^5.0.7",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"urql": "^4.1.0"
13+
"urql": "^4.2.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.0.6",
9+
"@urql/core": "^5.0.7",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"urql": "^4.1.0"
13+
"urql": "^4.2.0"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-react": "^3.1.0",

examples/with-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@urql/core": "^5.0.6",
6+
"@urql/core": "^5.0.7",
77
"@urql/next": "^1.1.2",
88
"graphql": "^16.6.0",
99
"next": "13.4.2",
1010
"react": "^18.2.0",
1111
"react-dom": "^18.2.0",
12-
"urql": "^4.1.0"
12+
"urql": "^4.2.0"
1313
},
1414
"scripts": {
1515
"dev": "next dev",

examples/with-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.0.6",
9+
"@urql/core": "^5.0.7",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"urql": "^4.1.0"
13+
"urql": "^4.2.0"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-react": "^3.1.0",

0 commit comments

Comments
 (0)