chore: update package dependencies across multiple packages

- Bumped versions of several packages including zod (3.25.63), tailwindcss (4.1.10), tsx (4.20.2), and others to their latest releases for improved performance and security.
- Updated @types/node and @types/react to 24.0.1 and 19.1.8 respectively in various package.json files to ensure compatibility with the latest TypeScript features.
- Adjusted dependencies in the builder and webgl-viewer packages to reflect the latest versions.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-12 18:34:08 +08:00
parent 97ae497d79
commit ac52350b6d
7 changed files with 550 additions and 538 deletions

View File

@@ -24,7 +24,7 @@
"@t3-oss/env-core": "0.13.8",
"dotenv": "16.5.0",
"es-toolkit": "1.39.3",
"zod": "3.25.57"
"zod": "3.25.63"
},
"devDependencies": {
"@innei/prettier": "0.15.0",
@@ -37,8 +37,8 @@
"prettier": "3.5.3",
"sharp": "0.34.2",
"simple-git-hooks": "2.13.0",
"tailwindcss": "4.1.8",
"tsx": "4.19.4",
"tailwindcss": "4.1.10",
"tsx": "4.20.2",
"typescript": "5.8.3",
"vite": "6.3.5",
"vite-bundle-analyzer": "0.22.2",
@@ -57,4 +57,4 @@
"eslint --fix"
]
}
}
}