Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Jul 19, 2021
1 parent 2479702 commit 10998bd
Show file tree
Hide file tree
Showing 2 changed files with 561 additions and 470 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altus",
"productName": "Altus",
"version": "4.2.0",
"version": "4.3.0",
"description": "Desktop client for WhatsApp Web with themes & multiple account support.",
"main": "src/index.js",
"homepage": "https://gitlab.com/amanharwara/altus",
Expand Down Expand Up @@ -98,37 +98,37 @@
},
"dependencies": {
"auto-launch": "^5.0.5",
"concurrently": "^6.0.0",
"concurrently": "^6.2.0",
"dragula": "^3.7.3",
"electron-context-menu": "^2.5.0",
"electron-dl": "^3.2.0",
"electron-context-menu": "^3.1.1",
"electron-dl": "^3.2.1",
"electron-reload": "^1.5.0",
"electron-store": "^7.0.0",
"electron-store": "^8.0.0",
"node-fetch": "^2.6.1",
"sass": "^1.32.8",
"sirv-cli": "^1.0.10",
"sass": "^1.35.2",
"sirv-cli": "^1.0.12",
"stylus": "^0.54.8",
"svelte-select": "^3.17.0",
"tslib": "^2.1.0",
"svelte-select": "^4.2.6",
"tslib": "^2.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-commonjs": "19.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"@tsconfig/svelte": "^1.0.10",
"@types/node": "^14.14.36",
"electron": "^11.3.0",
"electron-builder": "^22.10.5",
"rollup": "^2.42.4",
"@rollup/plugin-node-resolve": "^13.0.2",
"@rollup/plugin-typescript": "^8.2.3",
"@tsconfig/svelte": "^2.0.1",
"@types/node": "^16.3.3",
"electron": "^13.0.0",
"electron-builder": "^22.11.7",
"rollup": "^2.53.2",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.35.0",
"svelte-check": "^1.3.0",
"svelte-preprocess": "^4.7.0",
"typescript": "^4.2.3"
"svelte": "^3.38.3",
"svelte-check": "^2.2.3",
"svelte-preprocess": "^4.7.4",
"typescript": "^4.3.5"
}
}

0 comments on commit 10998bd

Please sign in to comment.