Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Jan 4, 2022
1 parent 621007a commit a435d5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oicq",
"version": "2.1.8",
"upday": "2021/12/08",
"version": "2.1.9",
"upday": "2021/1/4",
"description": "QQ protocol!",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,12 +26,12 @@
"homepage": "https://github.com/takayama-lily/oicq#readme",
"changelogs": "https://github.com/takayama-lily/oicq/releases",
"dependencies": {
"axios": "^0.23.0",
"axios": "^0.24.0",
"jsqr": "^1.4.0",
"log4js": "^6.3.0",
"long": "^4.0.0",
"pngjs": "^6.0.0",
"probe-image-size": "^7.2.1",
"probe-image-size": "^7.2.2",
"qrcode-terminal": "^0.12.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ if (account > 10000 && account < 0xffffffff) {
} else {
console.log(help);
}

process.on("unhandledRejection", (a) => {
console.log(a)
})

0 comments on commit a435d5c

Please sign in to comment.