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: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"react": "19.2.4",
"react-dom": "19.2.4",
"react-instantsearch-dom": "6.40.4",
"server-only": "0.0.1",
"social-links": "1.15.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good removal of server-only. This package is typically used to mark modules as server-only in Next.js App Router. Ensure no files in the codebase still have import 'server-only' statements, as this would cause runtime errors.

"tinycolor2": "1.6.0",
"url-pattern": "1.0.3",
Expand All @@ -70,7 +69,6 @@
"@types/tinycolor2": "1.4.6",
"autoprefixer": "10.4.21",
"dotenv": "^16.4.7",
"next-logger": "5.0.1",
"np": "10.2.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.

Removing next-logger from devDependencies. This was likely used for structured logging in Next.js. Verify that:

  1. No import statements for next-logger remain in the codebase
  2. Any logging configuration files (like next-logger.config.js) are also removed
  3. The application still has adequate logging in place

"postcss": "8.5.3",
"sass": "1.85.1",
Expand Down
36 changes: 0 additions & 36 deletions pnpm-lock.yaml

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