Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Mar 15, 2022
1 parent ce0f9d2 commit b3caf80
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 297 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altus",
"productName": "Altus",
"version": "4.5.6",
"version": "4.6.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 @@ -99,38 +99,38 @@
"dependencies": {
"auto-launch": "^5.0.5",
"dragula": "^3.7.3",
"electron-context-menu": "^3.1.1",
"electron-context-menu": "^3.1.2",
"electron-dl": "^3.3.0",
"electron-reload": "^1.5.0",
"electron-store": "^8.0.1",
"i18next": "^21.6.6",
"i18next": "^21.6.14",
"i18next-node-fs-backend": "^2.1.3",
"node-fetch": "^3.1.1",
"sass": "^1.49.0",
"node-fetch": "^3.2.3",
"sass": "^1.49.9",
"stylus": "^0.56.0",
"svelte-select": "^4.4.7",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "19.0.1",
"@rollup/plugin-commonjs": "21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.2",
"@rollup/plugin-typescript": "^8.2.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@tsconfig/svelte": "^2.0.1",
"@types/node": "^16.3.3",
"concurrently": "^6.2.0",
"electron": "^16.0.7",
"electron-builder": "^22.14.5",
"rollup": "^2.64.0",
"@types/node": "^17.0.21",
"concurrently": "^7.0.0",
"electron": "^17.1.2",
"electron-builder": "^22.14.13",
"rollup": "^2.70.1",
"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": "^1.0.12",
"svelte": "^3.46.2",
"svelte-check": "^2.3.0",
"svelte-preprocess": "^4.10.2",
"sirv-cli": "^2.0.2",
"svelte": "^3.46.4",
"svelte-check": "^2.4.6",
"svelte-preprocess": "^4.10.4",
"typescript": "^4.3.5"
}
}
Loading

0 comments on commit b3caf80

Please sign in to comment.