Skip to content

Commit

Permalink
fix: octicons peer dependency
Browse files Browse the repository at this point in the history
atanasster committed Aug 9, 2020
1 parent 4e4adb1 commit 67a8198
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/blocks/package.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion ui/editors/package.json
Original file line number Diff line number Diff line change
@@ -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"
},

0 comments on commit 67a8198

Please sign in to comment.