Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
albertopasqualetto committed Feb 12, 2023
1 parent 7ff8484 commit 7ce470d
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 51 deletions.
4 changes: 3 additions & 1 deletion BWWBS-GUI/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Executable exports
build/
dist/
dist/

__pycache__/
36 changes: 31 additions & 5 deletions BWWBS-GUI/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 22 additions & 4 deletions bulk-whatsappweb-sender/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

91 changes: 54 additions & 37 deletions bulk-whatsappweb-sender/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bulk-whatsappweb-sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
},
"dependencies": {
"browser-paths": "github:albertopasqualetto/browser-paths",
"commander": "^9.4.1",
"commander": "^10.0.0",
"inquirer": "^9.1.4",
"inquirer-file-tree-selection-prompt": "^2.0.5",
"libphonenumber-js": "^1.10.15",
"libphonenumber-js": "^1.10.19",
"mime-types": "^2.1.35",
"press-any-key": "^0.1.1",
"puppeteer-core": "^19.4.1",
"puppeteer-core": "^19.6.3",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.19.1"
"whatsapp-web.js": "^1.19.4"
},
"devDependencies": {
"caxa": "^3.0.1",
Expand Down

0 comments on commit 7ce470d

Please sign in to comment.