Merge branch 'develop' into pr/ThatOneCalculator/8764

This commit is contained in:
tamaina 2022-10-29 18:36:51 +09:00
commit 24a2bb53e5
4 changed files with 56 additions and 17741 deletions

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.120.0-alpha.6",
"version": "12.120.0-alpha.7",
"codename": "indigo",
"repository": {
"type": "git",
@ -54,10 +54,10 @@
"@types/gulp": "4.0.9",
"@types/gulp-rename": "2.0.1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "5.38.0",
"@typescript-eslint/parser": "5.41.0",
"cross-env": "7.0.3",
"cypress": "10.8.0",
"cypress": "10.11.0",
"start-server-and-test": "1.14.0",
"typescript": "4.8.3"
"typescript": "4.8.4"
}
}

View File

@ -17,8 +17,8 @@
"test-and-coverage": "yarn jest-and-coverage"
},
"optionalDependencies": {
"@tensorflow/tfjs": "^3.20.0",
"@tensorflow/tfjs-node": "3.20.0"
"@tensorflow/tfjs": "^4.0.0",
"@tensorflow/tfjs-node": "4.0.0"
},
"dependencies": {
"@bull-board/api": "4.3.1",
@ -29,9 +29,9 @@
"@koa/cors": "3.3.0",
"@koa/multer": "3.0.0",
"@koa/router": "9.0.1",
"@nestjs/common": "9.1.1",
"@nestjs/core": "9.1.1",
"@nestjs/testing": "9.1.1",
"@nestjs/common": "9.1.6",
"@nestjs/core": "9.1.6",
"@nestjs/testing": "9.1.6",
"@peertube/http-signature": "1.7.0",
"@sinonjs/fake-timers": "9.1.2",
"@syuilo/aiscript": "0.11.1",
@ -39,13 +39,13 @@
"archiver": "5.3.1",
"autobind-decorator": "2.4.0",
"autwh": "0.1.0",
"aws-sdk": "2.1213.0",
"aws-sdk": "2.1242.0",
"bcryptjs": "2.4.3",
"blurhash": "1.1.5",
"bull": "4.9.0",
"bull": "4.10.1",
"cacheable-lookup": "6.1.0",
"cbor": "8.1.0",
"chalk": "5.0.1",
"chalk": "5.1.2",
"chalk-template": "0.4.0",
"chokidar": "3.5.3",
"cli-highlight": "2.1.11",
@ -58,14 +58,14 @@
"file-type": "18.0.0",
"fluent-ffmpeg": "2.1.2",
"form-data": "^4.0.0",
"got": "12.5.0",
"hpagent": "1.0.0",
"got": "12.5.2",
"hpagent": "1.1.0",
"ioredis": "4.28.5",
"ip-cidr": "3.0.10",
"is-svg": "4.3.2",
"jest-mock": "^29.0.3",
"js-yaml": "4.1.0",
"jsdom": "20.0.0",
"jsdom": "20.0.1",
"json5": "2.2.1",
"json5-loader": "4.0.1",
"jsonld": "8.1.0",
@ -86,7 +86,7 @@
"multer": "1.4.4",
"nested-property": "4.0.0",
"node-fetch": "3.2.10",
"nodemailer": "6.7.8",
"nodemailer": "6.8.0",
"nsfwjs": "2.4.2",
"oauth": "^0.10.0",
"os-utils": "0.0.14",
@ -107,21 +107,21 @@
"rename": "1.0.4",
"rndstr": "1.0.0",
"rss-parser": "3.12.0",
"rxjs": "7.5.6",
"rxjs": "7.5.7",
"s-age": "1.1.2",
"sanitize-html": "2.7.2",
"sanitize-html": "2.7.3",
"seedrandom": "^3.0.5",
"semver": "7.3.7",
"sharp": "0.30.6",
"semver": "7.3.8",
"sharp": "0.29.3",
"speakeasy": "2.0.0",
"strict-event-emitter-types": "2.0.0",
"stringz": "2.1.0",
"summaly": "2.7.0",
"syslog-pro": "1.0.0",
"systeminformation": "5.12.6",
"systeminformation": "5.12.11",
"tinycolor2": "1.4.2",
"tmp": "0.2.1",
"ts-loader": "9.4.0",
"ts-loader": "9.4.1",
"ts-node": "10.9.1",
"tsc-alias": "1.7.0",
"tsconfig-paths": "4.1.0",
@ -132,24 +132,24 @@
"uuid": "9.0.0",
"web-push": "3.5.0",
"websocket": "1.0.34",
"ws": "8.8.1",
"ws": "8.10.0",
"xev": "3.0.2"
},
"devDependencies": {
"@redocly/openapi-core": "1.0.0-beta.108",
"@swc/core": "1.3.2",
"@swc/jest": "0.2.22",
"@swc/core": "1.3.11",
"@swc/jest": "0.2.23",
"@types/archiver": "5.3.1",
"@types/bcryptjs": "2.4.2",
"@types/bull": "3.15.9",
"@types/bull": "4.10.0",
"@types/cbor": "6.0.0",
"@types/escape-regexp": "0.0.1",
"@types/fluent-ffmpeg": "2.1.20",
"@types/jest": "29.0.3",
"@types/jest": "29.2.0",
"@types/js-yaml": "4.0.5",
"@types/jsdom": "20.0.0",
"@types/jsonld": "1.5.6",
"@types/jsrsasign": "10.5.3",
"@types/jsonld": "1.5.7",
"@types/jsrsasign": "10.5.4",
"@types/koa": "2.13.5",
"@types/koa-bodyparser": "4.3.8",
"@types/koa-cors": "0.0.2",
@ -162,7 +162,7 @@
"@types/koa__multer": "2.0.4",
"@types/koa__router": "8.0.11",
"@types/mime-types": "2.1.1",
"@types/node": "18.7.18",
"@types/node": "18.11.7",
"@types/node-fetch": "3.0.3",
"@types/nodemailer": "6.4.6",
"@types/oauth": "0.9.1",
@ -171,12 +171,12 @@
"@types/punycode": "2.1.0",
"@types/qrcode": "1.5.0",
"@types/random-seed": "0.3.3",
"@types/ratelimiter": "3.4.3",
"@types/ratelimiter": "3.4.4",
"@types/redis": "4.0.11",
"@types/rename": "1.0.4",
"@types/sanitize-html": "2.6.2",
"@types/semver": "7.3.12",
"@types/sharp": "0.30.5",
"@types/semver": "7.3.13",
"@types/sharp": "0.31.0",
"@types/sinonjs__fake-timers": "8.1.2",
"@types/speakeasy": "2.0.7",
"@types/tinycolor2": "1.4.3",
@ -186,13 +186,13 @@
"@types/web-push": "3.3.2",
"@types/websocket": "1.0.5",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"cross-env": "7.0.3",
"eslint": "8.23.1",
"eslint": "8.26.0",
"eslint-plugin-import": "2.26.0",
"execa": "6.1.0",
"jest": "29.0.3",
"typescript": "4.8.3"
"jest": "29.2.2",
"typescript": "4.8.4"
}
}

