Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 1639e72

Browse files
committed
Update Peer Dependencies
1 parent a9f98c4 commit 1639e72

File tree

3 files changed

+50
-26
lines changed

3 files changed

+50
-26
lines changed

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
77
**Table of Contents**
88

99
- [[Unreleased]](#unreleased)
10-
- [[1.4.6] - (2021-08-25)](#146---2021-08-25)
10+
- [[1.4.7] - (2021-10-20)](#147---2021-10-20)
1111
- [Changed](#changed)
12-
- [[1.4.5] - (2021-02-13)](#145---2021-02-13)
12+
- [[1.4.6] - (2021-08-25)](#146---2021-08-25)
1313
- [Changed](#changed-1)
14+
- [[1.4.5] - (2021-02-13)](#145---2021-02-13)
15+
- [Changed](#changed-2)
1416
- [[1.4.4] - (2021-01-04)](#144---2021-01-04)
1517
- [Fixed](#fixed)
1618
- [[1.4.3] - (2020-12-18)](#143---2020-12-18)
1719
- [Fixed](#fixed-1)
1820
- [[1.4.2] - (2020-12-18)](#142---2020-12-18)
19-
- [Changed](#changed-2)
21+
- [Changed](#changed-3)
2022
- [[1.4.1] - (2020-12-03)](#141---2020-12-03)
2123
- [Added](#added)
2224
- [Fixed](#fixed-2)
@@ -37,12 +39,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
3739
- [Fixed](#fixed-4)
3840
- [[1.2.0] - (2020-11-26)](#120---2020-11-26)
3941
- [Added](#added-5)
40-
- [Changed](#changed-3)
42+
- [Changed](#changed-4)
4143
- [[1.1.0] - (2020-11-24)](#110---2020-11-24)
4244
- [Added](#added-6)
43-
- [Changed](#changed-4)
44-
- [[1.0.2] - (2020-11-23)](#102---2020-11-23)
4545
- [Changed](#changed-5)
46+
- [[1.0.2] - (2020-11-23)](#102---2020-11-23)
47+
- [Changed](#changed-6)
4648
- [[1.0.1] - (2020-11-23)](#101---2020-11-23)
4749
- [Added](#added-7)
4850
- [Fixed](#fixed-5)
@@ -52,6 +54,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
5254

5355
---
5456

57+
## [1.4.7] - (2021-10-20)
58+
59+
### Changed
60+
61+
- Updated peer dependencies
62+
63+
---
64+
5565
## [1.4.6] - (2021-08-25)
5666

5767
### Changed

package-lock.json

Lines changed: 30 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"tiny-warning": "^1.0.3"
3535
},
3636
"peerDependencies": {
37-
"react": "^17.0.0",
38-
"react-dom": "^16.8.0",
37+
"react": "^17.0.2",
38+
"react-dom": "^17.0.2",
3939
"react-router-dom": "^5.2.0"
4040
},
4141
"devDependencies": {
@@ -54,8 +54,8 @@
5454
"@types/jest": "^26.0.15",
5555
"@types/jsdom": "^16.2.5",
5656
"@types/marked": "^1.2.0",
57-
"@types/react": "^17.0.0",
58-
"@types/react-dom": "^17.0.0",
57+
"@types/react": "^17.0.2",
58+
"@types/react-dom": "^17.0.2",
5959
"@types/react-router-dom": "^5.1.6",
6060
"@types/react-test-renderer": "^17.0.0",
6161
"@types/rimraf": "^3.0.0",

0 commit comments

Comments
 (0)