Skip to content

Commit e850c98

Browse files
Version Packages (#3756)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 573944c commit e850c98

Some content is hidden

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

74 files changed

+273
-131
lines changed

.changeset/purple-baboons-nail.md

Lines changed: 0 additions & 23 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.1.0",
10-
"@urql/exchange-persisted": "^4.3.0",
9+
"@urql/core": "^5.1.1",
10+
"@urql/exchange-persisted": "^4.3.1",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"urql": "^4.2.1"
14+
"urql": "^4.2.2"
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.1.0",
21-
"@urql/exchange-graphcache": "^7.2.2",
20+
"@urql/core": "^5.1.1",
21+
"@urql/exchange-graphcache": "^7.2.3",
2222
"graphql": "17.0.0-alpha.2",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
25-
"urql": "^4.2.1"
25+
"urql": "^4.2.2"
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.1.0",
10-
"@urql/exchange-graphcache": "^7.2.2",
9+
"@urql/core": "^5.1.1",
10+
"@urql/exchange-graphcache": "^7.2.3",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"urql": "^4.2.1"
14+
"urql": "^4.2.2"
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.1.0",
10-
"@urql/exchange-auth": "^2.2.0",
11-
"@urql/exchange-graphcache": "^7.2.2",
9+
"@urql/core": "^5.1.1",
10+
"@urql/exchange-auth": "^2.2.1",
11+
"@urql/exchange-graphcache": "^7.2.3",
1212
"graphql": "^16.6.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
15-
"urql": "^4.2.1"
15+
"urql": "^4.2.2"
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.1.0",
9+
"@urql/core": "^5.1.1",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"urql": "^4.2.1"
13+
"urql": "^4.2.2"
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.1.0",
9+
"@urql/core": "^5.1.1",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"urql": "^4.2.1"
13+
"urql": "^4.2.2"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-react": "^3.1.0",

examples/with-next/package.json

Lines changed: 3 additions & 3 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.1.0",
7-
"@urql/next": "^1.1.4",
6+
"@urql/core": "^5.1.1",
7+
"@urql/next": "^1.1.5",
88
"graphql": "^16.6.0",
99
"next": "13.4.2",
1010
"react": "^18.2.0",
1111
"react-dom": "^18.2.0",
12-
"urql": "^4.2.1"
12+
"urql": "^4.2.2"
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.1.0",
9+
"@urql/core": "^5.1.1",
1010
"graphql": "^16.6.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
13-
"urql": "^4.2.1"
13+
"urql": "^4.2.2"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-react": "^3.1.0",

examples/with-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"start": "react-native start"
99
},
1010
"dependencies": {
11-
"@urql/core": "^5.1.0",
11+
"@urql/core": "^5.1.1",
1212
"graphql": "^16.6.0",
1313
"react": "18.2.0",
1414
"react-native": "0.71.4",
15-
"urql": "^4.2.1"
15+
"urql": "^4.2.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)