Skip to content

Commit 0ed7c69

Browse files
committed
* Dependency upgrades
* Updated README.md
1 parent 730377c commit 0ed7c69

File tree

3 files changed

+1388
-1497
lines changed

3 files changed

+1388
-1497
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ This library is maintained by CodeDead. You can find more about us using the fol
2626
* [Twitter](https://twitter.com/C0DEDEAD)
2727
* [Facebook](https://facebook.com/deadlinecodedead)
2828
* [Reddit](https://reddit.com/r/CodeDead/)
29-
30-
We would also like to thank JetBrains for the open source license that they granted us to work with wonderful tools such as [WebStorm](https://jetbrains.com/webstorm) and [Resharper](https://jetbrains.com/resharper).

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
},
3636
"main": "public/electron.js",
3737
"dependencies": {
38-
"@material-ui/core": "^4.9.0",
39-
"@material-ui/icons": "^4.5.1",
38+
"@material-ui/core": "^4.9.5",
39+
"@material-ui/icons": "^4.9.1",
4040
"axios": "^0.19.2",
41-
"cross-env": "^6.0.3",
42-
"crypto-js": "^3.1.9-1",
41+
"cross-env": "^7.0.2",
42+
"crypto-js": "^4.0.0",
4343
"electron-is-dev": "^1.1.0",
44-
"react": "^16.12.0",
44+
"react": "^16.13.0",
4545
"react-contexify": "^4.1.1",
46-
"react-dom": "^16.12.0",
47-
"react-redux": "^7.1.3",
46+
"react-dom": "^16.13.0",
47+
"react-redux": "^7.2.0",
4848
"react-router": "^5.1.2",
4949
"react-router-dom": "^5.1.2",
50-
"react-scripts": "3.3.0",
50+
"react-scripts": "3.4.0",
5151
"redux": "^4.0.5",
5252
"redux-actions": "^2.6.5"
5353
},
@@ -77,9 +77,9 @@
7777
]
7878
},
7979
"devDependencies": {
80-
"concurrently": "^5.0.2",
81-
"electron": "^7.1.10",
82-
"electron-builder": "^22.2.0",
83-
"wait-on": "^4.0.0"
80+
"concurrently": "^5.1.0",
81+
"electron": "^8.1.0",
82+
"electron-builder": "^22.4.0",
83+
"wait-on": "^4.0.1"
8484
}
8585
}

0 commit comments

Comments
 (0)