Skip to content

Commit

Permalink
add react-is peer to @essex/styled-components
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Mar 27, 2023
1 parent ec93b50 commit 5cbb924
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@essex/styled-components",
"description": "ESM export support for styled-components",
"version": "0.0.11",
"version": "0.0.12",
"type": "module",
"main": "src/index.ts",
"publishConfig": {
Expand All @@ -28,6 +28,9 @@
"typescript": "^5.0.2"
},
"peerDependencies": {
"react": ">= 18",
"react-dom": ">= 18",
"react-is": ">= 18",
"styled-components": ">= 5"
},
"peerDependenciesMeta": {
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2644,6 +2644,9 @@ __metadata:
styled-components: ^5.3.9
typescript: ^5.0.2
peerDependencies:
react: ">= 18"
react-dom: ">= 18"
react-is: ">= 18"
styled-components: ">= 5"
peerDependenciesMeta:
styled-components:
Expand Down

0 comments on commit 5cbb924

Please sign in to comment.