chore: update dev dependencies to latest versions

This commit is contained in:
hamster1963 2025-02-01 19:47:17 +08:00
parent e7f947a692
commit d715d050d2
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -60,12 +60,12 @@
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
"@next/bundle-analyzer": "^15.1.6", "@next/bundle-analyzer": "^15.1.6",
"@tailwindcss/postcss": "^4.0.0", "@tailwindcss/postcss": "^4.0.2",
"@types/node": "^22.12.0", "@types/node": "^22.13.0",
"@types/react": "^19.0.8", "@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^19.0.3",
"postcss": "^8.5.1", "postcss": "^8.5.1",
"tailwindcss": "^4.0.0", "tailwindcss": "^4.0.2",
"typescript": "^5.7.3", "typescript": "^5.7.3",
"vercel": "^39.4.2" "vercel": "^39.4.2"
}, },