Skip to content

Commit

Permalink
Fix app deps to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed May 23, 2018
1 parent 16e883e commit 83e5e59
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions app/package.json
Expand Up @@ -32,25 +32,25 @@
"node": ">= 0.10.0"
},
"dependencies": {
"adm-zip": "^0.4.7",
"adm-zip": "0.4.7",
"angular-gettext-tools": "2.3.5",
"copy-paste": "^1.3.0",
"extract-zip": "^1.6.5",
"fs-extra": "^1.0.0",
"getos": "^3.0.1",
"glob": "^7.1.2",
"is-online": "^5.2.0",
"jquery": "^3.2.1",
"lodash.debounce": "^4.0.8",
"marked": "^0.3.19",
"node-emoji": "^1.8.1",
"node-lang-info": "^0.2.1",
"openurl": "^1.1.1",
"rmdir": "^1.2.0",
"rsyncwrapper": "^2.0.1",
"sha1": "^1.1.1",
"ssh-exec": "^2.0.0",
"sudo-prompt": "^7.1.0",
"copy-paste": "~1.3.0",
"extract-zip": "~1.6.5",
"fs-extra": "~1.0.0",
"getos": "~3.0.1",
"glob": "~7.1.2",
"is-online": "~5.2.0",
"jquery": "~3.2.1",
"lodash.debounce": "~4.0.8",
"marked": "~0.3.19",
"node-emoji": "~1.8.1",
"node-lang-info": "~0.2.1",
"openurl": "~1.1.1",
"rmdir": "~1.2.0",
"rsyncwrapper": "~2.0.1",
"sha1": "~1.1.1",
"ssh-exec": "~2.0.0",
"sudo-prompt": "~8.2.0",
"svgo": "~0.7.2",
"tmp": "0.0.33"
},
Expand Down

0 comments on commit 83e5e59

Please sign in to comment.