Skip to content

Commit c4594d4

Browse files
fix(deps): update react monorepo to v17.0.2 (#53)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`17.0.1` -> `17.0.2`](https://renovatebot.com/diffs/npm/react/17.0.1/17.0.2) | [![age](https://badges.renovateapi.com/packages/npm/react/17.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react/17.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react/17.0.2/compatibility-slim/17.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react/17.0.2/confidence-slim/17.0.1)](https://docs.renovatebot.com/merge-confidence/) | | [react-dom](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`17.0.1` -> `17.0.2`](https://renovatebot.com/diffs/npm/react-dom/17.0.1/17.0.2) | [![age](https://badges.renovateapi.com/packages/npm/react-dom/17.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-dom/17.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-dom/17.0.2/compatibility-slim/17.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-dom/17.0.2/confidence-slim/17.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>facebook/react</summary> ### [`v17.0.2`](https://togithub.com/facebook/react/blob/master/CHANGELOG.md#&#8203;1702-March-22-2021) [Compare Source](https://togithub.com/facebook/react/compare/v17.0.1...v17.0.2) ##### React DOM - Remove an unused dependency to address the [`SharedArrayBuffer` cross-origin isolation warning](https://developer.chrome.com/blog/enabling-shared-array-buffer/). ([@&#8203;koba04](https://togithub.com/koba04) and [@&#8203;bvaughn](https://togithub.com/bvaughn) in [#&#8203;20831](https://togithub.com/facebook/react/pull/20831), [#&#8203;20832](https://togithub.com/facebook/react/pull/20832), and [#&#8203;20840](https://togithub.com/facebook/react/pull/20840)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/sambacha/create-subgraph-app).
2 parents 98504cc + cfa9b4b commit c4594d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/cra-subgraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"dotenv-flow": "3.2.0",
1919
"graphql": "15.5.0",
2020
"graphql-tag": "2.11.0",
21-
"react": "17.0.1",
22-
"react-dom": "17.0.1",
21+
"react": "17.0.2",
22+
"react-dom": "17.0.2",
2323
"react-scripts": "4.0.3",
2424
"subscriptions-transport-ws": "0.9.18",
2525
"typescript": "4.2.3"

0 commit comments

Comments
 (0)