diff options
Diffstat (limited to 'example/application/package.json')
-rw-r--r-- | example/application/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/application/package.json b/example/application/package.json index 0a9232f..4984b7f 100644 --- a/example/application/package.json +++ b/example/application/package.json @@ -18,7 +18,7 @@ "@babel/preset-env": "^7.5.5", "@babel/runtime": "^7.5.5", "babel-loader": "^8.0.6", - "electron": "^6.0.3", + "electron": "^22.3.25", "html-webpack-plugin": "^3.2.0", "standard": "^14.0.0", "webpack": "^4.39.2", @@ -26,6 +26,6 @@ }, "dependencies": { "jsonfile": "^5.0.0", - "moment": "^2.24.0" + "moment": "^2.29.4" } } |