diff --git a/package-lock.json b/package-lock.json index e545360..959ff53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "typescript": "^4.5.4" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 | ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 3230770..fd9f15e 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "typescript": "^4.5.4" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 | ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "publishConfig": { "access": "public"