Skip to content

Commit 8b2fc2b

Browse files
authored
Merge pull request #142 from cbschuld/main
updated the react restriction to include react 18 - tested; works fine
2 parents 12f5640 + 7a4e82e commit 8b2fc2b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.7.3 - 2022-07-24
2+
3+
- Updated package restriction to support react ^18 (@cbschuld)
4+
15
### 2.7.2 - 2021-10-05
26

37
- Update aria role on provider buttons to improve accessibility (@luisrudge)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/calibreapp/react-live-chat-loader.git"
3939
},
4040
"peerDependencies": {
41-
"react": "^16.14.0 || ^17.0.0"
41+
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
4242
},
4343
"devDependencies": {
4444
"@babel/cli": "^7.13.10",

0 commit comments

Comments
 (0)