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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
"markdown-it-prism": "^2.2.4",
"pnpm": "^7.33.4",
"typescript": "^4.7.2",
"unocss": "^0.45.22",
"unocss": "^0.65.2",
Copy link

Copilot AI Sep 13, 2025

Choose a reason for hiding this comment

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

This represents a major version upgrade for vite (2.x to 5.x) and other dependencies. Major version upgrades often include breaking changes that could affect your application's functionality. Consider testing thoroughly and reviewing the migration guides for each package to ensure compatibility with your existing codebase.

Suggested change
"unocss": "^0.65.2",
"unocss": "^0.58.6",

Copilot uses AI. Check for mistakes.
"unplugin-auto-import": "^0.11.5",
"unplugin-vue-components": "^0.22.11",
"vite": "^2.9.16",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "^0.14.0",
"vite": "^5.4.20",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-md": "^0.18.0",
Copy link

Copilot AI Sep 13, 2025

Choose a reason for hiding this comment

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

This represents a major version upgrade for vite (2.x to 5.x) and other dependencies. Major version upgrades often include breaking changes that could affect your application's functionality. Consider testing thoroughly and reviewing the migration guides for each package to ensure compatibility with your existing codebase.

Suggested change
"vite-plugin-md": "^0.18.0",
"vite-plugin-md": "^0.23.0",

Copilot uses AI. Check for mistakes.
"vite-plugin-pages": "^0.23.0",
"vite-plugin-pwa": "^0.12.0",
"vite-plugin-vue-layouts": "^0.6.0",
"vite-ssg": "^0.20.0",
"vite-ssg-sitemap": "^0.2.7",
"vitest": "^0.13.1",
"vitest": "^0.34.4",
Copy link

Copilot AI Sep 13, 2025

Choose a reason for hiding this comment

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

This represents a major version upgrade for vite (2.x to 5.x) and other dependencies. Major version upgrades often include breaking changes that could affect your application's functionality. Consider testing thoroughly and reviewing the migration guides for each package to ensure compatibility with your existing codebase.

Copilot uses AI. Check for mistakes.
"vue-tsc": "^0.36.0"
}
}
Loading