Commit Graph

9 Commits

Author SHA1 Message Date
siujamo 130e988143 chore: bump dependencies
Deploy to Vercel / deploy (push) Failing after 24s
2026-06-08 16:50:14 +08:00
siujamo b7a772dc47 fix: replace .npmrc with pnpm-workspace.yaml for build config
Deploy to Vercel / deploy (push) Failing after 1m5s
pnpm-workspace.yaml is the canonical location for allowBuilds
in pnpm v10+, and the package.json trailing comma was cleaned up.
2026-06-08 16:43:43 +08:00
siujamo 66f97ee491 fix: migrate pnpm config from package.json to .npmrc
Deploy to Vercel / deploy (push) Failing after 11s
The "pnpm" field in package.json is no longer read by pnpm v10+,
causing ERR_PNPM_IGNORED_BUILDS in CI. Moved onlyBuiltDependencies
to .npmrc.
2026-06-08 16:41:47 +08:00
siujamo 98151f9273 feat: added bmi-calculator page 2026-01-19 14:55:59 +08:00
siujamo b7ecd69469 feat: added i18n 2026-01-19 14:45:49 +08:00
dependabot[bot] e9607cfff4 chore: bump @types/node in the dependency-updates group
Bumps the dependency-updates group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 22.19.6 to 22.19.7
- [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-version: 22.19.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-15 22:56:56 +00:00
zihluwang 2b2d842588 feat: upgrade dependencies 2026-01-15 15:53:17 +08:00
zihluwang c06dacb38e feat: complete a simple json visualiser 2026-01-15 15:22:17 +08:00
zihluwang f8eda9ba2f Initial commit 2026-01-15 15:03:59 +08:00