chore: update package dependencies and package manager version

- Upgraded pnpm to version 10.24.0 across multiple applications.
- Updated various package dependencies including:
  - `@shikijs/rehype` to version 3.19.0
  - `shiki` to version 3.19.0
  - `tsx` to version 4.21.0
  - `typescript-eslint` to version 8.48.1
  - `maplibre-gl` to version 5.14.0
  - `@hono/node-server` to version 1.19.6
  - `jotai` to version 2.15.2
  - `motion` to version 12.23.25
- Ensured consistency in package versions across applications.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-12-03 18:59:38 +08:00
parent 885a1734e7
commit 3fe6ad564c
12 changed files with 720 additions and 249 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.19.0",
"packageManager": "pnpm@10.24.0",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
@@ -79,4 +79,4 @@
"pnpm update:lastmodified"
]
}
}
}