Skip to content

Commit 33f3947

Browse files
authored
Merge pull request #24 from CodeDead/feature/upgrades
feat: dependency upgrades, fixed avatar
2 parents 894dca8 + 5c8933d commit 33f3947

File tree

3 files changed

+328
-482
lines changed

3 files changed

+328
-482
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@mantine/core": "^8.1.0",
14-
"@mantine/dropzone": "^8.1.0",
15-
"@mantine/hooks": "^8.1.0",
16-
"@mantine/notifications": "^8.1.0",
13+
"@mantine/core": "^8.1.2",
14+
"@mantine/dropzone": "^8.1.2",
15+
"@mantine/hooks": "^8.1.2",
16+
"@mantine/notifications": "^8.1.2",
1717
"@tabler/icons-react": "^3.34.0",
1818
"compressorjs": "^1.2.1",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
21-
"react-router-dom": "^7.6.2"
21+
"react-router-dom": "^7.6.3"
2222
},
2323
"devDependencies": {
24-
"@eslint/compat": "^1.3.0",
25-
"@eslint/js": "^9.28.0",
24+
"@eslint/compat": "^1.3.1",
25+
"@eslint/js": "^9.30.1",
2626
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
28-
"@vitejs/plugin-react": "^4.5.2",
29-
"eslint": "^9.28.0",
28+
"@vitejs/plugin-react": "^4.6.0",
29+
"eslint": "^9.30.1",
3030
"eslint-plugin-react": "^7.37.5",
31-
"globals": "^16.2.0",
32-
"postcss": "^8.5.5",
33-
"postcss-preset-mantine": "^1.17.0",
31+
"globals": "^16.3.0",
32+
"postcss": "^8.5.6",
33+
"postcss-preset-mantine": "^1.18.0",
3434
"postcss-simple-vars": "^7.0.1",
35-
"prettier": "^3.5.3",
36-
"vite": "^6.3.5"
35+
"prettier": "^3.6.2",
36+
"vite": "^7.0.0"
3737
},
3838
"packageManager": "[email protected]"
3939
}

src/components/AboutCard/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const AboutCard = ({ className }) => {
2929
}}
3030
/>
3131
<Avatar
32-
src="https://codedead.com/favicon.ico"
32+
src="https://codedead.com/favicon.svg"
3333
size={80}
3434
radius={80}
3535
mx="auto"

0 commit comments

Comments
 (0)