Skip to content
Open
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 @@ -173,7 +173,7 @@
"sonner": "2.0.7",
"styled-components": "^6.3.5",
"stylelint": "^16.26.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-config-standard-scss": "^17.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

high

With this update to stylelint-config-standard-scss v17, the stylelint package also needs to be updated. According to the release notes for [email protected], it has a peer dependency on stylelint@>=17.0.0. The project currently uses stylelint@^16.26.1 (line 175), which is incompatible and will likely cause peer dependency errors. Please update stylelint to a compatible version, such as ^17.0.0, to resolve this.

"superjson": "^2.2.6",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
Expand Down