Skip to content

Commit

Permalink
(integrations) - upgrade dependencies (#623)
Browse files Browse the repository at this point in the history
* bump @urql/core in React, Preact and Svelte

* add changeset

* bump some deps

* update changeset wording

* bump to 1.10.1 instead
  • Loading branch information
JoviDeCroock authored Mar 16, 2020
1 parent 3a99b2e commit b9d2c44
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 41 deletions.
7 changes: 7 additions & 0 deletions .changeset/poor-bats-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@urql/preact': patch
'urql': patch
'@urql/svelte': patch
---

Bumps the `@urql/core` dependency minor version to ^1.10.1 for React, Preact and Svelte.
4 changes: 2 additions & 2 deletions exchanges/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"devDependencies": {
"@types/react": "^16.9.19",
"graphql": "^14.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions exchanges/suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"devDependencies": {
"@types/react": "^16.9.19",
"graphql": "^14.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
"lint-staged": "^10.0.8",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-is": "^16.12.0",
"react-test-renderer": "^16.12.0",
"rimraf": "^3.0.2",
"rollup": "^2.0.5",
"rollup": "^2.0.6",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-terser": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/next-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"graphql-tag": "^2.10.3",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-is": "^16.12.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/preact-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@testing-library/preact": "^1.0.2",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"preact": "^10.3.1"
"preact": "^10.3.4"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
"preact": ">= 10.0.0"
},
"dependencies": {
"@urql/core": ">=1.9.0",
"@urql/core": "^1.10.1",
"wonka": "^4.0.6"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@types/use-subscription": "^1.0.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-is": "^16.12.0",
"react-ssr-prepass": "^1.1.2",
"react-test-renderer": "^16.12.0"
Expand All @@ -61,7 +61,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@urql/core": "^1.9.0",
"@urql/core": "^1.10.1",
"use-subscription": "^1.4.0",
"wonka": "^4.0.7"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"svelte": "^3.0.0"
},
"dependencies": {
"@urql/core": ">= 1.8.0",
"@urql/core": "^1.10.1",
"wonka": "^4.0.7"
},
"devDependencies": {
"graphql": "^14.5.8",
"svelte": "^3.16.7"
"svelte": "^3.20.0"
},
"publishConfig": {
"access": "public"
Expand Down
46 changes: 21 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10121,10 +10121,10 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.1
source-map "^0.6.1"
supports-color "^6.1.0"

preact@^10.3.1, preact@^10.3.3:
version "10.3.3"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.3.3.tgz#31a949cdc89dd1cf72bc2b94f80ad55d1ac8c7e6"
integrity sha512-8EWUuHuLhX48uK0acnnXwBL/ZyrgeadnyhxG6hFI85BhwmquyGwWzfj2SylCNdEyltkdgbY3FZzQOM2mG1leAg==
preact@^10.3.3, preact@^10.3.4:
version "10.3.4"
resolved "https://registry.yarnpkg.com/preact/-/preact-10.3.4.tgz#e1542a4d3eba3e7a37f312a2c331231b97052024"
integrity sha512-wMgzs/RGYf0I1PZf8ZFJdyU/3kCcwepJyVYe+N9FGajyQWarMoPrPfrQajcG0psPj6ySYv2cSuLYFCihvV/Qrw==

prelude-ls@~1.1.2:
version "1.1.2"
Expand Down Expand Up @@ -10453,14 +10453,15 @@ react-document-meta@^2.0.3:
prop-types "^15.5.8"
react-side-effect "^1.1.0"

react-dom@^16.12.0, react-dom@^16.9.0:
version "16.12.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.12.0.tgz#0da4b714b8d13c2038c9396b54a92baea633fe11"
react-dom@^16.12.0, react-dom@^16.13.0, react-dom@^16.9.0:
version "16.13.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.0.tgz#cdde54b48eb9e8a0ca1b3dc9943d9bb409b81866"
integrity sha512-y09d2c4cG220DzdlFkPTnVvGTszVvNpC73v+AaLGLHbkpy3SSgvYq8x0rNwPJ/Rk/CicTNgk0hbHNw1gMEZAXg==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.18.0"
scheduler "^0.19.0"

react-error-overlay@5.1.6:
version "5.1.6"
Expand Down Expand Up @@ -10707,9 +10708,10 @@ react-universal-component@^4.0.0:
prop-types "^15.7.2"
react-hot-loader "^4.3.6"

react@^16.12.0, react@^16.9.0:
version "16.12.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.12.0.tgz#0c0a9c6a142429e3614834d5a778e18aa78a0b83"
react@^16.13.0, react@^16.9.0:
version "16.13.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.0.tgz#d046eabcdf64e457bbeed1e792e235e1b9934cf7"
integrity sha512-TSavZz2iSLkq5/oiE7gnFzmURKZMltmi193rm5HEoUDAXpzT9Kzw6oNZnGoai/4+fUnm7FqS5dwgUL34TujcWQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down Expand Up @@ -11294,10 +11296,10 @@ rollup-pluginutils@2.8.2, rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
dependencies:
estree-walker "^0.6.1"

rollup@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.0.5.tgz#55b8c0d62360a095e322ac7425b13ac5a97edcb4"
integrity sha512-bECGz+RYpw3NYCvLnABu3REUROYbnZsfQZA37ekm/KlgKt/fyxBNN4waBnlLwzx4r6jNBs56SbTn7PEgJjw3fQ==
rollup@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.0.6.tgz#865d6bb15a28cff3429ea1dc57236013661cb9de"
integrity sha512-P42IlI6a/bxh52ed8hEXXe44LcHfep2f26OZybMJPN1TTQftibvQEl3CWeOmJrzqGbFxOA000QXDWO9WJaOQpA==
optionalDependencies:
fsevents "~2.1.2"

Expand Down Expand Up @@ -11389,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 Expand Up @@ -12305,9 +12300,10 @@ surge@^0.21.3:
tarr "1.1.0"
url-parse-as-address "1.0.0"

svelte@^3.16.7:
version "3.18.1"
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.18.1.tgz#db0f82cc46394ca8c9a9d183995e1ebfeea3bdd0"
svelte@^3.20.0:
version "3.20.0"
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.20.0.tgz#15a0c118712720abe5396415a1a6e4ecefadb627"
integrity sha512-RMJeM/1603O9nJKb7KL1BCGFJ5cbOKTvjPjkkhRwu+qbub70hp/Q3vn7gF8aPlna5zG1IhiYuAfQw95yZGA8cA==

svgo@^1.0.0:
version "1.3.2"
Expand Down

0 comments on commit b9d2c44

Please sign in to comment.