Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

allow newer versions of react #283

Closed
wants to merge 9 commits into from
Closed

allow newer versions of react #283

wants to merge 9 commits into from

Conversation

AndreBClark
Copy link

update peer dependency react version from "^16.8.5" to ">=16.8.5"
>= means this version or newer
closes #282

bump react to allow >=16.8 or newer
dependabot bot and others added 6 commits February 10, 2022 21:50
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 1.7.3 to 2.6.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/v2.6.1/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@1.7.3...v2.6.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…e/node-fetch-2.6.1

chore(deps): bump node-fetch from 1.7.3 to 2.6.1 in /example
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.6.1 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.6.1...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [simple-get](https://github.com/feross/simple-get) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/feross/simple-get/releases)
- [Commits](feross/simple-get@v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: simple-get
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…e/simple-get-2.8.2

chore(deps): bump simple-get from 2.8.1 to 2.8.2 in /example
…e/follow-redirects-1.14.8

chore(deps): bump follow-redirects from 1.6.1 to 1.14.8 in /example
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

suppress incorrect dependency warning when using react 17
1 participant