Skip to content

Commit

Permalink
fix: bad electron devDependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
adkif committed Nov 23, 2023
1 parent afd7aad commit a33e39f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/desktop-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@gauzy/desktop-window": "^0.1.0",
"active-win": "^8.1.0",
"better-sqlite3": "^8.7.0",
"electron": "20.2.0",
"electron-store": "^8.1.0",
"electron-util": "^0.17.2",
"embedded-queue": "^0.0.11",
Expand All @@ -52,6 +51,7 @@
"underscore": "^1.13.3"
},
"devDependencies": {
"@types/node": "^17.0.33"
"@types/node": "^17.0.33",
"electron": "20.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/desktop-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"keywords": [],
"devDependencies": {
"@types/moment-duration-format": "^2.2.3",
"@types/node": "^17.0.33"
"@types/node": "^17.0.33",
"electron": "20.2.0"
},
"dependencies": {
"@angular/animations": "13.2.2",
Expand All @@ -52,7 +53,6 @@
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"ckeditor4-angular": "4.0.1",
"electron": "20.2.0",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"hash-it": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/desktop-window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"keywords": [],
"dependencies": {
"@electron/remote": "^2.0.8",
"electron": "20.2.0",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0"
},
"devDependencies": {
"@types/node": "^17.0.33"
"@types/node": "^17.0.33",
"electron": "20.2.0"
}
}

0 comments on commit a33e39f

Please sign in to comment.