Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 20, 2024
1 parent af981ee commit af74122
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-image-search",
"description": "Image searching plugin for Koishi",
"version": "4.3.1",
"version": "4.3.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -42,16 +42,16 @@
}
},
"peerDependencies": {
"koishi": "^4.17.0"
"koishi": "^4.17.4"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"iqdb-client": "^1.1.0",
"nhentai-api": "^3.4.3"
},
"devDependencies": {
"@types/node": "^20.10.2",
"koishi": "^4.17.0",
"typescript": "^5.3.2"
"@types/node": "^20.12.7",
"koishi": "^4.17.4",
"typescript": "^5.4.5"
}
}

0 comments on commit af74122

Please sign in to comment.