Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): move all dependencies to devDependencies #19

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

rwv
Copy link
Collaborator

@rwv rwv commented Dec 31, 2024

This pull request includes changes to the package.json and pnpm-lock.yaml files to move several dependencies from dependencies to devDependencies. This reorganization helps to ensure that only necessary packages are included in the production build, potentially reducing the final bundle size and improving performance.

Dependency reorganization:

  • package.json: Moved the following packages from dependencies to devDependencies: @unhead/vue, @vueuse/core, dompurify, express, marked, puppeteer, vite-node, vue, and vue-router.
  • pnpm-lock.yaml: Updated the importers section to reflect the changes in package.json, moving the same packages to devDependencies. [1] [2] [3]

@Copilot Copilot bot review requested due to automatic review settings December 31, 2024 06:17

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • package.json: Language not supported
@rwv rwv enabled auto-merge (squash) December 31, 2024 06:18
@rwv rwv merged commit 64cbdba into main Dec 31, 2024
8 checks passed
@rwv rwv deleted the fix/move-all-deps-to-dev branch December 31, 2024 06:19
@rwv rwv mentioned this pull request Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant