mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
bump: upgrade astro and dependencies (#596)
* bump: update astro to v5.16.6 and related dependencies * bump: update dependencies to latest versions - Upgraded @tailwindcss/vite from 4.1.11 to 4.1.18 - Updated dayjs from 1.11.13 to 1.11.19 - Bumped satori from 0.15.2 to 0.18.3 - Updated sharp from 0.34.2 to 0.34.5 - Upgraded @pagefind/default-ui from 1.3.0 to 1.4.0 - Updated @tailwindcss/typography from 0.5.16 to 0.5.19 - Bumped @typescript-eslint/parser from 8.36.0 to 8.51.0 - Updated eslint from 9.30.1 to 9.39.2 - Upgraded eslint-plugin-astro from 1.3.1 to 1.5.0 - Updated globals from 16.3.0 to 16.5.0 - Bumped pagefind from 1.3.0 to 1.4.0 - Updated prettier from 3.6.2 to 3.7.4 - Upgraded prettier-plugin-tailwindcss from 0.6.13 to 0.7.2 - Updated typescript from 5.8.3 to 5.9.3 - Bumped typescript-eslint from 8.36.0 to 8.51.0 * chore: fix prettier warnings - Changed single quotes to double quotes for the @plugin directive in typography.css. - Updated CSS classes to use wrap-break-word for better text handling in various elements.
This commit is contained in:
@@ -85,7 +85,7 @@ In this section, you will find instructions on how to add support for LaTeX in y
|
||||
4. As the last step, add a text-color for `katex` in `typography.css`.
|
||||
|
||||
```css file=src/styles/typography.css
|
||||
@plugin '@tailwindcss/typography';
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
@layer base {
|
||||
/* other classes */
|
||||
|
||||
Reference in New Issue
Block a user