chore: update package manager and dependencies across multiple packages

- Upgraded the package manager to pnpm@10.17.1 in package.json files for apps and packages.
- Updated eslint-plugin-react-refresh to version 0.4.21 in packages/docs/package.json.
- Upgraded typescript-eslint and vite to versions 8.44.1 and 7.1.7 respectively in packages/docs/package.json.
- Ensured consistency in package versions across the project.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-09-24 00:51:37 +08:00
parent 18791ccd75
commit 793ed1ae14
6 changed files with 365 additions and 111 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.15.0",
"packageManager": "pnpm@10.17.1",
"repository": {
"type": "git",
"url": "https://github.com/Afilmory/Afilmory"
@@ -70,4 +70,4 @@
"pnpm update:lastmodified"
]
}
}
}