Skip to content

Commit 242f7d8

Browse files
authored
Added @emotion/babel-plugin as a dependency of @emotion/react (#2609)
1 parent 4efa2cb commit 242f7d8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/perfect-cameras-greet.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@emotion/react': patch
3+
---
4+
5+
Added `@emotion/babel-plugin` as a dependency - this is an actual dependency of the `@emotion/react/macro` entrypoint and it has to be explicitly declared to fix compatibility with strict package managers.

packages/react/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@babel/runtime": "^7.13.10",
30+
"@emotion/babel-plugin": "^11.7.1",
3031
"@emotion/cache": "^11.7.1",
3132
"@emotion/serialize": "^1.0.2",
3233
"@emotion/sheet": "^1.1.0",

0 commit comments

Comments
 (0)