Skip to content
Closed

Next #589

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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"jssha": "^3.3.1",
"jszip": "^3.10.1",
"lucia": "^2.7.7",
"lucide-react": "^0.554.0",
"lucide-react": "^0.562.0",
"luxon": "^3.7.2",
"motion": "^12.23.26",
"next": "^14.2.35",
Expand Down Expand Up @@ -155,11 +155,11 @@
"prisma": "^7.1.0",
"sass": "^1.96.0",
"storybook": "^10.0.8",
"tailwindcss": "4.1.17",
"tailwindcss": "4.1.18",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.21.0",
"typescript": "5.9.3",
"vite-tsconfig-paths": "^5.1.4",
"vite-tsconfig-paths": "^6.0.4",
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

This is a major version bump from v5.1.4 to v6.0.4 for vite-tsconfig-paths. Major version changes can include breaking changes according to semantic versioning. Please verify that this update doesn't introduce any breaking changes that could affect the project's build or test configuration, especially since this package is used in vitest.config.ts.

Suggested change
"vite-tsconfig-paths": "^6.0.4",
"vite-tsconfig-paths": "^5.1.4",

Copilot uses AI. Check for mistakes.
"vitest": "^4.0.14"
}
}
72 changes: 34 additions & 38 deletions pnpm-lock.yaml

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

Loading