Skip to content

Commit 046413c

Browse files
committed
* Dependency upgrades
* Added more information to privacy page
1 parent ba58e5a commit 046413c

File tree

5 files changed

+601
-480
lines changed

5 files changed

+601
-480
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
public
44
gatsby-browser.js
55
gatsby-ssr.js
6+
yarn.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ yarn build
2323

2424
## About
2525

26-
This website is maintained by CodeDead.
26+
This website is maintained by [CodeDead](https://codedead.com).
2727

2828
Copyright © 2021 CodeDead

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@
1818
"@material-ui/icons": "^4.11.2",
1919
"@material-ui/lab": "^4.0.0-alpha.60",
2020
"axios": "^0.21.1",
21-
"gatsby": "^3.11.1",
22-
"gatsby-plugin-catch-links": "^3.11.0",
23-
"gatsby-plugin-google-gtag": "^3.11.0",
24-
"gatsby-plugin-image": "^1.11.0",
21+
"gatsby": "^3.12.0",
22+
"gatsby-plugin-catch-links": "^3.12.0",
23+
"gatsby-plugin-google-gtag": "^3.12.0",
24+
"gatsby-plugin-image": "^1.12.0",
2525
"gatsby-plugin-robots-txt": "^1.6.9",
26-
"gatsby-plugin-sharp": "^3.11.0",
27-
"gatsby-plugin-sitemap": "^4.7.0",
28-
"gatsby-remark-images": "^5.8.0",
29-
"gatsby-source-filesystem": "^3.11.0",
26+
"gatsby-plugin-sharp": "^3.12.0",
27+
"gatsby-plugin-sitemap": "^4.8.0",
28+
"gatsby-remark-images": "^5.9.0",
29+
"gatsby-source-filesystem": "^3.12.0",
3030
"gatsby-theme-material-ui": "^2.0.1",
31-
"gatsby-transformer-remark": "^4.8.0",
32-
"gatsby-transformer-sharp": "^3.11.0",
31+
"gatsby-transformer-remark": "^4.9.0",
32+
"gatsby-transformer-sharp": "^3.12.0",
3333
"react": "^17.0.2",
3434
"react-dom": "^17.0.2",
3535
"react-helmet": "^6.1.0"
3636
},
3737
"devDependencies": {
3838
"eslint": "^7.32.0",
3939
"eslint-config-airbnb": "^18.2.1",
40-
"eslint-plugin-import": "^2.24.0",
40+
"eslint-plugin-import": "^2.24.1",
4141
"eslint-plugin-jsx-a11y": "^6.4.1",
4242
"eslint-plugin-react": "^7.24.0",
4343
"eslint-plugin-react-hooks": "^4.2.0"

src/pages/privacy/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const Privacy = () => {
3535
<CardContent>
3636
<Typography gutterBottom>
3737
Let’s get started shall we. We’re all about transparency. That is why our applications
38-
are always open-source and compiled as-is. No hidden fee’s anywhere. There’s a good
39-
reason for that too. Not only do we not want your money by means of adware or other
38+
are always open-source and compiled as-is. There are no hidden fee’s or trackers in our software.
39+
There’s a good reason for that too. Not only do we not want your money by means of adware or other
4040
dubious methods like including other products in our installers, we want you to know
4141
exactly what we know about you. Donations are still welcome though ;).
4242
</Typography>

0 commit comments

Comments
 (0)