Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Jun 30, 2022
1 parent 130e1fc commit 9efbb2c
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 280 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altus",
"productName": "Altus",
"version": "4.7.1",
"version": "4.7.2",
"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 @@ -105,38 +105,38 @@
"dependencies": {
"auto-launch": "^5.0.5",
"dragula": "^3.7.3",
"electron-context-menu": "^3.1.2",
"electron-context-menu": "^3.3.0",
"electron-dl": "^3.3.1",
"electron-reload": "^1.5.0",
"electron-store": "^8.0.1",
"i18next": "^21.6.16",
"electron-store": "^8.0.2",
"i18next": "^21.8.11",
"i18next-fs-backend": "^1.1.4",
"node-fetch": "^2.6.7",
"sass": "^1.50.0",
"stylus": "^0.57.0",
"sass": "^1.53.0",
"stylus": "^0.58.1",
"svelte-select": "^4.4.7",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "21.0.3",
"@rollup/plugin-commonjs": "22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.2.0",
"@rollup/plugin-typescript": "^8.3.2",
"@tsconfig/svelte": "^2.0.1",
"@types/node": "^17.0.24",
"concurrently": "^7.1.0",
"electron": "^18.0.3",
"electron-builder": "^23.0.3",
"rollup": "^2.70.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^18.0.0",
"concurrently": "^7.2.2",
"electron": "^19.0.6",
"electron-builder": "^23.1.0",
"rollup": "^2.75.7",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sirv-cli": "^2.0.2",
"svelte": "^3.47.0",
"svelte-check": "^2.4.6",
"svelte-preprocess": "^4.10.6",
"typescript": "^4.6.3"
"svelte": "^3.48.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}
Loading

0 comments on commit 9efbb2c

Please sign in to comment.