Skip to content

Commit 36f65fc

Browse files
committed
feat: yarn upgrade, dependency upgrades, fixed deadpix link
1 parent cc511f7 commit 36f65fc

5 files changed

Lines changed: 716 additions & 720 deletions

File tree

Lines changed: 346 additions & 345 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.6.0.cjs
3+
yarnPath: .yarn/releases/yarn-4.8.0.cjs

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"dependencies": {
1818
"@emotion/react": "^11.14.0",
1919
"@emotion/styled": "^11.14.0",
20-
"@fontsource/roboto": "^5.1.1",
21-
"@mui/icons-material": "^6.4.4",
22-
"@mui/material": "^6.4.4",
23-
"axios": "^1.7.9",
20+
"@fontsource/roboto": "^5.2.5",
21+
"@mui/icons-material": "^6.4.9",
22+
"@mui/material": "^6.4.9",
23+
"axios": "^1.8.4",
2424
"gatsby": "^5.14.1",
2525
"gatsby-plugin-catch-links": "^5.14.0",
2626
"gatsby-plugin-google-gtag": "^5.14.0",
@@ -39,12 +39,12 @@
3939
"react-helmet": "^6.1.0"
4040
},
4141
"devDependencies": {
42-
"eslint": "^9.20.1",
42+
"eslint": "^9.23.0",
4343
"eslint-config-airbnb": "^19.0.4",
4444
"eslint-plugin-import": "^2.31.0",
4545
"eslint-plugin-jsx-a11y": "^6.10.2",
4646
"eslint-plugin-react": "^7.37.4",
47-
"eslint-plugin-react-hooks": "^5.1.0"
47+
"eslint-plugin-react-hooks": "^5.2.0"
4848
},
4949
"repository": {
5050
"type": "git",
@@ -53,5 +53,5 @@
5353
"bugs": {
5454
"url": "https://github.com/CodeDead/codedead.com/issues"
5555
},
56-
"packageManager": "yarn@4.6.0"
56+
"packageManager": "yarn@4.8.0"
5757
}

src/pages/software/deadpix/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const DeadPixPage = () => {
168168
variant="contained"
169169
fullWidth
170170
onClick={() => {
171-
openLink('https://codedead.com/Software/DeadPix/DP_setup.exe\')');
171+
openLink('https://github.com/CodeDead/DeadPix/releases/download/1.2/DP_setup.exe');
172172
setDonateOpen(true);
173173
}}
174174
>

0 commit comments

Comments
 (0)