Skip to content

Commit e3bd533

Browse files
authored
Merge pull request arqex#838 from alexander-schranz/patch-2
Allow usage with react 18
2 parents 8071a79 + f0618fc commit e3bd533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"peerDependencies": {
4040
"moment": "^2.16.0",
41-
"react": "^16.5.0 || ^17.0.0"
41+
"react": "^16.5.0 || ^17.0.0 || ^18.0.0"
4242
},
4343
"devDependencies": {
4444
"@babel/core": "7.7.4",

0 commit comments

Comments
 (0)