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

@@ -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 @@
}
}
}
}
}