Skip to content

Commit b4024a3

Browse files
committed
* Dependency updates
1 parent 1c4daec commit b4024a3

File tree

2 files changed

+109
-108
lines changed

2 files changed

+109
-108
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"copyright": "Copyright © 2020 ${author}",
1616
"win": {
1717
"target": [
18-
"nsis", "portable"
18+
"nsis",
19+
"portable"
1920
],
2021
"icon": "assets/Icon-512x512.png"
2122
},
@@ -31,7 +32,7 @@
3132
},
3233
"main": "public/electron.js",
3334
"dependencies": {
34-
"@material-ui/core": "^4.8.0",
35+
"@material-ui/core": "^4.8.2",
3536
"@material-ui/icons": "^4.5.1",
3637
"axios": "^0.19.0",
3738
"cross-env": "^6.0.3",
@@ -44,7 +45,7 @@
4445
"react-router": "^5.1.2",
4546
"react-router-dom": "^5.1.2",
4647
"react-scripts": "3.3.0",
47-
"redux": "^4.0.4",
48+
"redux": "^4.0.5",
4849
"redux-actions": "^2.6.5"
4950
},
5051
"scripts": {

0 commit comments

Comments
 (0)