Skip to content

Commit 9c561f3

Browse files
Version Packages (#3706)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8c90e08 commit 9c561f3

File tree

31 files changed

+60
-34
lines changed

31 files changed

+60
-34
lines changed

.changeset/chatty-toes-melt.md

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

examples/with-apq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"urql": "^4.2.0"
14+
"urql": "^4.2.1"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^3.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"graphql": "17.0.0-alpha.2",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
25-
"urql": "^4.2.0"
25+
"urql": "^4.2.1"
2626
},
2727
"devDependencies": {
2828
"@apollo/server": "^4.4.1",

examples/with-graphcache-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"urql": "^4.2.0"
14+
"urql": "^4.2.1"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^3.1.0",

examples/with-graphcache-updates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "^16.6.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
15-
"urql": "^4.2.0"
15+
"urql": "^4.2.1"
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.2.0"
13+
"urql": "^4.2.1"
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.2.0"
13+
"urql": "^4.2.1"
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.2.0"
12+
"urql": "^4.2.1"
1313
},
1414
"scripts": {
1515
"dev": "next dev",

examples/with-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.2.0"
13+
"urql": "^4.2.1"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-react": "^3.1.0",

examples/with-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "^16.6.0",
1313
"react": "18.2.0",
1414
"react-native": "0.71.4",
15-
"urql": "^4.2.0"
15+
"urql": "^4.2.1"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)