No description
Find a file
dependabot[bot] 60e3fba611 build(deps): bump tailwindcss from 3.4.15 to 3.4.16
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.15 to 3.4.16.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 21:38:50 +08:00
.github feat: create dependabot.yml 2024-12-11 21:29:29 +08:00
.husky feat: add husky and lint staged 2024-11-27 03:31:15 +08:00
.netlify/v1 feat: add netlify ssr adapter 2024-11-27 11:41:40 +08:00
.vscode feat: complete header and footer components and dark/light mode switching function 2024-11-27 03:58:51 +08:00
public Initial commit from Astro 2024-11-27 03:31:14 +08:00
src feat: add noise background image 2024-12-11 21:25:58 +08:00
.eslintignore feat: configure prettier and eslint and format the code 2024-11-27 03:31:15 +08:00
.gitignore Initial commit from Astro 2024-11-27 03:31:14 +08:00
.prettierignore feat: configure prettier and eslint and format the code 2024-11-27 03:31:15 +08:00
.prettierrc.mjs feat: configure prettier and eslint and format the code 2024-11-27 03:31:15 +08:00
astro.config.mjs feat: add netlify ssr adapter 2024-11-27 11:41:40 +08:00
eslint.config.cjs feat: add husky and lint staged 2024-11-27 03:31:15 +08:00
package.json build(deps): bump tailwindcss from 3.4.15 to 3.4.16 2024-12-11 21:38:50 +08:00
pnpm-lock.yaml build(deps): bump tailwindcss from 3.4.15 to 3.4.16 2024-12-11 21:38:50 +08:00
README.md feat: complete the blog list and blog content pages 2024-11-27 03:58:58 +08:00
tailwind.config.mjs feat: complete the blog list and blog content pages 2024-11-27 03:58:58 +08:00
tsconfig.json feat: complete header and footer components and dark/light mode switching function 2024-11-27 03:58:51 +08:00