diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-10 16:38:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-10 16:38:41 +0900 |
| commit | c5213dddbf91e4f7dcc6af38e31abfe3b7ba09b0 (patch) | |
| tree | 4a4860766ebe1acc817b30585c225e92ee46a84a /packages | |
| parent | improve nest logger (diff) | |
| download | misskey-c5213dddbf91e4f7dcc6af38e31abfe3b7ba09b0.tar.gz misskey-c5213dddbf91e4f7dcc6af38e31abfe3b7ba09b0.tar.bz2 misskey-c5213dddbf91e4f7dcc6af38e31abfe3b7ba09b0.zip | |
update deps
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/backend/package.json | 33 | ||||
| -rw-r--r-- | packages/client/package.json | 22 |
2 files changed, 27 insertions, 28 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json index 5462045e82..58d66fb1b6 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -21,15 +21,15 @@ "@tensorflow/tfjs-node": "4.1.0" }, "dependencies": { - "@bull-board/api": "^4.6.4", - "@bull-board/fastify": "^4.6.4", - "@bull-board/ui": "^4.7.0", + "@bull-board/api": "^4.8.0", + "@bull-board/fastify": "^4.8.0", + "@bull-board/ui": "^4.8.0", "@discordapp/twemoji": "14.0.2", "@fastify/accepts": "4.1.0", "@fastify/cookie": "^8.3.0", "@fastify/cors": "8.2.0", "@fastify/multipart": "7.3.0", - "@fastify/static": "6.5.1", + "@fastify/static": "6.6.0", "@fastify/view": "7.3.0", "@nestjs/common": "9.2.1", "@nestjs/core": "9.2.1", @@ -40,15 +40,14 @@ "accepts": "^1.3.8", "ajv": "8.11.2", "archiver": "5.3.1", - "autobind-decorator": "2.4.0", "autwh": "0.1.0", - "aws-sdk": "2.1267.0", + "aws-sdk": "2.1272.0", "bcryptjs": "2.4.3", "blurhash": "2.0.4", "bull": "4.10.2", "cacheable-lookup": "6.1.0", "cbor": "8.1.0", - "chalk": "5.1.2", + "chalk": "5.2.0", "chalk-template": "0.4.0", "chokidar": "3.5.3", "cli-highlight": "2.1.11", @@ -111,12 +110,12 @@ "stringz": "2.1.0", "summaly": "2.7.0", "syslog-pro": "git+https://github.com/misskey-dev/SyslogPro#0.2.9-misskey.2", - "systeminformation": "5.16.1", + "systeminformation": "5.16.5", "tinycolor2": "1.4.2", "tmp": "0.2.1", "ts-loader": "9.4.2", "ts-node": "10.9.1", - "tsc-alias": "1.8.1", + "tsc-alias": "1.8.2", "tsconfig-paths": "4.1.1", "twemoji-parser": "14.0.0", "typeorm": "0.3.11", @@ -130,9 +129,9 @@ "xev": "3.0.2" }, "devDependencies": { - "@redocly/openapi-core": "1.0.0-beta.115", - "@swc/core": "1.3.21", - "@swc/jest": "0.2.23", + "@redocly/openapi-core": "1.0.0-beta.117", + "@swc/core": "1.3.22", + "@swc/jest": "0.2.24", "@types/accepts": "1.3.5", "@types/archiver": "5.3.1", "@types/bcryptjs": "2.4.2", @@ -140,13 +139,13 @@ "@types/cbor": "6.0.0", "@types/escape-regexp": "0.0.1", "@types/fluent-ffmpeg": "2.1.20", - "@types/jest": "29.2.3", + "@types/jest": "29.2.4", "@types/js-yaml": "4.0.5", "@types/jsdom": "20.0.1", "@types/jsonld": "1.5.8", "@types/jsrsasign": "10.5.4", "@types/mime-types": "2.1.1", - "@types/node": "18.11.10", + "@types/node": "18.11.12", "@types/node-fetch": "3.0.3", "@types/nodemailer": "6.4.6", "@types/oauth": "0.9.1", @@ -171,14 +170,14 @@ "@types/web-push": "3.3.2", "@types/websocket": "1.0.5", "@types/ws": "8.5.3", - "@typescript-eslint/eslint-plugin": "5.45.0", - "@typescript-eslint/parser": "5.45.0", + "@typescript-eslint/eslint-plugin": "5.46.0", + "@typescript-eslint/parser": "5.46.0", "cross-env": "7.0.3", "eslint": "8.29.0", "eslint-plugin-import": "2.26.0", "execa": "6.1.0", "jest": "29.3.1", "jest-mock": "^29.3.1", - "typescript": "4.9.3" + "typescript": "4.9.4" } } diff --git a/packages/client/package.json b/packages/client/package.json index 5a05e0bbf3..850250c0f4 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -13,7 +13,7 @@ "@rollup/plugin-json": "5.0.2", "@rollup/pluginutils": "5.0.2", "@syuilo/aiscript": "0.11.1", - "@vitejs/plugin-vue": "3.2.0", + "@vitejs/plugin-vue": "4.0.0", "@vue/compiler-sfc": "3.2.45", "autobind-decorator": "2.4.0", "autosize": "5.0.2", @@ -22,7 +22,7 @@ "browser-image-resizer": "git+https://github.com/misskey-dev/browser-image-resizer#v2.2.1-misskey.3", "chart.js": "4.0.1", "chartjs-adapter-date-fns": "2.0.1", - "chartjs-plugin-gradient": "0.5.1", + "chartjs-plugin-gradient": "0.6.1", "chartjs-plugin-zoom": "2.0.0", "compare-versions": "5.0.1", "cropperjs": "2.0.0-beta", @@ -42,7 +42,7 @@ "querystring": "0.2.1", "rndstr": "1.0.0", "s-age": "1.1.2", - "sass": "1.56.1", + "sass": "1.56.2", "seedrandom": "3.0.5", "strict-event-emitter-types": "2.0.0", "stringz": "2.1.0", @@ -51,13 +51,13 @@ "three": "0.147.0", "throttle-debounce": "5.0.0", "tinycolor2": "1.4.2", - "tsc-alias": "1.8.1", + "tsc-alias": "1.8.2", "tsconfig-paths": "4.1.1", "twemoji-parser": "14.0.0", - "typescript": "4.9.3", + "typescript": "4.9.4", "uuid": "9.0.0", "vanilla-tilt": "1.7.3", - "vite": "3.2.4", + "vite": "4.0.0", "vue": "3.2.45", "vue-prism-editor": "2.0.0-alpha.2", "vuedraggable": "4.0.1" @@ -76,15 +76,15 @@ "@types/uuid": "9.0.0", "@types/websocket": "1.0.5", "@types/ws": "8.5.3", - "@typescript-eslint/eslint-plugin": "5.45.0", - "@typescript-eslint/parser": "5.45.0", + "@typescript-eslint/eslint-plugin": "5.46.0", + "@typescript-eslint/parser": "5.46.0", "cross-env": "7.0.3", - "cypress": "11.2.0", + "cypress": "12.0.2", "eslint": "8.29.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-vue": "9.8.0", - "rollup": "3.5.1", - "start-server-and-test": "1.14.0", + "rollup": "3.7.2", + "start-server-and-test": "1.15.2", "vue-eslint-parser": "^9.1.0" } } |