Skip to content

Commit 04c3ef7

Browse files
committed
update packages and change username
1 parent 80d9f10 commit 04c3ef7

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

bun.lockb

2.46 KB
Binary file not shown.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@mui/material": "7.3.2",
1515
"astro": "5.13.9",
1616
"atropos": "^2.0.2",
17-
"katex": "^0.16.23",
17+
"katex": "^0.16.44",
1818
"p5": "2.0.5",
1919
"react": "19.1.1",
2020
"react-dom": "19.1.1",
@@ -33,17 +33,17 @@
3333
},
3434
"type": "module",
3535
"devDependencies": {
36-
"@astrojs/check": "^0.9.4",
37-
"@types/p5": "^1.7.6",
38-
"@types/react": "^19.2.2",
39-
"@types/react-dom": "^19.2.1",
36+
"@astrojs/check": "^0.9.8",
37+
"@types/p5": "^1.7.7",
38+
"@types/react": "^19.2.14",
39+
"@types/react-dom": "^19.2.3",
4040
"@types/seedrandom": "^3.0.8",
41-
"@typescript-eslint/parser": "^8.46.0",
42-
"eslint": "^9.37.0",
43-
"eslint-plugin-astro": "^1.3.1",
44-
"prettier": "^3.6.2",
41+
"@typescript-eslint/parser": "^8.58.0",
42+
"eslint": "^9.39.4",
43+
"eslint-plugin-astro": "^1.6.0",
44+
"prettier": "^3.8.1",
4545
"prettier-plugin-astro": "^0.14.1",
46-
"sass": "^1.93.2",
46+
"sass": "^1.98.0",
4747
"typescript": "^5.9.3"
4848
}
4949
}

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const today = new Date();
44

55
<footer>
66
<div class="social-links">
7-
<a href="https://github.com/emgi13" target="_blank">
7+
<a href="https://github.com/emgixiii" target="_blank">
88
<span class="sr-only">Github</span>
99
<svg
1010
viewBox="0 0 16 16"

src/pages/about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Outside of academia, I'm passionate about **generative and digital art**. I also
4141
I'm always open to discussing physics, quantum computing, generative art, or anything else that sparks curiosity. Feel free to connect with me:
4242

4343
- **LinkedIn:** [linkedin.com/in/emgixiii](https://www.linkedin.com/in/emgixiii/)
44-
- **GitHub:** [github.com/emgi13](https://github.com/emgi13)
44+
- **GitHub:** [github.com/emgixiii](https://github.com/emgi13)
4545
- **Email:** [emgi@live.in](mailto:emgi@live.in)
4646

4747
Thanks for stopping by. I hope you enjoy the journey!

0 commit comments

Comments
 (0)