chore: update package dependencies and package manager version

- Upgraded package manager from pnpm@10.24.0 to pnpm@10.26.2 across multiple applications.
- Updated various package dependencies including lucide-react, eslint-plugin-react-refresh, typescript-eslint, and others to their latest versions.
- Adjusted @types/node version from ^24.10.1 to ^25.0.3 in several packages for compatibility with the latest Node.js features.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-12-29 21:25:53 +08:00
parent 7be1e5e829
commit 17216b7f1f
15 changed files with 586 additions and 2580 deletions

View File

@@ -26,7 +26,7 @@
"@types/mdast": "^4.0.4",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"lucide-react": "^0.561.0",
"lucide-react": "^0.562.0",
"mdast": "^3.0.0",
"motion": "12.23.26",
"next-themes": "^0.4.6",
@@ -54,7 +54,7 @@
"code-inspector-plugin": "1.3.3",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.25",
"eslint-plugin-react-refresh": "^0.4.26",
"glob": "^13.0.0",
"globals": "^16.5.0",
"shiki": "^3.20.0",
@@ -65,7 +65,7 @@
"tailwindcss-uikit-colors": "catalog:",
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.50.0",
"typescript-eslint": "^8.50.1",
"vite": "8.0.0-beta.0"
}
}
}

View File

@@ -2,7 +2,7 @@
"name": "@afilmory/ssr",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.26.2",
"description": "",
"author": "Innei",
"main": "index.js",

View File

@@ -2,7 +2,7 @@
"name": "@afilmory/web",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.26.2",
"repository": {
"type": "git",
"url": "https://github.com/Afilmory/Afilmory"
@@ -28,8 +28,8 @@
"@afilmory/webgl-viewer": "workspace:*",
"@essentials/request-timeout": "1.3.0",
"@headlessui/react": "2.2.9",
"@lobehub/fluent-emoji": "2.0.0",
"@maplibre/maplibre-gl-geocoder": "^1.9.3",
"@lobehub/fluent-emoji": "4.0.1",
"@maplibre/maplibre-gl-geocoder": "^1.9.4",
"@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@react-hook/window-size": "3.1.1",
@@ -43,14 +43,14 @@
"consola": "3.4.2",
"dotenv": "17.2.3",
"es-toolkit": "1.43.0",
"file-type": "^21.1.1",
"file-type": "^21.2.0",
"foxact": "0.2.49",
"heic-to": "1.3.0",
"i18next": "25.7.3",
"i18next-browser-languagedetector": "8.2.0",
"immer": "11.0.1",
"jotai": "2.16.0",
"maplibre-gl": "^5.14.0",
"maplibre-gl": "^5.15.0",
"masonic": "4.1.0",
"motion": "12.23.26",
"ofetch": "1.5.1",
@@ -75,7 +75,7 @@
"tailwind-merge": "3.4.0",
"tailwind-variants": "catalog:",
"thumbhash": "0.1.1",
"tiff": "^7.1.2",
"tiff": "^7.1.3",
"usehooks-ts": "3.1.1",
"vaul": "1.1.2",
"zod": "catalog:",
@@ -114,4 +114,4 @@
"vite-plugin-html": "3.2.2",
"vite-plugin-pwa": "1.2.0"
}
}
}

View File

@@ -2,7 +2,7 @@
"name": "@afilmory/core",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.26.2",
"author": "Innei",
"main": "index.ts",
"scripts": {
@@ -52,7 +52,7 @@
"devDependencies": {
"@types/ejs": "3.1.5",
"@types/mime-types": "3.0.1",
"@types/node": "^24.10.1",
"@types/node": "^25.0.3",
"@types/pg": "8.16.0",
"nodemon": "3.1.11",
"unplugin-swc": "1.5.9",

View File

@@ -2,7 +2,7 @@
"name": "@afilmory/dashboard",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.26.2",
"repository": {
"type": "git",
"url": "https://github.com/afilmory/afilmory"
@@ -109,4 +109,4 @@
"eslint --fix"
]
}
}
}

View File

@@ -12,11 +12,11 @@
"@afilmory/be-utils": "workspace:*",
"@afilmory/utils": "workspace:*",
"@hono/node-server": "^1.19.7",
"hono": "^4.11.1",
"hono": "^4.11.3",
"zod": "catalog:"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/node": "^25.0.3",
"nodemon": "3.1.11",
"typescript": "catalog:",
"vite": "8.0.0-beta.0",

View File

@@ -26,7 +26,7 @@
"zod": "^4.2.1"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/node": "^25.0.3",
"@vitest/coverage-v8": "4.0.15",
"ioredis": "5.8.2",
"unplugin-swc": "1.5.9",

View File

@@ -22,7 +22,7 @@
"tsyringe": "^4.10.0"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/node": "^25.0.3",
"@vitest/coverage-v8": "4.0.15",
"ioredis": "^5.8.2",
"vitest": "4.0.15"

View File

@@ -19,6 +19,6 @@
"zod": "^4.2.1"
},
"devDependencies": {
"@types/node": "^24.10.1"
"@types/node": "^25.0.3"
}
}

View File

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

View File

@@ -15,7 +15,7 @@
"dependencies": {
"@vingle/bmp-js": "^0.2.5",
"blurhash": "2.0.5",
"c12": "^3.3.2",
"c12": "^3.3.3",
"consola": "3.4.2",
"dotenv-expand": "catalog:",
"execa": "9.6.1",
@@ -44,4 +44,4 @@
}
}
}
}
}

View File

@@ -11,7 +11,7 @@
"react": "^19.1.1"
},
"dependencies": {
"jotai": "^2.16.0",
"jotai": "^2.16.1",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {

View File

@@ -27,7 +27,7 @@
"@radix-ui/react-switch": "1.2.6",
"@radix-ui/react-tooltip": "1.2.8",
"clsx": "^2.1.1",
"jotai": "^2.16.0",
"jotai": "^2.16.1",
"motion": "^12.23.26",
"react-intersection-observer": "10.0.0",
"sonner": "2.0.7",

View File

@@ -2,7 +2,7 @@
"name": "@afilmory/webgl-viewer",
"type": "module",
"version": "0.2.0",
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.26.2",
"description": "",
"author": "Innei",
"license": "MIT",
@@ -35,4 +35,4 @@
}
}
}
}
}

3108
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff