diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-20 16:43:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 16:43:45 +0900 |
| commit | b9c6992aacfea816ac4de2c27d1605b404c1812f (patch) | |
| tree | 1ea4881aa104deb5a91bda35622bfd5a02fb0f02 /packages | |
| parent | Update Dockerfile (#11848) (diff) | |
| download | sharkey-b9c6992aacfea816ac4de2c27d1605b404c1812f.tar.gz sharkey-b9c6992aacfea816ac4de2c27d1605b404c1812f.tar.bz2 sharkey-b9c6992aacfea816ac4de2c27d1605b404c1812f.zip | |
update deps (#11849)
* update deps
* wip
* wip
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/backend/package.json | 44 | ||||
| -rw-r--r-- | packages/frontend/package.json | 48 | ||||
| -rw-r--r-- | packages/misskey-js/package.json | 12 | ||||
| -rw-r--r-- | packages/sw/package.json | 2 |
4 files changed, 53 insertions, 53 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json index a710034d83..3a6fba8482 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -58,19 +58,19 @@ "dependencies": { "@aws-sdk/client-s3": "3.412.0", "@aws-sdk/lib-storage": "3.412.0", - "@smithy/node-http-handler": "2.1.3", - "@bull-board/api": "5.8.3", - "@bull-board/fastify": "5.8.3", - "@bull-board/ui": "5.8.3", + "@smithy/node-http-handler": "2.1.5", + "@bull-board/api": "5.8.4", + "@bull-board/fastify": "5.8.4", + "@bull-board/ui": "5.8.4", "@discordapp/twemoji": "14.1.2", "@fastify/accepts": "4.2.0", "@fastify/cookie": "9.0.4", - "@fastify/cors": "8.3.0", + "@fastify/cors": "8.4.0", "@fastify/express": "2.3.0", "@fastify/http-proxy": "9.2.1", "@fastify/multipart": "7.7.3", - "@fastify/static": "6.11.1", - "@fastify/view": "8.1.0", + "@fastify/static": "6.11.2", + "@fastify/view": "8.2.0", "@nestjs/common": "10.2.5", "@nestjs/core": "10.2.5", "@nestjs/testing": "10.2.5", @@ -78,7 +78,7 @@ "@simplewebauthn/server": "8.1.1", "@sinonjs/fake-timers": "11.1.0", "@swc/cli": "0.1.62", - "@swc/core": "1.3.84", + "@swc/core": "1.3.86", "accepts": "1.3.8", "ajv": "8.12.0", "archiver": "6.0.1", @@ -86,7 +86,7 @@ "bcryptjs": "2.4.3", "blurhash": "2.0.5", "body-parser": "1.20.2", - "bullmq": "4.10.0", + "bullmq": "4.11.1", "cacheable-lookup": "7.0.0", "cbor": "9.0.1", "chalk": "5.3.0", @@ -149,13 +149,13 @@ "rss-parser": "3.13.0", "rxjs": "7.8.1", "sanitize-html": "2.11.0", - "sharp": "0.32.5", + "sharp": "0.32.6", "sharp-read-bmp": "github:misskey-dev/sharp-read-bmp", "slacc": "0.0.10", "strict-event-emitter-types": "2.0.0", "stringz": "2.1.0", "summaly": "github:misskey-dev/summaly", - "systeminformation": "5.21.5", + "systeminformation": "5.21.8", "tinycolor2": "1.6.0", "tmp": "0.2.1", "tsc-alias": "1.8.7", @@ -166,7 +166,7 @@ "ulid": "2.3.0", "vary": "1.1.2", "web-push": "3.6.6", - "ws": "8.14.1", + "ws": "8.14.2", "xev": "3.0.2" }, "devDependencies": { @@ -175,21 +175,21 @@ "@swc/jest": "0.2.29", "@types/accepts": "1.3.5", "@types/archiver": "5.3.2", - "@types/bcryptjs": "2.4.3", - "@types/body-parser": "1.19.2", + "@types/bcryptjs": "2.4.4", + "@types/body-parser": "1.19.3", "@types/cbor": "6.0.0", "@types/color-convert": "2.0.1", "@types/content-disposition": "0.5.6", "@types/fluent-ffmpeg": "2.1.22", "@types/http-link-header": "1.0.3", - "@types/jest": "29.5.4", - "@types/js-yaml": "4.0.5", - "@types/jsdom": "21.1.2", - "@types/jsonld": "1.5.9", - "@types/jsrsasign": "10.5.8", + "@types/jest": "29.5.5", + "@types/js-yaml": "4.0.6", + "@types/jsdom": "21.1.3", + "@types/jsonld": "1.5.10", + "@types/jsrsasign": "10.5.9", "@types/mime-types": "2.1.1", "@types/ms": "0.7.31", - "@types/node": "20.6.0", + "@types/node": "20.6.3", "@types/node-fetch": "3.0.3", "@types/nodemailer": "6.4.10", "@types/oauth": "0.9.2", @@ -212,8 +212,8 @@ "@types/vary": "1.1.0", "@types/web-push": "3.6.0", "@types/ws": "8.5.5", - "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/eslint-plugin": "6.7.2", + "@typescript-eslint/parser": "6.7.2", "aws-sdk-client-mock": "3.0.0", "cross-env": "7.0.3", "eslint": "8.49.0", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index a89bd84ff0..e32be43a22 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -38,7 +38,7 @@ "chartjs-chart-matrix": "2.0.1", "chartjs-plugin-gradient": "0.6.1", "chartjs-plugin-zoom": "2.0.1", - "chromatic": "7.1.0", + "chromatic": "7.2.0", "compare-versions": "6.1.0", "cropperjs": "2.0.0-beta.4", "date-fns": "2.30.0", @@ -53,11 +53,11 @@ "matter-js": "0.19.0", "mfm-js": "0.23.3", "misskey-js": "workspace:*", - "photoswipe": "5.4.0", + "photoswipe": "5.4.1", "prismjs": "1.29.0", "punycode": "2.3.0", "querystring": "0.2.1", - "rollup": "3.29.1", + "rollup": "3.29.2", "sanitize-html": "2.11.0", "sass": "1.67.0", "strict-event-emitter-types": "2.0.0", @@ -77,30 +77,30 @@ "vuedraggable": "next" }, "devDependencies": { - "@storybook/addon-actions": "7.4.1", - "@storybook/addon-essentials": "7.4.1", - "@storybook/addon-interactions": "7.4.1", - "@storybook/addon-links": "7.4.1", - "@storybook/addon-storysource": "7.4.1", - "@storybook/addons": "7.4.1", - "@storybook/blocks": "7.4.1", - "@storybook/core-events": "7.4.1", + "@storybook/addon-actions": "7.4.2", + "@storybook/addon-essentials": "7.4.2", + "@storybook/addon-interactions": "7.4.2", + "@storybook/addon-links": "7.4.2", + "@storybook/addon-storysource": "7.4.2", + "@storybook/addons": "7.4.2", + "@storybook/blocks": "7.4.2", + "@storybook/core-events": "7.4.2", "@storybook/jest": "0.2.2", - "@storybook/manager-api": "7.4.1", - "@storybook/preview-api": "7.4.1", - "@storybook/react": "7.4.1", - "@storybook/react-vite": "7.4.1", - "@storybook/testing-library": "0.2.0", - "@storybook/theming": "7.4.1", - "@storybook/types": "7.4.1", - "@storybook/vue3": "7.4.1", - "@storybook/vue3-vite": "7.4.1", + "@storybook/manager-api": "7.4.2", + "@storybook/preview-api": "7.4.2", + "@storybook/react": "7.4.2", + "@storybook/react-vite": "7.4.2", + "@storybook/testing-library": "0.2.1", + "@storybook/theming": "7.4.2", + "@storybook/types": "7.4.2", + "@storybook/vue3": "7.4.2", + "@storybook/vue3-vite": "7.4.2", "@testing-library/vue": "7.0.0", "@types/escape-regexp": "0.0.1", "@types/estree": "1.0.1", "@types/matter-js": "0.19.0", "@types/micromatch": "4.0.2", - "@types/node": "20.6.0", + "@types/node": "20.6.3", "@types/punycode": "2.1.0", "@types/sanitize-html": "2.9.0", "@types/throttle-debounce": "5.0.0", @@ -108,8 +108,8 @@ "@types/uuid": "9.0.4", "@types/websocket": "1.0.6", "@types/ws": "8.5.5", - "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/eslint-plugin": "6.7.2", + "@typescript-eslint/parser": "6.7.2", "@vitest/coverage-v8": "0.34.4", "@vue/runtime-core": "3.3.4", "acorn": "8.10.0", @@ -128,7 +128,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "start-server-and-test": "2.0.0", - "storybook": "7.4.1", + "storybook": "7.4.2", "storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme", "summaly": "github:misskey-dev/summaly", "vite-plugin-turbosnap": "1.0.3", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index aadff69613..444d1c39e3 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -20,12 +20,12 @@ "url": "git+https://github.com/misskey-dev/misskey.js.git" }, "devDependencies": { - "@microsoft/api-extractor": "7.36.4", + "@microsoft/api-extractor": "7.37.0", "@swc/jest": "0.2.29", - "@types/jest": "29.5.4", - "@types/node": "20.6.0", - "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@types/jest": "29.5.5", + "@types/node": "20.6.3", + "@typescript-eslint/eslint-plugin": "6.7.2", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "jest": "29.7.0", "jest-fetch-mock": "3.0.3", @@ -39,7 +39,7 @@ ], "dependencies": { "@swc/cli": "0.1.62", - "@swc/core": "1.3.84", + "@swc/core": "1.3.86", "eventemitter3": "5.0.1", "reconnecting-websocket": "4.4.0" } diff --git a/packages/sw/package.json b/packages/sw/package.json index 542e888603..6793a070f7 100644 --- a/packages/sw/package.json +++ b/packages/sw/package.json @@ -14,7 +14,7 @@ "misskey-js": "workspace:*" }, "devDependencies": { - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67", "eslint": "8.49.0", "eslint-plugin-import": "2.28.1", |