Skip to content

Commit 14f0014

Browse files
committed
feat: Yarn upgrade, dependency upgrades, added donation information
1 parent 73863d4 commit 14f0014

5 files changed

Lines changed: 1306 additions & 1233 deletions

File tree

Lines changed: 305 additions & 305 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.2.2.cjs
3+
yarnPath: .yarn/releases/yarn-4.3.0.cjs

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"dependencies": {
1818
"@emotion/react": "^11.11.4",
1919
"@emotion/styled": "^11.11.5",
20-
"@mui/icons-material": "^5.15.18",
21-
"@mui/material": "^5.15.18",
20+
"@mui/icons-material": "^5.15.20",
21+
"@mui/material": "^5.15.20",
2222
"axios": "^1.7.2",
23-
"gatsby": "^5.13.5",
23+
"gatsby": "^5.13.6",
2424
"gatsby-plugin-catch-links": "^5.13.1",
2525
"gatsby-plugin-google-gtag": "^5.13.1",
2626
"gatsby-plugin-image": "^3.13.1",
@@ -38,11 +38,11 @@
3838
"react-helmet": "^6.1.0"
3939
},
4040
"devDependencies": {
41-
"eslint": "^9.3.0",
41+
"eslint": "^9.5.0",
4242
"eslint-config-airbnb": "^19.0.4",
4343
"eslint-plugin-import": "^2.29.1",
4444
"eslint-plugin-jsx-a11y": "^6.8.0",
45-
"eslint-plugin-react": "^7.34.1",
45+
"eslint-plugin-react": "^7.34.2",
4646
"eslint-plugin-react-hooks": "^4.6.2"
4747
},
4848
"repository": {
@@ -52,5 +52,5 @@
5252
"bugs": {
5353
"url": "https://github.com/CodeDead/codedead.com/issues"
5454
},
55-
"packageManager": "yarn@4.2.2"
55+
"packageManager": "yarn@4.3.0"
5656
}

src/pages/donate/index.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ const Donate = () => {
216216
<TableCell>Anonymous</TableCell>
217217
<TableCell>€3.27</TableCell>
218218
</TableRow>
219+
<TableRow>
220+
<TableCell>18/06/2024</TableCell>
221+
<TableCell><a href="https://github.com/PandaRainbow" target="_blank" rel="noreferrer">PandaRainbow</a></TableCell>
222+
<TableCell>$10.00</TableCell>
223+
</TableRow>
219224
</TableBody>
220225
</Table>
221226
</TableContainer>

0 commit comments

Comments
 (0)