Skip to content

Commit

Permalink
Update all dependencies within version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
blackshadev committed Aug 14, 2023
1 parent 593b74e commit 36d95dc
Show file tree
Hide file tree
Showing 2 changed files with 3,218 additions and 3,135 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dive-downloader",
"description": "Download dives from any divecomputer with an electron app",
"productName": "dive-downloader",
"version": "0.1.3",
"version": "0.1.4",
"main": ".webpack/main",
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand Down Expand Up @@ -149,12 +149,13 @@
"config": {
"forge": {
"plugins": [
[
"@electron-forge/plugin-auto-unpack-natives"
],
[
"@electron-forge/plugin-webpack",
{
{
"name": "@electron-forge/plugin-auto-unpack-natives",
"config": {}
},
{
"name": "@electron-forge/plugin-webpack",
"config": {
"mainConfig": "./webpack/webpack.main.config.js",
"renderer": {
"nodeIntegration": true,
Expand All @@ -168,7 +169,7 @@
]
}
}
]
}
],
"packagerConfig": {
"asar": {
Expand Down
Loading

0 comments on commit 36d95dc

Please sign in to comment.