View File

@ -9,16 +9,16 @@
"dependencies": {
"@discordapp/twemoji": "14.0.2",
"@fortawesome/fontawesome-free": "6.1.2",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-json": "4.1.0",
"@rollup/pluginutils": "^4.2.1",
"@rollup/plugin-alias": "4.0.2",
"@rollup/plugin-json": "5.0.1",
"@rollup/pluginutils": "5.0.2",
"@syuilo/aiscript": "0.11.1",
"@vitejs/plugin-vue": "3.1.0",
"@vue/compiler-sfc": "3.2.39",
"@vitejs/plugin-vue": "3.2.0",
"@vue/compiler-sfc": "3.2.41",
"autobind-decorator": "2.4.0",
"autosize": "5.0.1",
"blurhash": "1.1.5",
"broadcast-channel": "4.17.0",
"broadcast-channel": "4.18.0",
"browser-image-resizer": "git+https://github.com/misskey-dev/browser-image-resizer#v2.2.1-misskey.3",
"chart.js": "3.9.1",
"chartjs-adapter-date-fns": "2.0.0",
@ -36,29 +36,29 @@
"matter-js": "0.18.0",
"mfm-js": "0.23.0",
"misskey-js": "0.0.14",
"photoswipe": "5.3.2",
"photoswipe": "5.3.3",
"prismjs": "1.29.0",
"punycode": "2.1.1",
"querystring": "0.2.1",
"rndstr": "1.0.0",
"s-age": "1.1.2",
"sass": "1.54.9",
"sass": "1.55.0",
"seedrandom": "3.0.5",
"strict-event-emitter-types": "2.0.0",
"stringz": "2.1.0",
"syuilo-password-strength": "0.0.1",
"textarea-caret": "3.1.0",
"three": "0.144.0",
"three": "0.146.0",
"throttle-debounce": "5.0.0",
"tinycolor2": "1.4.2",
"tsc-alias": "1.7.0",
"tsconfig-paths": "4.1.0",
"twemoji-parser": "14.0.0",
"typescript": "4.8.3",
"typescript": "4.8.4",
"uuid": "9.0.0",
"vanilla-tilt": "1.7.2",
"vite": "3.1.3",
"vue": "3.2.39",
"vite": "3.2.0",
"vue": "3.2.41",
"vue-prism-editor": "2.0.0-alpha.2",
"vuedraggable": "4.0.1"
},
@ -76,14 +76,14 @@
"@types/uuid": "8.3.4",
"@types/websocket": "1.0.5",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"cross-env": "7.0.3",
"cypress": "10.8.0",
"eslint": "8.23.1",
"cypress": "10.11.0",
"eslint": "8.26.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-vue": "9.5.1",
"rollup": "2.79.0",
"eslint-plugin-vue": "9.6.0",
"rollup": "3.2.3",
"start-server-and-test": "1.14.0"
}
}

17685
yarn.lock

File diff suppressed because it is too large Load Diff