Skip to content

Commit 9477fa5

Browse files
committed
feat: yarn upgrade, dependency upgrades, added donation information
1 parent f67a003 commit 9477fa5

6 files changed

Lines changed: 1920 additions & 1994 deletions

File tree

.yarn/releases/yarn-4.0.0.cjs

Lines changed: 0 additions & 893 deletions
This file was deleted.

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 893 additions & 0 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.0.0.cjs
3+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@
1717
"dependencies": {
1818
"@emotion/react": "^11.11.1",
1919
"@emotion/styled": "^11.11.0",
20-
"@mui/icons-material": "^5.14.15",
21-
"@mui/material": "^5.14.15",
22-
"axios": "^1.5.1",
23-
"gatsby": "^5.12.8",
20+
"@mui/icons-material": "^5.14.19",
21+
"@mui/material": "^5.14.20",
22+
"axios": "^1.6.2",
23+
"gatsby": "^5.12.12",
2424
"gatsby-plugin-catch-links": "^5.12.0",
25-
"gatsby-plugin-google-gtag": "^5.12.2",
26-
"gatsby-plugin-image": "^3.12.2",
25+
"gatsby-plugin-google-gtag": "^5.12.3",
26+
"gatsby-plugin-image": "^3.12.3",
2727
"gatsby-plugin-react-helmet": "^6.12.0",
2828
"gatsby-plugin-robots-txt": "^1.8.0",
29-
"gatsby-plugin-sharp": "^5.12.2",
30-
"gatsby-plugin-sitemap": "^6.12.2",
31-
"gatsby-remark-images": "^7.12.2",
32-
"gatsby-source-filesystem": "^5.12.0",
29+
"gatsby-plugin-sharp": "^5.12.3",
30+
"gatsby-plugin-sitemap": "^6.12.3",
31+
"gatsby-remark-images": "^7.12.3",
32+
"gatsby-source-filesystem": "^5.12.1",
3333
"gatsby-theme-material-ui": "^5.3.0",
34-
"gatsby-transformer-remark": "^6.12.2",
35-
"gatsby-transformer-sharp": "^5.12.2",
34+
"gatsby-transformer-remark": "^6.12.3",
35+
"gatsby-transformer-sharp": "^5.12.3",
3636
"react": "^18.2.0",
3737
"react-dom": "^18.2.0",
3838
"react-helmet": "^6.1.0"
3939
},
4040
"devDependencies": {
41-
"eslint": "^8.52.0",
41+
"eslint": "^8.55.0",
4242
"eslint-config-airbnb": "^19.0.4",
4343
"eslint-plugin-import": "^2.29.0",
44-
"eslint-plugin-jsx-a11y": "^6.7.1",
44+
"eslint-plugin-jsx-a11y": "^6.8.0",
4545
"eslint-plugin-react": "^7.33.2",
4646
"eslint-plugin-react-hooks": "^4.6.0"
4747
},
@@ -52,5 +52,5 @@
5252
"bugs": {
5353
"url": "https://github.com/CodeDead/codedead.com/issues"
5454
},
55-
"packageManager": "yarn@4.0.0"
55+
"packageManager": "yarn@4.0.2"
5656
}

src/pages/donate/index.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ const Donate = () => {
211211
<TableCell>Anonymous</TableCell>
212212
<TableCell>€2.00</TableCell>
213213
</TableRow>
214+
<TableRow>
215+
<TableCell>09/12/2023</TableCell>
216+
<TableCell>Anonymous</TableCell>
217+
<TableCell>€3.27</TableCell>
218+
</TableRow>
214219
</TableBody>
215220
</Table>
216221
</TableContainer>

0 commit comments

Comments
 (0)