No description
Find a file
dependabot[bot] dcf1f74a27 build(deps-dev): bump @types/node from 22.10.0 to 22.10.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.0 to 22.10.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 21:46:38 +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-dev): bump @types/node from 22.10.0 to 22.10.2 2024-12-11 21:46:38 +08:00
pnpm-lock.yaml build(deps-dev): bump @types/node from 22.10.0 to 22.10.2 2024-12-11 21:46:38 +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