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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

3108
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff