-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pigment-css] Make @pigment-css/react as peer dep
This change helps in module resolution across different package managers, especially pnpm, which expects the imports to be from direct dependencies. During sx prop transform, pigment-css plugin adds - ```js import { sx } from '@pigment-css/react'; ``` which would throw an error when using pnpm since @pigment-css/react was not a direct dependency of the user's application.
- Loading branch information
Brijesh Bittu
committed
Nov 22, 2024
1 parent
a3c15aa
commit 509cdaf
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters