Skip to content

Commit 273519a

Browse files
committed
[breaking] Bump minimum React version to 16.8
1 parent 3569063 commit 273519a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"rimraf": "^3.0.0"
5959
},
6060
"peerDependencies": {
61-
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
62-
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
61+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
62+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
6363
},
6464
"resolutions": {
6565
"semver@7.0.0": "^7.0.0"

test/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,8 +1920,8 @@ __metadata:
19201920
react-date-picker: ^8.4.0
19211921
react-fit: ^1.4.0
19221922
peerDependencies:
1923-
react: ^16.3.0 || ^17.0.0 || ^18.0.0
1924-
react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0
1923+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
1924+
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
19251925
languageName: node
19261926
linkType: soft
19271927

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,8 +2112,8 @@ __metadata:
21122112
react-fit: ^1.4.0
21132113
rimraf: ^3.0.0
21142114
peerDependencies:
2115-
react: ^16.3.0 || ^17.0.0 || ^18.0.0
2116-
react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0
2115+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
2116+
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
21172117
languageName: unknown
21182118
linkType: soft
21192119

0 commit comments

Comments
 (0)