Skip to content

Commit

Permalink
Some fine touches to app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
black authored and black committed Feb 19, 2018
1 parent 40713bd commit 6e8e978
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 53 deletions.
47 changes: 40 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,53 @@
},
"linux": {
"target": [
"AppImage",
"deb",
"rpm",
"pacman"
"AppImage"
],
"icon": "src/static/icons/",
"category": "Science"
},
"deb": {
"icon": "src/static/icons/",
"depends": [
"libnotify4"
"libnotify4",
"texlive-base",
"texlive-latex-recommended",
"texlive-latex-extra",
"texlive-fonts-recommended",
"texlive-fonts-extra",
"texlive-latex-base",
"texlive-font-utils",
"make"
],
"packageCategory": "Office"
"packageCategory": "Science"
},
"rpm": {
"icon": "src/static/icons/",
"depends": [
"libnotify4",
"texlive-base",
"texlive-latex-recommended",
"texlive-latex-extra",
"texlive-fonts-recommended",
"texlive-fonts-extra",
"texlive-latex-base",
"texlive-font-utils",
"make"
]
},
"pacman": {
"icon": "src/static/icons/",
"depends": [
"libnotify4",
"texlive-base",
"texlive-latex-recommended",
"texlive-latex-extra",
"texlive-fonts-recommended",
"texlive-fonts-extra",
"texlive-latex-base",
"texlive-font-utils",
"make"
]
},
"remoteBuild": false,
"fileAssociations": {
Expand Down Expand Up @@ -112,7 +145,7 @@
"babelify": "^8.0.0",
"brace": "^0.11.1",
"browserify": "^16.1.0",
"electron-builder": "^20.0.5",
"electron-builder": "^20.0.6",
"electron-devtools-installer": "^2.2.3",
"electron-forge": "^5.1.1",
"electron-prebuilt-compile": "1.8.2",
Expand Down
52 changes: 6 additions & 46 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2700,36 +2700,7 @@ ejs@^2.5.7:
version "2.5.7"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.7.tgz#cc872c168880ae3c7189762fd5ffc00896c9518a"

[email protected]:
version "20.0.5"
resolved "https://registry.yarnpkg.com/electron-builder-lib/-/electron-builder-lib-20.0.5.tgz#dd1e673eae548fe6c2f73bd066be5d68469c4e19"
dependencies:
"7zip-bin" "~3.1.0"
app-builder-bin "1.3.5"
async-exit-hook "^2.0.1"
bluebird-lst "^1.0.5"
builder-util "5.3.0"
builder-util-runtime "4.0.5"
chromium-pickle-js "^0.2.0"
debug "^3.1.0"
ejs "^2.5.7"
electron-osx-sign "0.4.8"
electron-publish "20.0.5"
fs-extra-p "^4.5.0"
hosted-git-info "^2.5.0"
is-ci "^1.1.0"
isbinaryfile "^3.0.2"
js-yaml "^3.10.0"
lazy-val "^1.0.3"
minimatch "^3.0.4"
normalize-package-data "^2.4.0"
plist "^2.1.0"
read-config-file "3.0.0"
sanitize-filename "^1.6.1"
semver "^5.5.0"
temp-file "^3.1.1"

electron-builder-lib@~20.0.5:
[email protected], electron-builder-lib@~20.0.5:
version "20.0.6"
resolved "https://registry.yarnpkg.com/electron-builder-lib/-/electron-builder-lib-20.0.6.tgz#1484108626312026cf5c2188aefe0c33f40bad81"
dependencies:
Expand Down Expand Up @@ -2758,18 +2729,18 @@ electron-builder-lib@~20.0.5:
semver "^5.5.0"
temp-file "^3.1.1"

electron-builder@^20.0.5:
version "20.0.5"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-20.0.5.tgz#17a0fae426f19fdbf71efba7c06d9ea29e077382"
electron-builder@^20.0.6:
version "20.0.6"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-20.0.6.tgz#74393c405e70947511e2ca71431f66bab8f3e82a"
dependencies:
bluebird-lst "^1.0.5"
builder-util "5.3.0"
builder-util-runtime "4.0.5"
chalk "^2.3.0"
dmg-builder "4.1.0"
electron-builder-lib "20.0.5"
electron-builder-lib "20.0.6"
electron-download-tf "4.3.4"
fs-extra-p "^4.5.0"
fs-extra-p "^4.5.2"
is-ci "^1.1.0"
lazy-val "^1.0.3"
read-config-file "3.0.0"
Expand Down Expand Up @@ -3083,17 +3054,6 @@ [email protected]:
electron-compilers "*"
yargs "^6.6.0"

[email protected]:
version "20.0.5"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-20.0.5.tgz#e2f37d86ee641e56ac3c04ecb88774a157b3764e"
dependencies:
bluebird-lst "^1.0.5"
builder-util "^5.3.0"
builder-util-runtime "^4.0.5"
chalk "^2.3.0"
fs-extra-p "^4.5.0"
mime "^2.2.0"

[email protected]:
version "20.0.6"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-20.0.6.tgz#24a3c508428eea31813e064f80468f626dff1d87"
Expand Down

0 comments on commit 6e8e978

Please sign in to comment.