mirror of
https://example.com
synced 2024-11-22 12:46:39 +09:00
chore: upgrade dependencies
This commit is contained in:
parent
abcaed23d4
commit
9af4d5024f
7 changed files with 1338 additions and 1020 deletions
|
@ -38,6 +38,8 @@
|
|||
|
||||
## 細かい変更点
|
||||
|
||||
- 依存ライブラリを最新版にアップデート
|
||||
- ちゃんと動くか本家に push する前に実験したいという意図もあります
|
||||
- 中国語の猫モードでは 0.1 の確率で投稿の末尾に「喵」を追加するように
|
||||
- 設定のバックアップファイルに `misskeyVersion` の値が含まれていなくても警告しないように変更
|
||||
- マージされていない本家版へのプルリクエストを独断でマージ
|
||||
|
|
2178
neko/pnpm-lock.yaml
2178
neko/pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -6,7 +6,7 @@
|
|||
"type": "git",
|
||||
"url": "https://code.naskya.net/naskya/firefish"
|
||||
},
|
||||
"packageManager": "pnpm@8.12.1",
|
||||
"packageManager": "pnpm@8.13.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"rebuild": "pnpm run clean && pnpm run build",
|
||||
|
@ -32,22 +32,22 @@
|
|||
"chokidar": "3.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bull-board/api": "5.9.1",
|
||||
"@bull-board/ui": "5.9.1",
|
||||
"@napi-rs/cli": "2.16.5",
|
||||
"@tensorflow/tfjs": "4.13.0",
|
||||
"@bull-board/api": "5.10.2",
|
||||
"@bull-board/ui": "5.10.2",
|
||||
"@napi-rs/cli": "2.17.0",
|
||||
"@tensorflow/tfjs": "4.15.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"seedrandom": "3.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.3.3",
|
||||
"@biomejs/cli-darwin-arm64": "1.3.3",
|
||||
"@biomejs/cli-darwin-x64": "1.3.3",
|
||||
"@biomejs/cli-linux-arm64": "1.3.3",
|
||||
"@biomejs/cli-linux-x64": "1.3.3",
|
||||
"@biomejs/biome": "1.4.1",
|
||||
"@biomejs/cli-darwin-arm64": "1.4.1",
|
||||
"@biomejs/cli-darwin-x64": "1.4.1",
|
||||
"@biomejs/cli-linux-arm64": "1.4.1",
|
||||
"@biomejs/cli-linux-x64": "1.4.1",
|
||||
"@types/gulp": "4.0.17",
|
||||
"@types/gulp-rename": "2.0.5",
|
||||
"@types/node": "20.9.0",
|
||||
"@types/gulp-rename": "2.0.6",
|
||||
"@types/node": "20.10.5",
|
||||
"add": "2.0.6",
|
||||
"cross-env": "7.0.3",
|
||||
"execa": "8.0.1",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"gulp-replace": "1.1.4",
|
||||
"gulp-terser": "2.1.0",
|
||||
"install-peers": "^1.0.4",
|
||||
"pnpm": "8.12.1",
|
||||
"typescript": "5.2.2"
|
||||
"pnpm": "8.13.1",
|
||||
"typescript": "5.3.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,41 +21,41 @@
|
|||
},
|
||||
"optionalDependencies": {
|
||||
"@swc/core-android-arm64": "1.3.11",
|
||||
"@tensorflow/tfjs-node": "4.13.0"
|
||||
"@tensorflow/tfjs-node": "4.15.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bull-board/api": "5.9.1",
|
||||
"@bull-board/koa": "5.9.1",
|
||||
"@bull-board/ui": "5.9.1",
|
||||
"@bull-board/api": "5.10.2",
|
||||
"@bull-board/koa": "5.10.2",
|
||||
"@bull-board/ui": "5.10.2",
|
||||
"@discordapp/twemoji": "^15.0.2",
|
||||
"@elastic/elasticsearch": "8.10.0",
|
||||
"@koa/cors": "4.0.0",
|
||||
"@elastic/elasticsearch": "8.11.0",
|
||||
"@koa/cors": "5.0.0",
|
||||
"@koa/multer": "3.0.2",
|
||||
"@koa/router": "12.0.1",
|
||||
"@ladjs/koa-views": "9.0.0",
|
||||
"@peertube/http-signature": "1.7.0",
|
||||
"@redocly/openapi-core": "1.4.1",
|
||||
"@redocly/openapi-core": "1.6.0",
|
||||
"@sinonjs/fake-timers": "11.2.2",
|
||||
"@tensorflow/tfjs": "^4.13.0",
|
||||
"@tensorflow/tfjs": "^4.15.0",
|
||||
"@twemoji/parser": "^15.0.0",
|
||||
"adm-zip": "^0.5.10",
|
||||
"ajv": "8.12.0",
|
||||
"archiver": "6.0.1",
|
||||
"argon2": "^0.31.2",
|
||||
"aws-sdk": "2.1498.0",
|
||||
"axios": "1.6.2",
|
||||
"aws-sdk": "2.1527.0",
|
||||
"axios": "1.6.3",
|
||||
"bcryptjs": "2.4.3",
|
||||
"blurhash": "2.0.5",
|
||||
"bull": "4.11.5",
|
||||
"bull": "4.12.0",
|
||||
"cacheable-lookup": "TheEssem/cacheable-lookup",
|
||||
"cbor-x": "1.5.4",
|
||||
"cbor-x": "1.5.6",
|
||||
"chalk": "5.3.0",
|
||||
"chalk-template": "1.1.0",
|
||||
"chokidar": "3.5.3",
|
||||
"cli-highlight": "2.1.11",
|
||||
"color-convert": "2.0.1",
|
||||
"content-disposition": "0.5.4",
|
||||
"date-fns": "2.30.0",
|
||||
"date-fns": "3.0.6",
|
||||
"decompress": "4.2.1",
|
||||
"deep-email-validator": "0.1.21",
|
||||
"escape-regexp": "0.0.1",
|
||||
|
@ -63,17 +63,17 @@
|
|||
"file-type": "18.7.0",
|
||||
"fluent-ffmpeg": "2.1.2",
|
||||
"firefish-js": "workspace:*",
|
||||
"got": "13.0.0",
|
||||
"got": "14.0.0",
|
||||
"gunzip-maybe": "1.4.2",
|
||||
"happy-dom": "12.10.3",
|
||||
"hpagent": "1.2.0",
|
||||
"ioredis": "5.3.2",
|
||||
"ip-cidr": "3.1.0",
|
||||
"ip-cidr": "4.0.0",
|
||||
"is-svg": "5.0.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"json5": "2.2.3",
|
||||
"jsonld": "8.3.1",
|
||||
"jsrsasign": "10.8.6",
|
||||
"jsonld": "8.3.2",
|
||||
"jsrsasign": "10.9.0",
|
||||
"koa": "2.14.2",
|
||||
"koa-body": "6.0.1",
|
||||
"koa-bodyparser": "4.4.1",
|
||||
|
@ -85,10 +85,10 @@
|
|||
"koa-send": "5.0.1",
|
||||
"koa-slow": "2.1.0",
|
||||
"megalodon": "workspace:*",
|
||||
"meilisearch": "0.35.0",
|
||||
"mfm-js": "0.23.3",
|
||||
"meilisearch": "0.36.0",
|
||||
"mfm-js": "0.24.0",
|
||||
"mime-types": "2.1.35",
|
||||
"msgpackr": "1.9.9",
|
||||
"msgpackr": "1.10.1",
|
||||
"multer": "1.4.5-lts.1",
|
||||
"native-utils": "link:native-utils",
|
||||
"nested-property": "4.0.0",
|
||||
|
@ -97,7 +97,7 @@
|
|||
"nsfwjs": "2.4.2",
|
||||
"opencc-js": "1.0.5",
|
||||
"os-utils": "0.0.14",
|
||||
"otpauth": "9.2.0",
|
||||
"otpauth": "9.2.1",
|
||||
"parse5": "7.1.2",
|
||||
"pg": "8.11.3",
|
||||
"private-ip": "3.0.1",
|
||||
|
@ -109,22 +109,22 @@
|
|||
"qs": "6.11.2",
|
||||
"random-seed": "0.3.0",
|
||||
"ratelimiter": "3.4.1",
|
||||
"re2": "1.20.8",
|
||||
"re2": "1.20.9",
|
||||
"redis-semaphore": "5.5.0",
|
||||
"reflect-metadata": "0.1.13",
|
||||
"reflect-metadata": "0.2.1",
|
||||
"rename": "1.0.4",
|
||||
"rndstr": "1.0.0",
|
||||
"rss-parser": "3.13.0",
|
||||
"sanitize-html": "2.11.0",
|
||||
"semver": "7.5.4",
|
||||
"sharp": "0.32.6",
|
||||
"sharp": "0.33.1",
|
||||
"sonic-channel": "1.3.1",
|
||||
"stringz": "2.1.0",
|
||||
"summaly": "2.7.0",
|
||||
"syslog-pro": "1.0.0",
|
||||
"systeminformation": "5.21.17",
|
||||
"systeminformation": "5.21.22",
|
||||
"tar-stream": "3.1.6",
|
||||
"tesseract.js": "5.0.3",
|
||||
"tesseract.js": "5.0.4",
|
||||
"tinycolor2": "1.6.0",
|
||||
"tmp": "0.2.1",
|
||||
"typeorm": "0.3.17",
|
||||
|
@ -137,57 +137,57 @@
|
|||
"devDependencies": {
|
||||
"@swc/cli": "0.1.63",
|
||||
"@swc/core": "1.3.101",
|
||||
"@types/adm-zip": "0.5.4",
|
||||
"@types/adm-zip": "0.5.5",
|
||||
"@types/bcryptjs": "2.4.6",
|
||||
"@types/escape-regexp": "0.0.3",
|
||||
"@types/fluent-ffmpeg": "2.1.24",
|
||||
"@types/js-yaml": "4.0.9",
|
||||
"@types/jsonld": "1.5.12",
|
||||
"@types/jsonld": "1.5.13",
|
||||
"@types/jsrsasign": "10.5.12",
|
||||
"@types/koa": "2.13.11",
|
||||
"@types/koa": "2.13.12",
|
||||
"@types/koa-bodyparser": "4.3.12",
|
||||
"@types/koa-cors": "0.0.5",
|
||||
"@types/koa-cors": "0.0.6",
|
||||
"@types/koa-favicon": "2.1.3",
|
||||
"@types/koa-logger": "3.1.5",
|
||||
"@types/koa-mount": "4.0.5",
|
||||
"@types/koa-send": "4.1.6",
|
||||
"@types/koa__cors": "4.0.3",
|
||||
"@types/koa__cors": "5.0.0",
|
||||
"@types/koa__multer": "2.0.7",
|
||||
"@types/koa__router": "12.0.4",
|
||||
"@types/node": "20.9.0",
|
||||
"@types/node-fetch": "2.6.9",
|
||||
"@types/node": "20.10.5",
|
||||
"@types/node-fetch": "2.6.10",
|
||||
"@types/nodemailer": "6.4.14",
|
||||
"@types/oauth": "0.9.4",
|
||||
"@types/opencc-js": "1.0.3",
|
||||
"@types/pg": "8.10.9",
|
||||
"@types/probe-image-size": "7.2.3",
|
||||
"@types/pug": "2.0.9",
|
||||
"@types/punycode": "2.1.2",
|
||||
"@types/probe-image-size": "7.2.4",
|
||||
"@types/pug": "2.0.10",
|
||||
"@types/punycode": "2.1.3",
|
||||
"@types/qrcode": "1.5.5",
|
||||
"@types/qs": "6.9.10",
|
||||
"@types/qs": "6.9.11",
|
||||
"@types/random-seed": "0.3.5",
|
||||
"@types/ratelimiter": "3.4.6",
|
||||
"@types/rename": "1.0.7",
|
||||
"@types/sanitize-html": "2.9.4",
|
||||
"@types/semver": "7.5.5",
|
||||
"@types/sanitize-html": "2.9.5",
|
||||
"@types/semver": "7.5.6",
|
||||
"@types/sinonjs__fake-timers": "8.1.5",
|
||||
"@types/syslog-pro": "1.0.3",
|
||||
"@types/tinycolor2": "1.4.6",
|
||||
"@types/tmp": "0.2.6",
|
||||
"@types/uuid": "9.0.7",
|
||||
"@types/web-push": "3.6.3",
|
||||
"@types/websocket": "1.0.9",
|
||||
"@types/ws": "8.5.9",
|
||||
"@types/websocket": "1.0.10",
|
||||
"@types/ws": "8.5.10",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.53.0",
|
||||
"eslint": "8.56.0",
|
||||
"pug": "3.0.2",
|
||||
"strict-event-emitter-types": "2.0.0",
|
||||
"swc-loader": "0.2.3",
|
||||
"ts-loader": "9.5.1",
|
||||
"ts-node": "10.9.1",
|
||||
"ts-node": "10.9.2",
|
||||
"tsconfig-paths": "4.2.0",
|
||||
"typescript": "5.2.2",
|
||||
"typescript": "5.3.3",
|
||||
"webpack": "5.89.0",
|
||||
"ws": "8.14.2"
|
||||
"ws": "8.16.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,33 +13,33 @@
|
|||
"@eslint-sets/eslint-config-vue3": "^5.10.0",
|
||||
"@eslint-sets/eslint-config-vue3-ts": "^3.3.0",
|
||||
"@phosphor-icons/web": "^2.0.3",
|
||||
"@rollup/plugin-alias": "5.0.1",
|
||||
"@rollup/plugin-json": "6.0.1",
|
||||
"@rollup/pluginutils": "5.0.5",
|
||||
"@rollup/plugin-alias": "5.1.0",
|
||||
"@rollup/plugin-json": "6.1.0",
|
||||
"@rollup/pluginutils": "5.1.0",
|
||||
"@syuilo/aiscript": "0.16.0",
|
||||
"@types/autosize": "^4.0.3",
|
||||
"@types/glob": "8.1.0",
|
||||
"@types/gulp": "4.0.17",
|
||||
"@types/gulp-rename": "2.0.5",
|
||||
"@types/gulp-rename": "2.0.6",
|
||||
"@types/insert-text-at-cursor": "0.3.2",
|
||||
"@types/katex": "0.16.6",
|
||||
"@types/matter-js": "0.19.4",
|
||||
"@types/katex": "0.16.7",
|
||||
"@types/matter-js": "0.19.5",
|
||||
"@types/prismjs": "1.26.3",
|
||||
"@types/punycode": "2.1.2",
|
||||
"@types/punycode": "2.1.3",
|
||||
"@types/seedrandom": "3.0.8",
|
||||
"@types/textarea-caret": "3.0.3",
|
||||
"@types/throttle-debounce": "5.0.2",
|
||||
"@types/tinycolor2": "1.4.6",
|
||||
"@types/uuid": "9.0.7",
|
||||
"@vitejs/plugin-vue": "4.5.0",
|
||||
"@vue/compiler-sfc": "3.3.8",
|
||||
"@vue/runtime-core": "3.3.8",
|
||||
"@vitejs/plugin-vue": "5.0.0",
|
||||
"@vue/compiler-sfc": "3.3.13",
|
||||
"@vue/runtime-core": "3.3.13",
|
||||
"autobind-decorator": "2.4.0",
|
||||
"autosize": "6.0.1",
|
||||
"blurhash": "2.0.5",
|
||||
"broadcast-channel": "6.0.0",
|
||||
"broadcast-channel": "7.0.0",
|
||||
"browser-image-resizer": "github:misskey-dev/browser-image-resizer",
|
||||
"chart.js": "4.4.0",
|
||||
"chart.js": "4.4.1",
|
||||
"chartjs-adapter-date-fns": "3.0.0",
|
||||
"chartjs-chart-matrix": "2.0.1",
|
||||
"chartjs-plugin-gradient": "0.6.1",
|
||||
|
@ -47,46 +47,46 @@
|
|||
"city-timezones": "1.2.1",
|
||||
"compare-versions": "6.1.0",
|
||||
"cropperjs": "2.0.0-beta.4",
|
||||
"date-fns": "2.30.0",
|
||||
"date-fns": "3.0.6",
|
||||
"emojilib": "^3.0.11",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-file-progress": "1.3.0",
|
||||
"eventemitter3": "5.0.1",
|
||||
"fast-blurhash": "1.1.2",
|
||||
"firefish-js": "workspace:*",
|
||||
"focus-trap": "7.5.4",
|
||||
"focus-trap-vue": "4.0.3",
|
||||
"gsap": "3.12.2",
|
||||
"gsap": "3.12.4",
|
||||
"idb-keyval": "6.2.1",
|
||||
"insert-text-at-cursor": "0.3.0",
|
||||
"json5": "2.2.3",
|
||||
"katex": "0.16.9",
|
||||
"libopenmpt-wasm": "github:TheEssem/libopenmpt-packaging#build",
|
||||
"matter-js": "0.19.0",
|
||||
"mfm-js": "0.23.3",
|
||||
"photoswipe": "5.4.2",
|
||||
"prettier": "3.1.0",
|
||||
"mfm-js": "0.24.0",
|
||||
"photoswipe": "5.4.3",
|
||||
"prettier": "3.1.1",
|
||||
"prismjs": "1.29.0",
|
||||
"punycode": "2.3.1",
|
||||
"rollup": "4.4.1",
|
||||
"rollup": "4.9.1",
|
||||
"s-age": "1.1.2",
|
||||
"sass": "1.69.5",
|
||||
"seedrandom": "3.0.5",
|
||||
"stringz": "2.1.0",
|
||||
"swiper": "11.0.4",
|
||||
"swiper": "11.0.5",
|
||||
"syuilo-password-strength": "0.0.1",
|
||||
"textarea-caret": "3.1.0",
|
||||
"three": "0.158.0",
|
||||
"three": "0.160.0",
|
||||
"throttle-debounce": "5.0.0",
|
||||
"tinycolor2": "1.6.0",
|
||||
"tinyld": "^1.3.4",
|
||||
"typescript": "5.2.2",
|
||||
"typescript": "5.3.3",
|
||||
"unicode-emoji-json": "0.4.0",
|
||||
"uuid": "9.0.1",
|
||||
"vite": "5.0.0",
|
||||
"vite": "5.0.10",
|
||||
"vite-plugin-compression": "0.5.1",
|
||||
"vue": "3.3.8",
|
||||
"vue-draggable-plus": "^0.2.7",
|
||||
"vue": "3.3.13",
|
||||
"vue-draggable-plus": "^0.3.3",
|
||||
"vue-plyr": "^7.0.0",
|
||||
"vue-prism-editor": "2.0.0-alpha.2"
|
||||
}
|
||||
|
|
|
@ -21,10 +21,10 @@
|
|||
"@swc/cli": "0.1.63",
|
||||
"@swc/core": "1.3.101",
|
||||
"@swc/types": "0.1.5",
|
||||
"@types/node": "20.9.0",
|
||||
"ts-node": "10.9.1",
|
||||
"tsd": "0.29.0",
|
||||
"typescript": "5.2.2"
|
||||
"@types/node": "20.10.5",
|
||||
"ts-node": "10.9.2",
|
||||
"tsd": "0.30.1",
|
||||
"typescript": "5.3.3"
|
||||
},
|
||||
"files": [
|
||||
"built"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"@swc/core-android-arm64": "1.3.11",
|
||||
"firefish-js": "workspace:*",
|
||||
"idb-keyval": "6.2.1",
|
||||
"vite": "5.0.0",
|
||||
"vite": "5.0.10",
|
||||
"vite-plugin-compression": "0.5.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
|
Loading…
Reference in a new issue