Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated to Astro 5.0 * Added updated types * experimental features are now non-experimental * Remove Vite optimization configuration for Astro DB from astro.config.mjs. This change simplifies the configuration by eliminating the exclusion of the Astro DB dependency, aligning with recent updates and optimizations in the project. * Update dependencies in package.json and package-lock.json - Bumped versions for several packages including @alpinejs, astro, better-auth, better-sqlite3, isomorphic-dompurify, marked, ora, prettier, and others to their latest stable releases. - This update enhances overall functionality, security, and performance of the project by ensuring all dependencies are up-to-date. - Notable version changes include: - @alpinejs packages updated from 3.14.4 to 3.14.7 - better-auth updated from 1.0.6 to 1.0.13 - better-sqlite3 updated from 11.6.0 to 11.7.0 - isomorphic-dompurify updated from 2.17.0 to 2.18.0 - marked updated from 15.0.2 to 15.0.3 - prettier updated from 3.4.1 to 3.4.2 - tailwindcss updated from 3.4.15 to 3.4.16 - Updated netlify-cli from 17.37.2 to 17.38.0 for improved CLI experience. * Update package version to 1.0.6 in package.json and package-lock.json - Bumped the version of the 'create-freedom-stack' package from 1.0.5 to 1.0.6 in both package.json and package-lock.json files. - Adjusted dependency attributes in package-lock.json, changing 'devOptional' to 'optional' and adding 'peer' for better dependency management. - These updates ensure that the project reflects the latest versioning and dependency configurations, enhancing overall project stability and clarity.
- Loading branch information