Skip to content

Commit 1187726

Browse files
authored
fix: add spacing to peer deps
2 parents 4bfe556 + c9cdfb1 commit 1187726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
}
120120
],
121121
"peerDependencies": {
122-
"react": "^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0"
122+
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
123123
},
124124
"devDependencies": {
125125
"@babel/core": "^7.18.9",

0 commit comments

Comments
 (0)