Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
reZach committed Jul 17, 2020
1 parent 01d9c47 commit 9fdcd6e
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 27 deletions.
108 changes: 85 additions & 23 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-electron-template",
"version": "4.2.3",
"version": "4.2.4",
"description": "The best way to build Electron apps with security in mind.",
"private": true,
"main": "app/electron/main.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"homepage": "https://github.com/reZach/secure-electron-template#readme",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
Expand All @@ -72,7 +72,7 @@
"electron": "^8.3.0",
"electron-builder": "^22.7.0",
"electron-debug": "^3.1.0",
"electron-devtools-installer": "^3.1.0",
"electron-devtools-installer": "^3.1.1",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
Expand All @@ -87,7 +87,7 @@
"@reduxjs/toolkit": "^1.4.0",
"connected-react-router": "^6.8.0",
"easy-redux-undo": "^1.0.1",
"i18next": "^19.6.0",
"i18next": "^19.6.2",
"i18next-electron-fs-backend": "^1.3.4",
"lodash": "4.17.19",
"lodash.merge": "^4.6.2",
Expand Down

0 comments on commit 9fdcd6e

Please sign in to comment.