update deps

This commit is contained in:
syuilo 2023-07-31 18:53:32 +09:00
parent b6207b2722
commit 9f0f7756ee
6 changed files with 572 additions and 206 deletions

View File

@ -60,7 +60,7 @@
"@typescript-eslint/parser": "6.2.0",
"cross-env": "7.0.3",
"cypress": "12.17.2",
"eslint": "8.45.0",
"eslint": "8.46.0",
"start-server-and-test": "2.0.0"
},
"optionalDependencies": {

View File

@ -77,7 +77,7 @@
"@peertube/http-signature": "1.7.0",
"@sinonjs/fake-timers": "10.3.0",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.71",
"@swc/core": "1.3.72",
"accepts": "1.3.8",
"ajv": "8.12.0",
"archiver": "5.3.1",
@ -85,7 +85,7 @@
"bcryptjs": "2.4.3",
"blurhash": "2.0.5",
"body-parser": "1.20.2",
"bullmq": "4.6.2",
"bullmq": "4.6.3",
"cacheable-lookup": "7.0.0",
"cbor": "9.0.1",
"chalk": "5.3.0",
@ -140,7 +140,7 @@
"qrcode": "1.5.3",
"random-seed": "0.3.0",
"ratelimiter": "3.4.1",
"re2": "1.19.1",
"re2": "1.20.1",
"redis-lock": "0.1.4",
"reflect-metadata": "0.1.13",
"rename": "1.0.4",
@ -163,7 +163,7 @@
"typescript": "5.1.6",
"ulid": "2.3.0",
"vary": "1.1.2",
"web-push": "3.6.3",
"web-push": "3.6.4",
"ws": "8.13.0",
"xev": "3.0.2"
},
@ -213,8 +213,8 @@
"@typescript-eslint/parser": "6.2.0",
"aws-sdk-client-mock": "3.0.0",
"cross-env": "7.0.3",
"eslint": "8.45.0",
"eslint-plugin-import": "2.27.5",
"eslint": "8.46.0",
"eslint-plugin-import": "2.28.0",
"execa": "7.2.0",
"jest": "29.6.2",
"jest-mock": "29.6.2",

View File

@ -55,7 +55,7 @@
"prismjs": "1.29.0",
"punycode": "2.3.0",
"querystring": "0.2.1",
"rollup": "3.26.3",
"rollup": "3.27.0",
"s-age": "1.1.2",
"sanitize-html": "2.11.0",
"sass": "1.64.1",
@ -119,9 +119,9 @@
"acorn": "8.10.0",
"cross-env": "7.0.3",
"cypress": "12.17.2",
"eslint": "8.45.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-vue": "9.15.1",
"eslint": "8.46.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-vue": "9.16.1",
"fast-glob": "3.3.1",
"happy-dom": "10.0.3",
"micromatch": "4.0.5",

View File

@ -26,7 +26,7 @@
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"eslint": "8.45.0",
"eslint": "8.46.0",
"jest": "29.6.2",
"jest-fetch-mock": "3.0.3",
"jest-websocket-mock": "2.4.0",

View File

@ -16,8 +16,8 @@
"devDependencies": {
"@typescript-eslint/parser": "6.2.0",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67",
"eslint": "8.45.0",
"eslint-plugin-import": "2.27.5",
"eslint": "8.46.0",
"eslint-plugin-import": "2.28.0",
"typescript": "5.1.6"
},
"type": "module"

File diff suppressed because it is too large Load Diff