Skip to content

Commit

Permalink
chore: Upgrade to wonka@^6.3.0 (#3104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten authored Mar 27, 2023
1 parent d0d0694 commit 6d2b91e
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 15 deletions.
19 changes: 19 additions & 0 deletions .changeset/eighty-pigs-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@urql/exchange-multipart-fetch': patch
'@urql/exchange-request-policy': patch
'@urql/exchange-graphcache': patch
'@urql/preact': patch
'@urql/svelte': patch
'@urql/exchange-persisted': patch
'urql': patch
'@urql/exchange-populate': patch
'@urql/exchange-context': patch
'@urql/exchange-execute': patch
'@urql/exchange-refocus': patch
'@urql/vue': patch
'@urql/exchange-retry': patch
'@urql/exchange-auth': patch
'@urql/core': patch
---

Upgrade to `wonka@^6.3.0`
2 changes: 1 addition & 1 deletion exchanges/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@urql/core": ">=3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"devDependencies": {
"@urql/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion exchanges/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@urql/core": ">=3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"devDependencies": {
"@urql/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion exchanges/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@urql/core": ">=3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"@0no-co/graphql.web": "^1.0.0",
"@urql/core": ">=3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"devDependencies": {
"@cypress/react": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion exchanges/multipart-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@urql/core": ">=3.2.2",
"extract-files": "^11.0.0",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"devDependencies": {
"@urql/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion exchanges/persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@urql/core": ">=3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"devDependencies": {
"@urql/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion exchanges/populate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@urql/core": ">=3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion exchanges/refocus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@urql/core": ">=3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion exchanges/request-policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@urql/core": ">=3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion exchanges/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@urql/core": ">=3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@0no-co/graphql.web": "^1.0.0",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@urql/core": "^3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
},
"dependencies": {
"@urql/core": "^3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/svelte-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@urql/core": "^3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"devDependencies": {
"@urql/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@urql/core": "^3.2.2",
"wonka": "^6.2.6"
"wonka": "^6.3.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 6d2b91e

Please sign in to comment.