Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
reZach committed Oct 4, 2020
1 parent 7cfb4aa commit 830f68b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 42 deletions.
56 changes: 19 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-electron-template",
"version": "5.1.5",
"version": "5.1.6",
"description": "The best way to build Electron apps with security in mind.",
"private": true,
"main": "app/electron/main.js",
Expand Down Expand Up @@ -86,9 +86,9 @@
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"connected-react-router": "^6.8.0",
"easy-redux-undo": "^1.0.1",
"easy-redux-undo": "^1.0.2",
"i18next": "^19.7.0",
"i18next-electron-fs-backend": "^1.3.4",
"i18next-electron-fs-backend": "^1.3.5",
"lodash": "4.17.20",
"lodash.merge": "^4.6.2",
"react": "^16.13.1",
Expand All @@ -98,7 +98,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"secure-electron-context-menu": "^1.2.1",
"secure-electron-store": "^1.3.1"
"secure-electron-context-menu": "^1.2.2",
"secure-electron-store": "^1.3.3"
}
}

0 comments on commit 830f68b

Please sign in to comment.