Skip to content

Commit 8aac638

Browse files
committed
* Yarn upgrade
* Dependency upgrades * Updated image
1 parent 0985cae commit 8aac638

File tree

7 files changed

+107
-200
lines changed

7 files changed

+107
-200
lines changed

.yarn/releases/yarn-2.3.3.cjs

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

.yarn/releases/yarn-2.4.0.cjs

Lines changed: 55 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ nodeLinker: node-modules
22

33
plugins:
44
- path: .yarn/plugins/yarn-up-all-plugin.cjs
5-
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.0.2/index.js"
5+
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.0.3/index.js"
66

7-
yarnPath: .yarn/releases/yarn-2.3.3.cjs
7+
yarnPath: .yarn/releases/yarn-2.4.0.cjs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![DeadHash](https://codedead.com/wp-content/uploads/2020/06/DeadHash.png)
1+
![DeadHash](https://i.imgur.com/PWrqQ67.png)
22

33
# DeadHash
44

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": {
1313
"appId": "com.codedead.deadhash",
1414
"productName": "DeadHash",
15-
"copyright": "Copyright © 2020 ${author}",
15+
"copyright": "Copyright © 2021 ${author}",
1616
"win": {
1717
"target": [
1818
"nsis",
@@ -35,7 +35,7 @@
3535
},
3636
"main": "public/electron.js",
3737
"dependencies": {
38-
"@material-ui/core": "^4.11.0",
38+
"@material-ui/core": "^4.11.1",
3939
"@material-ui/icons": "^4.9.1",
4040
"cross-env": "^7.0.2",
4141
"electron-is-dev": "^1.2.0",
@@ -44,7 +44,7 @@
4444
"react-dom": "^17.0.1",
4545
"react-router": "^5.2.0",
4646
"react-router-dom": "^5.2.0",
47-
"react-scripts": "^4.0.0"
47+
"react-scripts": "^4.0.1"
4848
},
4949
"scripts": {
5050
"react-start": "react-scripts start",
@@ -70,7 +70,7 @@
7070
},
7171
"devDependencies": {
7272
"concurrently": "^5.3.0",
73-
"electron": "^10.1.5",
73+
"electron": "^11.0.3",
7474
"electron-builder": "^22.9.1",
7575
"eslint-config-airbnb": "^18.2.1",
7676
"eslint-plugin-import": "^2.22.1",

src/languages/de_DE/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const de_DE = () => ({
77
help: 'Hilfe',
88
language: 'Sprache',
99
aboutSubtitle: 'Erfahren Sie mehr über DeadHash',
10-
aboutMessage: 'DeadHash wurde von DeadLine erstellt.\n\nEinige Bilder wurden von icons8 bereitgestellt: https://icons8.com\nLizenz: GPLv3\nVersion: {x}\n\nCopyright © 2020 CodeDead',
10+
aboutMessage: 'DeadHash wurde von DeadLine erstellt.\n\nEinige Bilder wurden von icons8 bereitgestellt: https://icons8.com\nLizenz: GPLv3\nVersion: {x}\n\nCopyright © 2021 CodeDead',
1111
codedead: 'CodeDead',
1212
theme: 'Thema',
1313
general: 'Allgemeines',

0 commit comments

Comments
 (0)