diff --git a/ui/blocks/package.json b/ui/blocks/package.json index f7198da66..90dc6f45e 100644 --- a/ui/blocks/package.json +++ b/ui/blocks/package.json @@ -64,7 +64,7 @@ "jest": "^24.9.0" }, "peerDependencies": { - "@primer/octicons-react": "10.x", + "@primer/octicons-react": ">= 10.0.0", "react": ">= 16.8.0", "react-dom": ">= 16.8.0", "react-table": ">= 7.0.0", diff --git a/ui/editors/package.json b/ui/editors/package.json index 2ce076bf7..035f8d5f2 100644 --- a/ui/editors/package.json +++ b/ui/editors/package.json @@ -53,7 +53,7 @@ "jest": "^24.9.0" }, "peerDependencies": { - "@primer/octicons-react": "10.x", + "@primer/octicons-react": ">= 10.0.0", "react": ">= 16.8.0", "react-dom": ">= 16.8.0" },