Skip to content

Commit

Permalink
Add missing @emotion/react dep to block-editor
Browse files Browse the repository at this point in the history
PR WordPress#51545 added a dependency on `@emotion/styled`, which resulted in a
transitive peer dependency on `@emotion/react`. We should satisfy that
dependency ourself, just as we do in the components package.
  • Loading branch information
anomiex committed Jul 10, 2023
1 parent 7021558 commit a87f0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/block-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
],
"dependencies": {
"@babel/runtime": "^7.16.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@react-spring/web": "^9.4.5",
"@wordpress/a11y": "file:../a11y",
Expand Down

0 comments on commit a87f0cb

Please sign in to comment.