Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Fix peer depdencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joeattardi committed Feb 25, 2023
1 parent 4a15016 commit 03061da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/popup-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@floating-ui/dom": "^1.0.0"
},
"peerDependencies": {
"picmo": "^5.7.0"
"picmo": "^5.8.0"
},
"devDependencies": {
"@testing-library/dom": "^8.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer-twemoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"twemoji-parser": "^14.0.0"
},
"peerDependencies": {
"picmo": "^5.7.0"
"picmo": "^5.8.0"
},
"devDependencies": {
"@testing-library/dom": "^8.17.1",
Expand Down

0 comments on commit 03061da

Please sign in to comment.