Skip to content

Commit

Permalink
fix: octicons peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 9, 2020
1 parent 4e4adb1 commit 67a8198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/blocks/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ui/editors/package.json
Expand Up @@ -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"
},
Expand Down

0 comments on commit 67a8198

Please sign in to comment.