Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@emotion/babel-plugin": "^11.13.5",
"@emotion/cache": "^11.14.0",
"@emotion/css": "^11.13.5",
"@emotion/is-prop-valid": "^1.3.0",
"@emotion/is-prop-valid": "^1.4.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Missing emotion styled version update in package.json

The dependency update is incomplete. The PR description states both @emotion/is-prop-valid and @emotion/styled should be updated, but only @emotion/is-prop-valid appears in the diff. The @emotion/styled version constraint should be updated from ^11.14.0 to ^11.14.1 to match the installed lockfile version and complete the grouped dependency update as intended.

Fix in Cursor Fix in Web

"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mdx-js/loader": "^3.1.0",
Expand Down
Loading
Loading