1 Commits

Author SHA1 Message Date
dab993ce8f Update dependency typescript to v5.7.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-09 01:33:35 +00:00
2 changed files with 667 additions and 41 deletions

View File

@@ -6,16 +6,16 @@
"start": "next start" "start": "next start"
}, },
"dependencies": { "dependencies": {
"axios": "1.8.1", "axios": "1.7.9",
"next": "latest", "next": "latest",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0" "react-dom": "19.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "19.0.10", "@types/react": "19.0.3",
"autoprefixer": "10.4.20", "autoprefixer": "10.4.20",
"postcss": "8.5.3", "postcss": "8.4.49",
"tailwindcss": "4.1.11", "tailwindcss": "3.4.17",
"typescript": "5.8.2" "typescript": "5.7.3"
} }
} }

File diff suppressed because it is too large Load Diff