next-urql
Advanced tools
Comparing version 0.0.0-canary-20230324105149 to 0.0.0-canary-20230324105225
# Changelog | ||
## 0.0.0-canary-20230324105149 | ||
## 0.0.0-canary-20230324105225 | ||
@@ -9,4 +9,4 @@ ### Patch Changes | ||
Submitted by [@kitten](https://github.com/kitten) (See [#3079](https://github.com/urql-graphql/urql/pull/3079)) | ||
- Updated dependencies (See [#3053](https://github.com/urql-graphql/urql/pull/3053), [#3033](https://github.com/urql-graphql/urql/pull/3033), and [#3079](https://github.com/urql-graphql/urql/pull/3079)) | ||
- urql@0.0.0-canary-20230324105149 | ||
- Updated dependencies (See [#3053](https://github.com/urql-graphql/urql/pull/3053), [#3095](https://github.com/urql-graphql/urql/pull/3095), [#3033](https://github.com/urql-graphql/urql/pull/3033), and [#3079](https://github.com/urql-graphql/urql/pull/3079)) | ||
- urql@0.0.0-canary-20230324105225 | ||
@@ -13,0 +13,0 @@ ## 4.0.3 |
{ | ||
"name": "next-urql", | ||
"version": "0.0.0-canary-20230324105149", | ||
"version": "0.0.0-canary-20230324105225", | ||
"description": "Convenience wrappers for using urql with NextJS.", | ||
@@ -37,4 +37,4 @@ "sideEffects": false, | ||
"react-is": "^17.0.1", | ||
"@urql/core": "0.0.0-canary-20230324105149", | ||
"urql": "0.0.0-canary-20230324105149" | ||
"@urql/core": "0.0.0-canary-20230324105225", | ||
"urql": "0.0.0-canary-20230324105225" | ||
}, | ||
@@ -46,3 +46,3 @@ "dependencies": { | ||
"react": ">=16.8.0", | ||
"urql": "0.0.0-canary-20230324105149" | ||
"urql": "0.0.0-canary-20230324105225" | ||
}, | ||
@@ -49,0 +49,0 @@ "scripts": { |
103202