Skip to content

Commit

Permalink
fix(react): upgrade @emotion/is-prop-valid to support ES modules (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Oct 20, 2022
1 parent 13cac02 commit 6de2279
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-moose-work.md
@@ -0,0 +1,5 @@
---
'@linaria/react': patch
---

Upgrade @emotion/is-prop-valid to support ES modules
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": ">=7",
"@babel/plugin-syntax-jsx": ">=7",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-env": ">=7",
"@babel/preset-react": ">=7",
"@babel/preset-typescript": ">=7",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -4,7 +4,7 @@
"version": "4.2.0",
"bugs": "https://github.com/callstack/linaria/issues",
"dependencies": {
"@emotion/is-prop-valid": "^0.8.8",
"@emotion/is-prop-valid": "^1.2.0",
"@linaria/core": "workspace:^",
"@linaria/tags": "workspace:^",
"@linaria/utils": "workspace:^",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6de2279

Please sign in to comment.