Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieuzest committed Dec 20, 2023
1 parent a503465 commit 3a2e5bf
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-dataview",
"description": "View Database in Koishi Console",
"version": "2.6.1",
"version": "2.6.3",
"main": "lib/index.cjs",
"types": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -52,19 +52,19 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.20.1",
"@koishijs/plugin-console": "^5.22.0",
"koishi": "^4.16.0"
},
"devDependencies": {
"@koishijs/client": "^5.20.1",
"@koishijs/plugin-console": "^5.20.1",
"@koishijs/client": "^5.22.0",
"@koishijs/plugin-console": "^5.22.0",
"@types/node": "^20.10.2",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"koishi": "^4.16.0",
"typescript": "^5.3.2"
},
"dependencies": {
"@koishijs/console": "^5.20.1"
"@koishijs/console": "^5.22.0"
}
}

0 comments on commit 3a2e5bf

Please sign in to comment.