Skip to content

Commit 9213f01

Browse files
committed
feat: added source code buttons for Android projects, dependency upgrades
1 parent 368bdf9 commit 9213f01

6 files changed

Lines changed: 1368 additions & 1254 deletions

File tree

Lines changed: 162 additions & 162 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.1.0.cjs
3+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1616
},
1717
"dependencies": {
18-
"@emotion/react": "^11.11.3",
18+
"@emotion/react": "^11.11.4",
1919
"@emotion/styled": "^11.11.0",
20-
"@mui/icons-material": "^5.15.10",
21-
"@mui/material": "^5.15.10",
22-
"axios": "^1.6.7",
20+
"@mui/icons-material": "^5.15.14",
21+
"@mui/material": "^5.15.14",
22+
"axios": "^1.6.8",
2323
"gatsby": "^5.13.3",
2424
"gatsby-plugin-catch-links": "^5.13.1",
2525
"gatsby-plugin-google-gtag": "^5.13.1",
@@ -38,11 +38,11 @@
3838
"react-helmet": "^6.1.0"
3939
},
4040
"devDependencies": {
41-
"eslint": "^8.56.0",
41+
"eslint": "^8.57.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.33.2",
45+
"eslint-plugin-react": "^7.34.1",
4646
"eslint-plugin-react-hooks": "^4.6.0"
4747
},
4848
"repository": {
@@ -52,5 +52,5 @@
5252
"bugs": {
5353
"url": "https://github.com/CodeDead/codedead.com/issues"
5454
},
55-
"packageManager": "yarn@4.1.0"
55+
"packageManager": "yarn@4.1.1"
5656
}

src/pages/software/advanced-portchecker/index.jsx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const AdvancedPortCheckerPage = () => {
285285
</Grid>
286286

287287
<Grid container spacing={2} style={{ marginTop: 10 }}>
288-
<Grid item xs={12} md={4} lg={4}>
288+
<Grid item xs={12} md={6} lg={6}>
289289
<Button
290290
color="primary"
291291
variant="contained"
@@ -295,7 +295,7 @@ const AdvancedPortCheckerPage = () => {
295295
Requirements
296296
</Button>
297297
</Grid>
298-
<Grid item xs={12} md={4} lg={4}>
298+
<Grid item xs={12} md={6} lg={6}>
299299
<Button
300300
color="primary"
301301
variant="contained"
@@ -306,15 +306,26 @@ const AdvancedPortCheckerPage = () => {
306306
License
307307
</Button>
308308
</Grid>
309-
<Grid item xs={12} md={4} lg={4}>
309+
<Grid item xs={12} md={6} lg={6}>
310310
<Button
311311
color="primary"
312312
variant="contained"
313313
href="https://github.com/CodeDead/Advanced-PortChecker"
314314
target="_blank"
315315
fullWidth
316316
>
317-
Source code
317+
Source code (Desktop)
318+
</Button>
319+
</Grid>
320+
<Grid item xs={12} md={6} lg={6}>
321+
<Button
322+
color="primary"
323+
variant="contained"
324+
href="https://github.com/CodeDead/Advanced-PortChecker-android"
325+
target="_blank"
326+
fullWidth
327+
>
328+
Source code (Android)
318329
</Button>
319330
</Grid>
320331
</Grid>

src/pages/software/deadhash/index.jsx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,15 +312,26 @@ const DeadHashPage = () => {
312312
License
313313
</Button>
314314
</Grid>
315-
<Grid item xs={12} md={12} lg={12}>
315+
<Grid item xs={12} md={6} lg={6}>
316316
<Button
317317
color="primary"
318318
variant="contained"
319319
href="https://github.com/CodeDead/DeadHash-js"
320320
target="_blank"
321321
fullWidth
322322
>
323-
Source code
323+
Source code (Desktop)
324+
</Button>
325+
</Grid>
326+
<Grid item xs={12} md={6} lg={6}>
327+
<Button
328+
color="primary"
329+
variant="contained"
330+
href="https://github.com/CodeDead/DeadHash-android"
331+
target="_blank"
332+
fullWidth
333+
>
334+
Source code (Android)
324335
</Button>
325336
</Grid>
326337
</Grid>

0 commit comments

Comments
 (0)