Skip to content

Commit 916b4af

Browse files
committed
* Changed DeadHash information
* Dependency upgrades
1 parent fb91621 commit 916b4af

4 files changed

Lines changed: 51 additions & 46 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"@material-ui/core": "^4.11.3",
1818
"@material-ui/icons": "^4.11.2",
1919
"@material-ui/lab": "^4.0.0-alpha.57",
20-
"gatsby": "^2.31.1",
21-
"gatsby-image": "^2.10.0",
22-
"gatsby-plugin-google-gtag": "^2.7.0",
20+
"gatsby": "^2.32.3",
21+
"gatsby-image": "^2.11.0",
22+
"gatsby-plugin-google-gtag": "^2.8.0",
2323
"gatsby-plugin-robots-txt": "^1.5.5",
24-
"gatsby-plugin-sharp": "^2.13.4",
25-
"gatsby-plugin-sitemap": "^2.11.0",
26-
"gatsby-remark-images": "^3.10.0",
27-
"gatsby-source-filesystem": "^2.10.0",
24+
"gatsby-plugin-sharp": "^2.14.1",
25+
"gatsby-plugin-sitemap": "^2.12.0",
26+
"gatsby-remark-images": "^3.11.0",
27+
"gatsby-source-filesystem": "^2.11.0",
2828
"gatsby-theme-material-ui": "^1.0.13",
29-
"gatsby-transformer-remark": "^2.15.0",
30-
"gatsby-transformer-sharp": "^2.11.0",
29+
"gatsby-transformer-remark": "^2.16.0",
30+
"gatsby-transformer-sharp": "^2.12.0",
3131
"react": "^17.0.1",
3232
"react-dom": "^17.0.1",
3333
"react-helmet": "^6.1.0"
@@ -42,9 +42,9 @@
4242
},
4343
"repository": {
4444
"type": "git",
45-
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
45+
"url": "https://github.com/CodeDead/codedead.com"
4646
},
4747
"bugs": {
48-
"url": "https://github.com/gatsbyjs/gatsby/issues"
48+
"url": "https://github.com/CodeDead/codedead.com/issues"
4949
}
5050
}

