chore: bump dependencies & updated workflow
This commit is contained in:
@@ -49,6 +49,7 @@ jobs:
|
||||
run: pnpm run packages:build
|
||||
|
||||
- name: Packages publish
|
||||
run: pnpm run packages:publish
|
||||
run: pnpm publish -r --access public --no-git-checks
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
NPM_CONFIG_PROVENANCE: true
|
||||
|
||||
+3
-3
@@ -10,9 +10,9 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/starlight": "^0.31.1",
|
||||
"astro": "^5.2.5",
|
||||
"sharp": "^0.32.6",
|
||||
"@astrojs/starlight": "^0.32.0",
|
||||
"astro": "^5.3.0",
|
||||
"sharp": "^0.33.5",
|
||||
"starlight-theme-catppuccin": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
+12
-12
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "airi-vtuber",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@10.2.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.4.1",
|
||||
"description": "LLM powered virtual character",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -19,7 +20,6 @@
|
||||
"packages:dev:tamagotchi": "pnpm packages:stub && pnpm -r --filter=@proj-airi/stage-tamagotchi --parallel run dev",
|
||||
"packages:stub": "pnpm -r --filter=./packages/* run stub",
|
||||
"packages:build": "pnpm -r --filter=./packages/* run build",
|
||||
"packages:publish": "pnpm -r --filter=./packages/* run package:publish",
|
||||
"test": "vitest --coverage",
|
||||
"test:run": "vitest run",
|
||||
"up": "taze major -I",
|
||||
@@ -27,26 +27,26 @@
|
||||
"sizecheck": "npx vite-bundle-visualizer"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.1.1",
|
||||
"@antfu/eslint-config": "^4.2.1",
|
||||
"@antfu/ni": "^23.3.1",
|
||||
"@cspell/dict-ru_ru": "^2.2.4",
|
||||
"@types/node": "^22.13.1",
|
||||
"@unocss/eslint-config": "^65.4.3",
|
||||
"@unocss/eslint-plugin": "^65.4.3",
|
||||
"bumpp": "^10.0.2",
|
||||
"@types/node": "^22.13.4",
|
||||
"@unocss/eslint-config": "^65.5.0",
|
||||
"@unocss/eslint-plugin": "^65.5.0",
|
||||
"bumpp": "^10.0.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.20.0",
|
||||
"eslint": "^9.20.1",
|
||||
"eslint-plugin-cypress": "^4.1.0",
|
||||
"eslint-plugin-format": "^1.0.1",
|
||||
"lint-staged": "^15.4.3",
|
||||
"rollup": "^4.34.6",
|
||||
"rollup": "^4.34.8",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"taze": "^18.4.0",
|
||||
"taze": "^18.6.0",
|
||||
"typescript": "~5.7.3",
|
||||
"unbuild": "3.0.0-rc.11",
|
||||
"unocss": "^65.4.3",
|
||||
"unocss": "^65.5.0",
|
||||
"vite": "^6.1.0",
|
||||
"vite-plugin-inspect": "^10.1.1",
|
||||
"vite-plugin-inspect": "^10.2.1",
|
||||
"vitest": "^3.0.5"
|
||||
},
|
||||
"workspaces": [
|
||||
|
||||
@@ -72,17 +72,17 @@
|
||||
"apache-arrow": "^19.0.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"defu": "^6.1.4",
|
||||
"drizzle-orm": "^0.39.2",
|
||||
"drizzle-orm": "^0.39.3",
|
||||
"es-toolkit": "^1.32.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@unocss/reset": "^65.4.3",
|
||||
"@unocss/reset": "^65.5.0",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vueuse/core": "^12.5.0",
|
||||
"@vueuse/core": "^12.7.0",
|
||||
"drizzle-kit": "^0.30.4",
|
||||
"superjson": "^2.2.2",
|
||||
"vite": "^6.1.0",
|
||||
"vue": "^3.5.13",
|
||||
"vue-tsc": "^2.2.0"
|
||||
"vue-tsc": "^2.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
"apache-arrow": "^19.0.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"defu": "^6.1.4",
|
||||
"drizzle-orm": "^0.39.2",
|
||||
"drizzle-orm": "^0.39.3",
|
||||
"es-toolkit": "^1.32.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -30,10 +30,9 @@
|
||||
"dev": "pnpm run stub",
|
||||
"stub": "unbuild --stub",
|
||||
"build": "unbuild",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"elevenlabs": "^1.50.5"
|
||||
"elevenlabs": "^1.51.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,8 +39,7 @@
|
||||
"dev": "pnpm run stub",
|
||||
"stub": "unbuild --stub",
|
||||
"build": "unbuild",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"defu": "^6.1.4",
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/tools": "^4.1.1",
|
||||
"@lobehub/icons-static-svg": "^1.23.0",
|
||||
"@lobehub/icons-static-svg": "^1.25.0",
|
||||
"local-pkg": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@tresjs/core": "^4.3.3",
|
||||
"@unocss/reset": "^65.4.3",
|
||||
"@vueuse/core": "^12.5.0",
|
||||
"@unocss/reset": "^65.5.0",
|
||||
"@vueuse/core": "^12.7.0",
|
||||
"@vueuse/motion": "^2.2.6",
|
||||
"ofetch": "^1.4.1",
|
||||
"three": "^0.173.0",
|
||||
@@ -32,6 +32,6 @@
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@webgpu/types": "^0.1.54",
|
||||
"hfup": "workspace:^",
|
||||
"vue-tsc": "^2.2.0"
|
||||
"vue-tsc": "^2.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"dependencies": {
|
||||
"@guiiai/logg": "^1.0.7",
|
||||
"@proj-airi/server-shared": "workspace:^",
|
||||
"crossws": "^0.3.3",
|
||||
"crossws": "^0.3.4",
|
||||
"defu": "^6.1.4",
|
||||
"h3": "^1.15.0",
|
||||
"listhen": "^1.9.0"
|
||||
|
||||
@@ -34,12 +34,11 @@
|
||||
"dev": "pnpm run stub",
|
||||
"stub": "unbuild --stub",
|
||||
"build": "unbuild",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@proj-airi/server-shared": "workspace:^",
|
||||
"crossws": "^0.3.3",
|
||||
"crossws": "^0.3.4",
|
||||
"defu": "^6.1.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,10 +34,9 @@
|
||||
"dev": "pnpm run stub",
|
||||
"stub": "unbuild --stub",
|
||||
"build": "unbuild",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"package:publish": "pnpm build && pnpm publish --access public --no-git-checks"
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"crossws": "^0.3.3"
|
||||
"crossws": "^0.3.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/stage-tamagotchi",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"description": "An Electron application with Vue and TypeScript",
|
||||
"author": "LemonNekoGH",
|
||||
"homepage": "https://electron-vite.org",
|
||||
@@ -19,7 +20,7 @@
|
||||
"build:linux": "pnpm run build && electron-builder --linux"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11labs/client": "^0.0.6",
|
||||
"@11labs/client": "^0.0.7",
|
||||
"@electron-toolkit/preload": "^3.0.1",
|
||||
"@electron-toolkit/utils": "^3.0.0",
|
||||
"@formkit/auto-animate": "^0.8.2",
|
||||
@@ -46,30 +47,30 @@
|
||||
"@tresjs/core": "^4.3.3",
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"@typeschema/valibot": "^0.14.0",
|
||||
"@unhead/vue": "^1.11.18",
|
||||
"@unocss/reset": "^65.4.3",
|
||||
"@vueuse/core": "^12.5.0",
|
||||
"@unhead/vue": "^1.11.19",
|
||||
"@unocss/reset": "^65.5.0",
|
||||
"@vueuse/core": "^12.7.0",
|
||||
"@vueuse/head": "^2.0.0",
|
||||
"@vueuse/shared": "^12.5.0",
|
||||
"@vueuse/shared": "^12.7.0",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/model": "catalog:",
|
||||
"@xsai/providers": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"@xsai/stream-text": "catalog:",
|
||||
"@xsai/utils-chat": "^0.1.0-beta.2",
|
||||
"@xsai/utils-chat": "^0.1.0-beta.5",
|
||||
"defu": "^6.1.4",
|
||||
"jszip": "^3.10.1",
|
||||
"nprogress": "^0.2.0",
|
||||
"ofetch": "^1.4.1",
|
||||
"onnxruntime-web": "^1.20.1",
|
||||
"pinia": "^2.3.1",
|
||||
"pinia": "^3.0.1",
|
||||
"pixi-filters": "^4.2.0",
|
||||
"pixi-live2d-display": "^0.4.0",
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.1",
|
||||
"shiki": "^2.3.2",
|
||||
"shiki": "^2.4.2",
|
||||
"three": "^0.173.0",
|
||||
"unified": "^11.0.5",
|
||||
"valibot": "1.0.0-beta.9",
|
||||
@@ -79,11 +80,11 @@
|
||||
"vue-i18n": "^11.1.1",
|
||||
"vue-router": "^4.5.0",
|
||||
"yauzl": "^3.2.0",
|
||||
"zod": "^3.24.1"
|
||||
"zod": "^3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron-toolkit/tsconfig": "^1.0.1",
|
||||
"@iconify-json/carbon": "^1.2.6",
|
||||
"@iconify-json/carbon": "^1.2.7",
|
||||
"@iconify-json/eos-icons": "^1.2.2",
|
||||
"@iconify-json/lucide": "^1.2.26",
|
||||
"@iconify-json/mingcute": "^1.2.3",
|
||||
@@ -93,26 +94,26 @@
|
||||
"@proj-airi/elevenlabs": "workspace:^",
|
||||
"@proj-airi/unplugin-download": "workspace:^",
|
||||
"@proj-airi/unplugin-live2d-sdk": "workspace:^",
|
||||
"@shikijs/markdown-it": "^2.3.2",
|
||||
"@shikijs/markdown-it": "^2.4.2",
|
||||
"@types/markdown-it-link-attributes": "^3.0.5",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/three": "^0.173.0",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vue-macros/volar": "^0.30.14",
|
||||
"@vueuse/motion": "^2.2.6",
|
||||
"electron": "^34.1.1",
|
||||
"electron": "^34.2.0",
|
||||
"electron-builder": "24.13.3",
|
||||
"electron-vite": "^2.3.0",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"unplugin-auto-import": "^19.0.0",
|
||||
"unplugin-vue-components": "^28.0.0",
|
||||
"unplugin-auto-import": "^19.1.0",
|
||||
"unplugin-vue-components": "^28.2.0",
|
||||
"unplugin-vue-macros": "^2.14.2",
|
||||
"unplugin-vue-markdown": "^28.3.0",
|
||||
"unplugin-vue-router": "^0.11.2",
|
||||
"vite-bundle-visualizer": "^1.2.1",
|
||||
"vite-plugin-pwa": "^0.21.1",
|
||||
"vite-plugin-vue-devtools": "^7.7.1",
|
||||
"vite-plugin-vue-devtools": "^7.7.2",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vue-tsc": "^2.2.0"
|
||||
"vue-tsc": "^2.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11labs/client": "^0.0.6",
|
||||
"@11labs/client": "^0.0.7",
|
||||
"@formkit/auto-animate": "^0.8.2",
|
||||
"@gcornut/valibot-json-schema": "^0.42.0",
|
||||
"@huggingface/transformers": "^3.3.3",
|
||||
@@ -42,30 +42,30 @@
|
||||
"@tresjs/core": "^4.3.3",
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"@typeschema/valibot": "^0.14.0",
|
||||
"@unhead/vue": "^1.11.18",
|
||||
"@unocss/reset": "^65.4.3",
|
||||
"@vueuse/core": "^12.5.0",
|
||||
"@unhead/vue": "^1.11.19",
|
||||
"@unocss/reset": "^65.5.0",
|
||||
"@vueuse/core": "^12.7.0",
|
||||
"@vueuse/head": "^2.0.0",
|
||||
"@vueuse/shared": "^12.5.0",
|
||||
"@vueuse/shared": "^12.7.0",
|
||||
"@xsai/generate-speech": "catalog:",
|
||||
"@xsai/generate-text": "catalog:",
|
||||
"@xsai/model": "catalog:",
|
||||
"@xsai/providers": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"@xsai/stream-text": "catalog:",
|
||||
"@xsai/utils-chat": "^0.1.0-beta.2",
|
||||
"@xsai/utils-chat": "^0.1.0-beta.5",
|
||||
"defu": "^6.1.4",
|
||||
"jszip": "^3.10.1",
|
||||
"nprogress": "^0.2.0",
|
||||
"ofetch": "^1.4.1",
|
||||
"onnxruntime-web": "^1.20.1",
|
||||
"pinia": "^2.3.1",
|
||||
"pinia": "^3.0.1",
|
||||
"pixi-filters": "^4.2.0",
|
||||
"pixi-live2d-display": "^0.4.0",
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.1",
|
||||
"shiki": "^2.3.2",
|
||||
"shiki": "^2.4.2",
|
||||
"three": "^0.173.0",
|
||||
"unified": "^11.0.5",
|
||||
"valibot": "1.0.0-beta.9",
|
||||
@@ -75,10 +75,10 @@
|
||||
"vue-i18n": "^11.1.1",
|
||||
"vue-router": "^4.5.0",
|
||||
"yauzl": "^3.2.0",
|
||||
"zod": "^3.24.1"
|
||||
"zod": "^3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.2.6",
|
||||
"@iconify-json/carbon": "^1.2.7",
|
||||
"@iconify-json/eos-icons": "^1.2.2",
|
||||
"@iconify-json/lucide": "^1.2.26",
|
||||
"@iconify-json/mingcute": "^1.2.3",
|
||||
@@ -90,7 +90,7 @@
|
||||
"@proj-airi/lobe-icons": "workspace:^",
|
||||
"@proj-airi/unplugin-download": "workspace:^",
|
||||
"@proj-airi/unplugin-live2d-sdk": "workspace:^",
|
||||
"@shikijs/markdown-it": "^2.3.2",
|
||||
"@shikijs/markdown-it": "^2.4.2",
|
||||
"@types/markdown-it-link-attributes": "^3.0.5",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/three": "^0.173.0",
|
||||
@@ -99,15 +99,15 @@
|
||||
"@vueuse/motion": "^2.2.6",
|
||||
"hfup": "workspace:^",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
"unplugin-auto-import": "^19.0.0",
|
||||
"unplugin-vue-components": "^28.0.0",
|
||||
"unplugin-auto-import": "^19.1.0",
|
||||
"unplugin-vue-components": "^28.2.0",
|
||||
"unplugin-vue-macros": "^2.14.2",
|
||||
"unplugin-vue-markdown": "^28.3.0",
|
||||
"unplugin-vue-router": "^0.11.2",
|
||||
"vite-bundle-visualizer": "^1.2.1",
|
||||
"vite-plugin-pwa": "^0.21.1",
|
||||
"vite-plugin-vue-devtools": "^7.7.1",
|
||||
"vite-plugin-vue-devtools": "^7.7.2",
|
||||
"vite-plugin-vue-layouts": "^0.11.0",
|
||||
"vue-tsc": "^2.2.0"
|
||||
"vue-tsc": "^2.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@unocss/reset": "^65.4.3",
|
||||
"@vueuse/core": "^12.5.0",
|
||||
"@unocss/reset": "^65.5.0",
|
||||
"@vueuse/core": "^12.7.0",
|
||||
"ofetch": "^1.4.1",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
@@ -27,6 +27,6 @@
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@webgpu/types": "^0.1.54",
|
||||
"hfup": "workspace:^",
|
||||
"vue-tsc": "^2.2.0"
|
||||
"vue-tsc": "^2.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+1433
-1346
File diff suppressed because it is too large
Load Diff
+8
-8
@@ -5,11 +5,11 @@ packages:
|
||||
- docs/**
|
||||
- '!**/dist/**'
|
||||
catalog:
|
||||
'@xsai/generate-speech': ^0.1.0-beta.2
|
||||
'@xsai/generate-text': ^0.1.0-beta.2
|
||||
'@xsai/generate-transcription': ^0.1.0-beta.2
|
||||
'@xsai/model': ^0.1.0-beta.2
|
||||
'@xsai/providers': ^0.1.0-beta.2
|
||||
'@xsai/shared-chat': ^0.1.0-beta.2
|
||||
'@xsai/stream-text': ^0.1.0-beta.2
|
||||
'@xsai/tool': ^0.1.0-beta.2
|
||||
'@xsai/generate-speech': ^0.1.0-beta.5
|
||||
'@xsai/generate-text': ^0.1.0-beta.5
|
||||
'@xsai/generate-transcription': ^0.1.0-beta.5
|
||||
'@xsai/model': ^0.1.0-beta.5
|
||||
'@xsai/providers': ^0.1.0-beta.5
|
||||
'@xsai/shared-chat': ^0.1.0-beta.5
|
||||
'@xsai/stream-text': ^0.1.0-beta.5
|
||||
'@xsai/tool': ^0.1.0-beta.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/discord-bot",
|
||||
"type": "module",
|
||||
"private": false,
|
||||
"private": true,
|
||||
"description": "Discord bot for Airi",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "^0.18.0",
|
||||
"@dotenvx/dotenvx": "^1.35.0",
|
||||
"@dotenvx/dotenvx": "^1.36.0",
|
||||
"@guiiai/logg": "^1.0.7",
|
||||
"@huggingface/transformers": "^3.3.3",
|
||||
"@proj-airi/server-sdk": "workspace:^",
|
||||
@@ -29,7 +29,7 @@
|
||||
"@xsai/generate-transcription": "catalog:",
|
||||
"@xsai/providers": "catalog:",
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"discord.js": "^14.17.3",
|
||||
"discord.js": "^14.18.0",
|
||||
"libsodium-wrappers": "^0.7.15",
|
||||
"opusscript": "^0.1.1",
|
||||
"tsx": "^4.19.2",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"awilix": "^12.0.4",
|
||||
"es-toolkit": "^1.32.0",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"minecraft-data": "^3.83.1",
|
||||
"minecraft-data": "^3.84.1",
|
||||
"mineflayer": "^4.26.0",
|
||||
"mineflayer-armor-manager": "^2.0.1",
|
||||
"mineflayer-auto-eat": "^5.0.0",
|
||||
@@ -27,19 +27,19 @@
|
||||
"mineflayer-pathfinder": "^2.4.5",
|
||||
"mineflayer-pvp": "^1.3.2",
|
||||
"mineflayer-tool": "^1.2.0",
|
||||
"neuri": "^0.0.21",
|
||||
"neuri": "^0.0.22",
|
||||
"prismarine-block": "^1.21.0",
|
||||
"prismarine-entity": "^2.5.0",
|
||||
"prismarine-item": "^1.16.0",
|
||||
"prismarine-recipe": "^1.3.1",
|
||||
"prismarine-viewer": "^1.30.0",
|
||||
"prismarine-viewer": "^1.33.0",
|
||||
"prismarine-windows": "^2.9.0",
|
||||
"vec3": "^0.1.10",
|
||||
"zod": "^3.24.1",
|
||||
"zod": "^3.24.2",
|
||||
"zod-to-json-schema": "^3.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@dotenvx/dotenvx": "^1.34.0",
|
||||
"@dotenvx/dotenvx": "^1.36.0",
|
||||
"dotenv": "^16.4.7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/telegram-bot",
|
||||
"type": "module",
|
||||
"private": false,
|
||||
"private": true,
|
||||
"description": "Telegram bot for Airi",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
@@ -20,7 +20,7 @@
|
||||
"db:push": "drizzle-kit push"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dotenvx/dotenvx": "^1.35.0",
|
||||
"@dotenvx/dotenvx": "^1.36.0",
|
||||
"@gcornut/valibot-json-schema": "^0.42.0",
|
||||
"@grammyjs/files": "^1.1.1",
|
||||
"@guiiai/logg": "^1.0.7",
|
||||
@@ -30,12 +30,12 @@
|
||||
"@xsai/shared-chat": "catalog:",
|
||||
"@xsai/tool": "catalog:",
|
||||
"dotenv": "^16.4.7",
|
||||
"drizzle-orm": "^0.39.2",
|
||||
"drizzle-orm": "^0.39.3",
|
||||
"es-toolkit": "^1.32.0",
|
||||
"grammy": "^1.34.1",
|
||||
"pg": "^8.13.1",
|
||||
"grammy": "^1.35.0",
|
||||
"pg": "^8.13.3",
|
||||
"sharp": "^0.33.5",
|
||||
"telegram": "^2.26.16",
|
||||
"telegram": "^2.26.22",
|
||||
"valibot": "1.0.0-beta.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user