Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 16, 2024
1 parent f1ba31c commit 179b41b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from '@koishijs/vitepress'
import { defineConfig } from '@cordisjs/vitepress'

export default defineConfig({
lang: 'zh-CN',
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-novelai",
"description": "Generate images by diffusion models",
"version": "1.20.1",
"version": "1.21.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -63,24 +63,24 @@
"generate"
],
"peerDependencies": {
"koishi": "^4.15.6"
"koishi": "^4.16.8"
},
"devDependencies": {
"@koishijs/plugin-help": "^2.4.0",
"@cordisjs/vitepress": "^3.2.6",
"@koishijs/plugin-help": "^2.4.3",
"@koishijs/translator": "^1.1.1",
"@koishijs/vitepress": "^3.0.5",
"@types/adm-zip": "^0.5.5",
"@types/libsodium-wrappers-sumo": "^0.7.8",
"@types/node": "^20.10.0",
"@types/node": "^20.11.19",
"atsc": "^1.2.2",
"koishi": "^4.15.6",
"sass": "^1.69.5",
"typescript": "^5.3.2",
"vitepress": "1.0.0-rc.29"
"koishi": "^4.16.8",
"sass": "^1.71.0",
"typescript": "^5.3.3",
"vitepress": "1.0.0-rc.40"
},
"dependencies": {
"adm-zip": "^0.5.10",
"image-size": "^1.0.2",
"image-size": "^1.1.1",
"libsodium-wrappers-sumo": "^0.7.13"
}
}

0 comments on commit 179b41b

Please sign in to comment.