Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "^8.1.0",
"@mantine/dropzone": "^8.1.0",
"@mantine/hooks": "^8.1.0",
"@mantine/notifications": "^8.1.0",
"@mantine/core": "^8.1.2",
"@mantine/dropzone": "^8.1.2",
"@mantine/hooks": "^8.1.2",
"@mantine/notifications": "^8.1.2",
"@tabler/icons-react": "^3.34.0",
"compressorjs": "^1.2.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.2"
"react-router-dom": "^7.6.3"
},
"devDependencies": {
"@eslint/compat": "^1.3.0",
"@eslint/js": "^9.28.0",
"@eslint/compat": "^1.3.1",
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.28.0",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.2.0",
"postcss": "^8.5.5",
"postcss-preset-mantine": "^1.17.0",
"globals": "^16.3.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.5.3",
"vite": "^6.3.5"
"prettier": "^3.6.2",
"vite": "^7.0.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/components/AboutCard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const AboutCard = ({ className }) => {
}}
/>
<Avatar
src="https://codedead.com/favicon.ico"
src="https://codedead.com/favicon.svg"
size={80}
radius={80}
mx="auto"
Expand Down
Loading