Skip to content

Commit bdf7337

Browse files
committed
feat: dependency upgrades, added donation information
1 parent 94f4e03 commit bdf7337

3 files changed

Lines changed: 449 additions & 376 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@emotion/react": "^11.14.0",
1919
"@emotion/styled": "^11.14.0",
2020
"@fontsource/roboto": "^5.1.1",
21-
"@mui/icons-material": "^6.4.0",
22-
"@mui/material": "^6.4.0",
21+
"@mui/icons-material": "^6.4.4",
22+
"@mui/material": "^6.4.4",
2323
"axios": "^1.7.9",
2424
"gatsby": "^5.14.1",
2525
"gatsby-plugin-catch-links": "^5.14.0",
@@ -39,7 +39,7 @@
3939
"react-helmet": "^6.1.0"
4040
},
4141
"devDependencies": {
42-
"eslint": "^9.18.0",
42+
"eslint": "^9.20.1",
4343
"eslint-config-airbnb": "^19.0.4",
4444
"eslint-plugin-import": "^2.31.0",
4545
"eslint-plugin-jsx-a11y": "^6.10.2",

src/pages/donate/index.jsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,17 @@ const Donate = () => {
218218
<TableRow>
219219
<TableCell>18/06/2024</TableCell>
220220
<TableCell><a href="https://github.com/PandaRainbow" target="_blank" rel="noreferrer">PandaRainbow</a></TableCell>
221-
<TableCell>$10.00 USD</TableCell>
221+
<TableCell>$10.00 USD (monthly)</TableCell>
222222
</TableRow>
223223
<TableRow>
224224
<TableCell>21/10/2024</TableCell>
225225
<TableCell><a href="https://freesoft-100.com/" target="_blank" rel="noreferrer">freesoft100</a></TableCell>
226-
<TableCell>$5.00 USD</TableCell>
226+
<TableCell>$5.00 USD (monthly)</TableCell>
227+
</TableRow>
228+
<TableRow>
229+
<TableCell>14/02/2025</TableCell>
230+
<TableCell><a href="https://github.com/sanesecurityguy" target="_blank" rel="noreferrer">sanesecurityguy</a></TableCell>
231+
<TableCell>$5.00 USD (monthly)</TableCell>
227232
</TableRow>
228233
</TableBody>
229234
</Table>

0 commit comments

Comments
 (0)