Skip to content

Commit

Permalink
bump to 1.10.1 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Mar 16, 2020
1 parent 182f2a3 commit eb220b1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .changeset/poor-bats-approve.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
'@urql/svelte': patch
---

Bumps the `@urql/core` dependency minor version to ^1.10.0 for React, Preact and Svelte.
Bumps the `@urql/core` dependency minor version to ^1.10.1 for React, Preact and Svelte.
2 changes: 1 addition & 1 deletion packages/preact-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"preact": ">= 10.0.0"
},
"dependencies": {
"@urql/core": "^1.10.0",
"@urql/core": "^1.10.1",
"wonka": "^4.0.6"
},
"publishConfig": {
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,7 +61,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@urql/core": "^1.10.0",
"@urql/core": "^1.10.1",
"use-subscription": "^1.4.0",
"wonka": "^4.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"svelte": "^3.0.0"
},
"dependencies": {
"@urql/core": "^1.10.0",
"@urql/core": "^1.10.1",
"wonka": "^4.0.7"
},
"devDependencies": {
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11391,13 +11391,6 @@ saxes@^3.1.9:
dependencies:
xmlchars "^2.1.1"

scheduler@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

scheduler@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.0.tgz#a715d56302de403df742f4a9be11975b32f5698d"
Expand Down

0 comments on commit eb220b1

Please sign in to comment.