src/pages/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ const Home = () => {
133133
DeadHash
134134
</Typography>
135135
<Typography color="textSecondary" paragraph>
136-
Calculate file hashes on any platform with ease thanks to an easy to
137-
use GUI, drag and drop functionality and help documentation that
138-
are all included!
136+
Calculate file and text hashes on any platform with ease thanks to an easy
137+
to use GUI, drag and drop functionality and help documentation that are
138+
all included!
139139
</Typography>
140140
</Grid>
141141
</Grid>

src/pages/software/deadhash/index.jsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,14 @@ const DeadHashPage = () => {
118118
<Typography variant="h6">
119119
Cross platform
120120
</Typography>
121-
<Typography paragraph>
122-
DeadHash is available for Android, Linux and Windows out of the box,
121+
<Typography paragraph gutterBottom>
122+
DeadHash is available for Android, Linux and Windows,
123123
offering a similar look and feel on all platforms.
124124
</Typography>
125+
126+
<Typography paragraph>
127+
Additionally, DeadHash can be compiled manually to run on macOS.
128+
</Typography>
125129
</Grid>
126130
<Grid item xs={12} md={6} lg={6}>
127131
<Img fixed={data.deadhashtext.childImageSharp.fixed} />

yarn.lock

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ __metadata:
734734
languageName: node
735735
linkType: hard
736736

737-
"@babel/plugin-transform-classes@npm:^7.12.13":
737+
"@babel/plugin-transform-classes@npm:^7.12.1, @babel/plugin-transform-classes@npm:^7.12.13":
738738
version: 7.12.13
739739
resolution: "@babel/plugin-transform-classes@npm:7.12.13"
740740
dependencies:
@@ -3807,14 +3807,15 @@ __metadata:
38073807
languageName: node
38083808
linkType: hard
38093809

3810-
"babel-preset-gatsby@npm:^0.12.0":
3811-
version: 0.12.0
3812-
resolution: "babel-preset-gatsby@npm:0.12.0"
3810+
"babel-preset-gatsby@npm:^0.12.1":
3811+
version: 0.12.1
3812+
resolution: "babel-preset-gatsby@npm:0.12.1"
38133813
dependencies:
38143814
"@babel/plugin-proposal-class-properties": ^7.12.1
38153815
"@babel/plugin-proposal-nullish-coalescing-operator": ^7.12.1
38163816
"@babel/plugin-proposal-optional-chaining": ^7.12.1
38173817
"@babel/plugin-syntax-dynamic-import": ^7.8.3
3818+
"@babel/plugin-transform-classes": ^7.12.1
38183819
"@babel/plugin-transform-runtime": ^7.12.1
38193820
"@babel/plugin-transform-spread": ^7.12.1
38203821
"@babel/preset-env": ^7.12.1
@@ -3828,7 +3829,7 @@ __metadata:
38283829
peerDependencies:
38293830
"@babel/core": ^7.11.6
38303831
core-js: ^3.0.0
3831-
checksum: 88f6ae4dfb9efedc012bb80a70512982984e64cdc4ecf483f441dbd66c6525df591f451be727b9c150b15e023103563408b71f6b9ace33e14888634035a6d9b5
3832+
checksum: 39956b83f1bcf1de26c2f5654296eca60f91be80ae396bcc488bae39a2078c833d3b74dfecd2b5f63bbb5e82d83a6bafc6d880b4b5745b5093338cb663676cc9
38323833
languageName: node
38333834
linkType: hard
38343835

@@ -5054,17 +5055,17 @@ __metadata:
50545055
eslint-plugin-jsx-a11y: ^6.4.1
50555056
eslint-plugin-react: ^7.22.0
50565057
eslint-plugin-react-hooks: ^4.2.0
5057-
gatsby: ^2.31.1
5058-
gatsby-image: ^2.10.0
5059-
gatsby-plugin-google-gtag: ^2.7.0
5058+
gatsby: ^2.32.3
5059+
gatsby-image: ^2.11.0
5060+
gatsby-plugin-google-gtag: ^2.8.0
50605061
gatsby-plugin-robots-txt: ^1.5.5
5061-
gatsby-plugin-sharp: ^2.13.4
5062-
gatsby-plugin-sitemap: ^2.11.0
5063-
gatsby-remark-images: ^3.10.0
5064-
gatsby-source-filesystem: ^2.10.0
5062+
gatsby-plugin-sharp: ^2.14.1
5063+
gatsby-plugin-sitemap: ^2.12.0
5064+
gatsby-remark-images: ^3.11.0
5065+
gatsby-source-filesystem: ^2.11.0
50655066
gatsby-theme-material-ui: ^1.0.13
5066-
gatsby-transformer-remark: ^2.15.0
5067-
gatsby-transformer-sharp: ^2.11.0
5067+
gatsby-transformer-remark: ^2.16.0
5068+
gatsby-transformer-sharp: ^2.12.0
50685069
react: ^17.0.1
50695070
react-dom: ^17.0.1
50705071
react-helmet: ^6.1.0
@@ -8528,7 +8529,7 @@ fsevents@~2.3.1:
85288529
languageName: node
85298530
linkType: hard
85308531

8531-
"gatsby-image@npm:^2.10.0":
8532+
"gatsby-image@npm:^2.11.0":
85328533
version: 2.11.0
85338534
resolution: "gatsby-image@npm:2.11.0"
85348535
dependencies:
@@ -8602,7 +8603,7 @@ fsevents@~2.3.1:
86028603
languageName: node
86038604
linkType: hard
86048605

8605-
"gatsby-plugin-google-gtag@npm:^2.7.0":
8606+
"gatsby-plugin-google-gtag@npm:^2.8.0":
86068607
version: 2.8.0
86078608
resolution: "gatsby-plugin-google-gtag@npm:2.8.0"
86088609
dependencies:
@@ -8670,9 +8671,9 @@ fsevents@~2.3.1:
86708671
languageName: node
86718672
linkType: hard
86728673

8673-
"gatsby-plugin-sharp@npm:^2.13.4":
8674-
version: 2.14.0
8675-
resolution: "gatsby-plugin-sharp@npm:2.14.0"
8674+
"gatsby-plugin-sharp@npm:^2.14.1":
8675+
version: 2.14.1
8676+
resolution: "gatsby-plugin-sharp@npm:2.14.1"
86768677
dependencies:
86778678
"@babel/runtime": ^7.12.5
86788679
async: ^3.2.0
@@ -8696,11 +8697,11 @@ fsevents@~2.3.1:
86968697
uuid: 3.4.0
86978698
peerDependencies:
86988699
gatsby: ">2.0.15"
8699-
checksum: f3f258cde29de3eca17673179b56bde1d5e2019414711f70f3dd6e8aa8134bb5a5738a436bc3e4ee27f833192fadedbc7b3fe1092e73768123311fe805b1dc0b
8700+
checksum: efbda4f766858a12760cbd7c2cc9ccba3755cbf3f8b07d431b30967e2f6689550f79d5f806925b79fd1ca07cdc44406573b061183af90856ff76fcdf1f989d26
87008701
languageName: node
87018702
linkType: hard
87028703

8703-
"gatsby-plugin-sitemap@npm:^2.11.0":
8704+
"gatsby-plugin-sitemap@npm:^2.12.0":
87048705
version: 2.12.0
87058706
resolution: "gatsby-plugin-sitemap@npm:2.12.0"
87068707
dependencies:
@@ -8834,7 +8835,7 @@ fsevents@~2.3.1:
88348835
languageName: node
88358836
linkType: hard
88368837

8837-
"gatsby-remark-images@npm:^3.10.0":
8838+
"gatsby-remark-images@npm:^3.11.0":
88388839
version: 3.11.0
88398840
resolution: "gatsby-remark-images@npm:3.11.0"
88408841
dependencies:
@@ -8856,7 +8857,7 @@ fsevents@~2.3.1:
88568857
languageName: node
88578858
linkType: hard
88588859

8859-
"gatsby-source-filesystem@npm:^2.10.0":
8860+
"gatsby-source-filesystem@npm:^2.11.0":
88608861
version: 2.11.0
88618862
resolution: "gatsby-source-filesystem@npm:2.11.0"
88628863
dependencies:
@@ -8931,7 +8932,7 @@ fsevents@~2.3.1:
89318932
languageName: node
89328933
linkType: hard
89338934

8934-
"gatsby-transformer-remark@npm:^2.15.0":
8935+
"gatsby-transformer-remark@npm:^2.16.0":
89358936
version: 2.16.0
89368937
resolution: "gatsby-transformer-remark@npm:2.16.0"
89378938
dependencies:
@@ -8962,7 +8963,7 @@ fsevents@~2.3.1:
89628963
languageName: node
89638964
linkType: hard
89648965

8965-
"gatsby-transformer-sharp@npm:^2.11.0":
8966+
"gatsby-transformer-sharp@npm:^2.12.0":
89668967
version: 2.12.0
89678968
resolution: "gatsby-transformer-sharp@npm:2.12.0"
89688969
dependencies:
@@ -8980,9 +8981,9 @@ fsevents@~2.3.1:
89808981
languageName: node
89818982
linkType: hard
89828983

8983-
"gatsby@npm:^2.31.1":
8984-
version: 2.32.2
8985-
resolution: "gatsby@npm:2.32.2"
8984+
"gatsby@npm:^2.32.3":
8985+
version: 2.32.3
8986+
resolution: "gatsby@npm:2.32.3"
89868987
dependencies:
89878988
"@babel/code-frame": ^7.10.4
89888989
"@babel/core": ^7.12.3
@@ -9011,7 +9012,7 @@ fsevents@~2.3.1:
90119012
babel-plugin-dynamic-import-node: ^2.3.3
90129013
babel-plugin-lodash: ^3.3.4
90139014
babel-plugin-remove-graphql-queries: ^2.16.0
9014-
babel-preset-gatsby: ^0.12.0
9015+
babel-preset-gatsby: ^0.12.1
90159016
better-opn: ^2.0.0
90169017
better-queue: ^3.8.10
90179018
bluebird: ^3.7.2
@@ -9144,7 +9145,7 @@ fsevents@~2.3.1:
91449145
react-dom: ^16.4.2 || ^17.0.0
91459146
bin:
91469147
gatsby: ./cli.js
9147-
checksum: 8f9dee3330380758f2c54662aec6d11d0bcb05b333731dece1f7c9067060e2cc109d0f2de6809978d81bcc01b2da490c8979a73b43c7ec5cb1ddbcd4d613ec32
9148+
checksum: b4d57d3449a5e5ed7e638539fff429d2c9f42317cfc5aa9f1c5f377980204e0dccbc554a8480fe1b9501975e12246bf736d8605ec9c17b68545af84383fc9c48
91489149
languageName: node
91499150
linkType: hard
91509151

0 commit comments

Comments
 (0)