diff --git a/packages/api-docs/package.json b/packages/api-docs/package.json index f60fe6e..5a5ba27 100644 --- a/packages/api-docs/package.json +++ b/packages/api-docs/package.json @@ -60,7 +60,7 @@ "@types/path-browserify": "^1.0.0" }, "peerDependencies": { - "typescript": "^4.0.0" + "typescript": "^4.0.0 || ^5.0.0" }, "publishConfig": { "access": "public" diff --git a/packages/api/package.json b/packages/api/package.json index 644fb1f..b80039d 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -45,7 +45,7 @@ "typescript": "^4.5.0" }, "peerDependencies": { - "typescript": "^4.2.0" + "typescript": "^4.2.0 || ^5.0.0" }, "publishConfig": { "access": "public" diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index 71fe7d3..8486d19 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -43,7 +43,7 @@ "typescript": "^4.5.0" }, "peerDependencies": { - "typescript": "^4.0.0" + "typescript": "^4.0.0 || ^5.0.0" }, "publishConfig": { "access": "public" diff --git a/plugins/react-prop-types/package.json b/plugins/react-prop-types/package.json index 76f21af..f4a8969 100644 --- a/plugins/react-prop-types/package.json +++ b/plugins/react-prop-types/package.json @@ -45,7 +45,7 @@ "peerDependencies": { "prop-types": "^15.0.0", "react": "^16.8.0 || ^17.0.0", - "typescript": "^4.0.0" + "typescript": "^4.0.0 || ^5.0.0" }, "publishConfig": { "access": "public" diff --git a/plugins/react/package.json b/plugins/react/package.json index ac24363..78ab370 100644 --- a/plugins/react/package.json +++ b/plugins/react/package.json @@ -43,7 +43,7 @@ }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0", - "typescript": "^4.0.0" + "typescript": "^4.0.0 || ^5.0.0" }, "publishConfig": { "access": "public"