header improvements, add error handling for images on about page, update deps

This commit is contained in:
Aidan 2025-01-11 00:08:47 -05:00
parent c32abf7eba
commit 1950e8fca9
5 changed files with 79 additions and 41 deletions

View file

@ -22,13 +22,13 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"@types/node": "^20.17.12",
"@types/react": "^19.0.3",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.3",
"@eslint/eslintrc": "^3.2.0"
},