mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
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:
@@ -2,7 +2,7 @@
|
||||
"name": "@afilmory/ssr",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"packageManager": "pnpm@10.15.0",
|
||||
"packageManager": "pnpm@10.17.1",
|
||||
"description": "",
|
||||
"author": "Innei",
|
||||
"license": "ISC",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@afilmory/web",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"packageManager": "pnpm@10.15.0",
|
||||
"packageManager": "pnpm@10.17.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Afilmory/Afilmory"
|
||||
|
||||
Reference in New Issue
Block a user