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 @@ -71,7 +71,7 @@
"autoprefixer": "10.4.21",
"dotenv": "^16.4.7",
"next-logger": "5.0.1",
"np": "10.2.0",
"np": "10.3.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This is a minor version update for the np (npm publish) tool. Since this is a dev dependency used for package publishing, verify that any existing release scripts or CI workflows are compatible with v10.3.0. Check the np changelog for any breaking changes in CLI arguments or behavior that might affect your release process.

"postcss": "8.5.3",
"sass": "1.85.1",
"typescript": "5.8.3"
Expand Down
Loading