update deps (MisskeyIO#618)

This commit is contained in:
まっちゃとーにゅ 2024-04-27 21:52:37 +09:00 committed by GitHub
parent 8775333158
commit 1afb929bf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 12697 additions and 9959 deletions

View File

@ -30,7 +30,7 @@ jobs:
submodules: true submodules: true
- uses: pnpm/action-setup@v3 - uses: pnpm/action-setup@v3
with: with:
version: 8 version: 9
run_install: false run_install: false
- uses: actions/setup-node@v4.0.2 - uses: actions/setup-node@v4.0.2
with: with:
@ -57,7 +57,7 @@ jobs:
submodules: true submodules: true
- uses: pnpm/action-setup@v3 - uses: pnpm/action-setup@v3
with: with:
version: 8 version: 9
run_install: false run_install: false
- uses: actions/setup-node@v4.0.2 - uses: actions/setup-node@v4.0.2
with: with:
@ -83,7 +83,7 @@ jobs:
submodules: true submodules: true
- uses: pnpm/action-setup@v3 - uses: pnpm/action-setup@v3
with: with:
version: 8 version: 9
run_install: false run_install: false
- uses: actions/setup-node@v4.0.2 - uses: actions/setup-node@v4.0.2
with: with:

View File

@ -44,7 +44,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v3 uses: pnpm/action-setup@v3
with: with:
version: 8 version: 9
run_install: false run_install: false
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2 uses: actions/setup-node@v4.0.2
@ -94,7 +94,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v3 uses: pnpm/action-setup@v3
with: with:
version: 8 version: 9
run_install: false run_install: false
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2 uses: actions/setup-node@v4.0.2

View File

@ -36,7 +36,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v3 uses: pnpm/action-setup@v3
with: with:
version: 8 version: 9
run_install: false run_install: false
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2 uses: actions/setup-node@v4.0.2

View File

@ -26,7 +26,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v3 uses: pnpm/action-setup@v3
with: with:
version: 8 version: 9
run_install: false run_install: false
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2 uses: actions/setup-node@v4.0.2

View File

@ -27,7 +27,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v3 uses: pnpm/action-setup@v3
with: with:
version: 8 version: 9
run_install: false run_install: false
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2 uses: actions/setup-node@v4.0.2

2
locales/index.d.ts vendored
View File

@ -9485,7 +9485,7 @@ export interface Locale extends ILocale {
*/ */
"mention": string; "mention": string;
/** /**
* *
*/ */
"reportCreated": string; "reportCreated": string;
/** /**

View File

@ -6,7 +6,7 @@
"type": "git", "type": "git",
"url": "https://github.com/MisskeyIO/misskey.git" "url": "https://github.com/MisskeyIO/misskey.git"
}, },
"packageManager": "pnpm@8.15.6", "packageManager": "pnpm@9.0.6",
"workspaces": [ "workspaces": [
"packages/frontend", "packages/frontend",
"packages/backend", "packages/backend",
@ -46,7 +46,7 @@
"cleanall": "pnpm clean-all" "cleanall": "pnpm clean-all"
}, },
"resolutions": { "resolutions": {
"@tensorflow/tfjs-core": "4.17.0", "@tensorflow/tfjs-core": "4.18.0",
"chokidar": "3.6.0", "chokidar": "3.6.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"sharp": "0.33.3" "sharp": "0.33.3"
@ -56,20 +56,20 @@
"execa": "8.0.1", "execa": "8.0.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"postcss": "8.4.38", "postcss": "8.4.38",
"terser": "5.30.3", "terser": "5.30.4",
"typescript": "5.4.5" "typescript": "5.4.5"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "20.12.7", "@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0", "@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.6.0", "@typescript-eslint/parser": "7.7.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "13.7.3", "cypress": "13.8.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"ncp": "2.0.0", "ncp": "2.0.0",
"start-server-and-test": "2.0.3" "start-server-and-test": "2.0.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"@tensorflow/tfjs-core": "4.17.0" "@tensorflow/tfjs-core": "4.18.0"
} }
} }

View File

@ -46,8 +46,8 @@
"@swc/core-win32-arm64-msvc": "1.3.107", "@swc/core-win32-arm64-msvc": "1.3.107",
"@swc/core-win32-ia32-msvc": "1.3.107", "@swc/core-win32-ia32-msvc": "1.3.107",
"@swc/core-win32-x64-msvc": "1.3.107", "@swc/core-win32-x64-msvc": "1.3.107",
"@tensorflow/tfjs": "4.17.0", "@tensorflow/tfjs": "4.18.0",
"@tensorflow/tfjs-node": "4.17.0", "@tensorflow/tfjs-node": "4.18.0",
"bufferutil": "4.0.8", "bufferutil": "4.0.8",
"slacc-android-arm-eabi": "0.0.10", "slacc-android-arm-eabi": "0.0.10",
"slacc-android-arm64": "0.0.10", "slacc-android-arm64": "0.0.10",
@ -66,16 +66,16 @@
}, },
"dependencies": { "dependencies": {
"@authenio/samlify-node-xmllint": "2.0.0", "@authenio/samlify-node-xmllint": "2.0.0",
"@aws-sdk/client-s3": "3.554.0", "@aws-sdk/client-s3": "3.564.0",
"@aws-sdk/lib-storage": "3.554.0", "@aws-sdk/lib-storage": "3.564.0",
"@bull-board/api": "5.15.3", "@bull-board/api": "5.16.0",
"@bull-board/fastify": "5.15.3", "@bull-board/fastify": "5.16.0",
"@bull-board/ui": "5.15.3", "@bull-board/ui": "5.16.0",
"@discordapp/twemoji": "15.0.3", "@discordapp/twemoji": "15.0.3",
"@fastify/accepts": "4.3.0", "@fastify/accepts": "4.3.0",
"@fastify/cookie": "9.3.1", "@fastify/cookie": "9.3.1",
"@fastify/cors": "9.0.1", "@fastify/cors": "9.0.1",
"@fastify/express": "2.3.0", "@fastify/express": "3.0.0",
"@fastify/formbody": "7.4.0", "@fastify/formbody": "7.4.0",
"@fastify/http-proxy": "9.5.0", "@fastify/http-proxy": "9.5.0",
"@fastify/multipart": "8.2.0", "@fastify/multipart": "8.2.0",
@ -83,9 +83,9 @@
"@fastify/view": "9.0.0", "@fastify/view": "9.0.0",
"@misskey-dev/sharp-read-bmp": "1.2.0", "@misskey-dev/sharp-read-bmp": "1.2.0",
"@misskey-dev/summaly": "5.1.0", "@misskey-dev/summaly": "5.1.0",
"@nestjs/common": "10.3.7", "@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.7", "@nestjs/core": "10.3.8",
"@nestjs/testing": "10.3.7", "@nestjs/testing": "10.3.8",
"@peertube/http-signature": "1.7.0", "@peertube/http-signature": "1.7.0",
"@simplewebauthn/server": "10.0.0", "@simplewebauthn/server": "10.0.0",
"@sinonjs/fake-timers": "11.2.2", "@sinonjs/fake-timers": "11.2.2",
@ -100,7 +100,7 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"blurhash": "2.0.5", "blurhash": "2.0.5",
"body-parser": "1.20.2", "body-parser": "1.20.2",
"bullmq": "5.7.1", "bullmq": "5.7.6",
"cacheable-lookup": "7.0.0", "cacheable-lookup": "7.0.0",
"cbor": "9.0.2", "cbor": "9.0.2",
"chalk": "5.3.0", "chalk": "5.3.0",
@ -123,9 +123,9 @@
"hpagent": "1.2.0", "hpagent": "1.2.0",
"htmlescape": "1.1.1", "htmlescape": "1.1.1",
"http-link-header": "1.1.3", "http-link-header": "1.1.3",
"ioredis": "5.3.2", "ioredis": "5.4.1",
"ip-cidr": "3.1.0", "ip-cidr": "3.1.0",
"ipaddr.js": "2.1.0", "ipaddr.js": "2.2.0",
"is-svg": "5.0.0", "is-svg": "5.0.0",
"jose": "5.2.4", "jose": "5.2.4",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
@ -194,7 +194,7 @@
"devDependencies": { "devDependencies": {
"@jest/globals": "29.7.0", "@jest/globals": "29.7.0",
"@misskey-dev/eslint-plugin": "1.0.0", "@misskey-dev/eslint-plugin": "1.0.0",
"@nestjs/platform-express": "10.3.7", "@nestjs/platform-express": "10.3.8",
"@simplewebauthn/types": "10.0.0", "@simplewebauthn/types": "10.0.0",
"@swc/jest": "0.2.36", "@swc/jest": "0.2.36",
"@types/accepts": "1.3.7", "@types/accepts": "1.3.7",
@ -235,8 +235,8 @@
"@types/vary": "1.1.3", "@types/vary": "1.1.3",
"@types/web-push": "3.6.3", "@types/web-push": "3.6.3",
"@types/ws": "8.5.10", "@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.6.0", "@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.6.0", "@typescript-eslint/parser": "7.7.1",
"aws-sdk-client-mock": "4.0.0", "aws-sdk-client-mock": "4.0.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"eslint": "8.57.0", "eslint": "8.57.0",

View File

@ -26,7 +26,7 @@
"@rollup/plugin-replace": "5.0.5", "@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-typescript": "11.1.6", "@rollup/plugin-typescript": "11.1.6",
"@rollup/pluginutils": "5.1.0", "@rollup/pluginutils": "5.1.0",
"@syuilo/aiscript": "0.17.0", "@syuilo/aiscript": "0.18.0",
"@tabler/icons-webfont": "3.2.0", "@tabler/icons-webfont": "3.2.0",
"@twemoji/parser": "15.1.1", "@twemoji/parser": "15.1.1",
"@vitejs/plugin-vue": "5.0.4", "@vitejs/plugin-vue": "5.0.4",
@ -59,13 +59,13 @@
"misskey-reversi": "workspace:*", "misskey-reversi": "workspace:*",
"photoswipe": "5.4.3", "photoswipe": "5.4.3",
"punycode": "2.3.1", "punycode": "2.3.1",
"rollup": "4.14.2", "rollup": "4.17.0",
"sanitize-html": "2.13.0", "sanitize-html": "2.13.0",
"sass": "1.75.0", "sass": "1.75.0",
"shiki": "1.3.0", "shiki": "1.3.0",
"strict-event-emitter-types": "2.0.0", "strict-event-emitter-types": "2.0.0",
"textarea-caret": "3.1.0", "textarea-caret": "3.1.0",
"three": "0.163.0", "three": "0.164.1",
"throttle-debounce": "5.0.0", "throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0", "tinycolor2": "1.6.0",
"tsc-alias": "1.8.8", "tsc-alias": "1.8.8",
@ -73,36 +73,36 @@
"typescript": "5.4.5", "typescript": "5.4.5",
"uuid": "9.0.1", "uuid": "9.0.1",
"v-code-diff": "1.11.0", "v-code-diff": "1.11.0",
"vite": "5.2.8", "vite": "5.2.10",
"vue": "3.4.15", "vue": "3.4.15",
"vuedraggable": "next" "vuedraggable": "next"
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/eslint-plugin": "1.0.0", "@misskey-dev/eslint-plugin": "1.0.0",
"@misskey-dev/summaly": "5.1.0", "@misskey-dev/summaly": "5.1.0",
"@storybook/addon-actions": "8.0.8", "@storybook/addon-actions": "8.0.9",
"@storybook/addon-essentials": "8.0.8", "@storybook/addon-essentials": "8.0.9",
"@storybook/addon-interactions": "8.0.8", "@storybook/addon-interactions": "8.0.9",
"@storybook/addon-links": "8.0.8", "@storybook/addon-links": "8.0.9",
"@storybook/addon-mdx-gfm": "8.0.8", "@storybook/addon-mdx-gfm": "8.0.9",
"@storybook/addon-storysource": "8.0.8", "@storybook/addon-storysource": "8.0.9",
"@storybook/blocks": "8.0.8", "@storybook/blocks": "8.0.9",
"@storybook/components": "8.0.8", "@storybook/components": "8.0.9",
"@storybook/core-events": "8.0.8", "@storybook/core-events": "8.0.9",
"@storybook/manager-api": "8.0.8", "@storybook/manager-api": "8.0.9",
"@storybook/preview-api": "8.0.8", "@storybook/preview-api": "8.0.9",
"@storybook/react": "8.0.8", "@storybook/react": "8.0.9",
"@storybook/react-vite": "8.0.8", "@storybook/react-vite": "8.0.9",
"@storybook/test": "8.0.8", "@storybook/test": "8.0.9",
"@storybook/theming": "8.0.8", "@storybook/theming": "8.0.9",
"@storybook/types": "8.0.8", "@storybook/types": "8.0.9",
"@storybook/vue3": "8.0.8", "@storybook/vue3": "8.0.9",
"@storybook/vue3-vite": "8.0.8", "@storybook/vue3-vite": "8.0.9",
"@testing-library/vue": "8.0.3", "@testing-library/vue": "8.0.3",
"@types/escape-regexp": "0.0.3", "@types/escape-regexp": "0.0.3",
"@types/estree": "1.0.5", "@types/estree": "1.0.5",
"@types/matter-js": "0.19.6", "@types/matter-js": "0.19.6",
"@types/micromatch": "4.0.6", "@types/micromatch": "4.0.7",
"@types/node": "20.12.7", "@types/node": "20.12.7",
"@types/punycode": "2.1.4", "@types/punycode": "2.1.4",
"@types/sanitize-html": "2.11.0", "@types/sanitize-html": "2.11.0",
@ -110,34 +110,34 @@
"@types/tinycolor2": "1.4.6", "@types/tinycolor2": "1.4.6",
"@types/uuid": "9.0.8", "@types/uuid": "9.0.8",
"@types/ws": "8.5.10", "@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.6.0", "@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.6.0", "@typescript-eslint/parser": "7.7.1",
"@vitest/coverage-v8": "0.34.6", "@vitest/coverage-v8": "0.34.6",
"@vue/runtime-core": "3.4.15", "@vue/runtime-core": "3.4.15",
"acorn": "8.11.3", "acorn": "8.11.3",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "13.7.3", "cypress": "13.8.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-vue": "9.24.1", "eslint-plugin-vue": "9.25.0",
"fast-glob": "3.3.2", "fast-glob": "3.3.2",
"happy-dom": "13.6.2", "happy-dom": "13.6.2",
"intersection-observer": "0.12.2", "intersection-observer": "0.12.2",
"micromatch": "4.0.5", "micromatch": "4.0.5",
"msw": "2.2.13", "msw": "2.2.14",
"msw-storybook-addon": "2.0.0-beta.1", "msw-storybook-addon": "2.0.0",
"nodemon": "3.1.0", "nodemon": "3.1.0",
"prettier": "3.2.5", "prettier": "3.2.5",
"react": "18.2.0", "react": "18.3.1",
"react-dom": "18.2.0", "react-dom": "18.3.1",
"start-server-and-test": "2.0.3", "start-server-and-test": "2.0.3",
"storybook": "8.0.8", "storybook": "8.0.9",
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme", "storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
"vite-plugin-turbosnap": "1.0.3", "vite-plugin-turbosnap": "1.0.3",
"vitest": "0.34.6", "vitest": "0.34.6",
"vitest-fetch-mock": "0.2.2", "vitest-fetch-mock": "0.2.2",
"vue-component-type-helpers": "2.0.13", "vue-component-type-helpers": "2.0.14",
"vue-eslint-parser": "9.4.2", "vue-eslint-parser": "9.4.2",
"vue-tsc": "2.0.13" "vue-tsc": "2.0.14"
} }
} }

View File

@ -28,8 +28,8 @@
"@types/matter-js": "0.19.6", "@types/matter-js": "0.19.6",
"@types/node": "20.12.7", "@types/node": "20.12.7",
"@types/seedrandom": "3.0.8", "@types/seedrandom": "3.0.8",
"@typescript-eslint/eslint-plugin": "7.6.0", "@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.6.0", "@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"nodemon": "3.1.0", "nodemon": "3.1.0",
"typescript": "5.4.5" "typescript": "5.4.5"

View File

@ -8,15 +8,15 @@
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/eslint-plugin": "^1.0.0", "@misskey-dev/eslint-plugin": "^1.0.0",
"@readme/openapi-parser": "2.5.0", "@readme/openapi-parser": "2.5.1",
"@types/node": "20.12.7", "@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0", "@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.6.0", "@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"openapi-types": "12.1.3", "openapi-types": "12.1.3",
"openapi-typescript": "6.7.5", "openapi-typescript": "6.7.5",
"ts-case-convert": "2.0.7", "ts-case-convert": "2.0.7",
"tsx": "4.7.2", "tsx": "4.7.3",
"typescript": "5.4.5" "typescript": "5.4.5"
}, },
"files": [ "files": [

View File

@ -40,8 +40,8 @@
"@swc/jest": "0.2.36", "@swc/jest": "0.2.36",
"@types/jest": "29.5.12", "@types/jest": "29.5.12",
"@types/node": "20.12.7", "@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0", "@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.6.0", "@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"jest": "29.7.0", "jest": "29.7.0",
"jest-fetch-mock": "3.0.3", "jest-fetch-mock": "3.0.3",

View File

@ -20264,7 +20264,7 @@ export type operations = {
url: string; url: string;
/** @default */ /** @default */
secret?: string; secret?: string;
on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction')[]; on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction' | 'reportCreated' | 'reportResolved' | 'reportAutoResolved')[];
}; };
}; };
}; };
@ -20278,7 +20278,7 @@ export type operations = {
/** Format: misskey:id */ /** Format: misskey:id */
userId: string; userId: string;
name: string; name: string;
on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction')[]; on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction' | 'reportCreated' | 'reportResolved' | 'reportAutoResolved')[];
url: string; url: string;
secret: string; secret: string;
active: boolean; active: boolean;
@ -20337,7 +20337,7 @@ export type operations = {
/** Format: misskey:id */ /** Format: misskey:id */
userId: string; userId: string;
name: string; name: string;
on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction')[]; on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction' | 'reportCreated' | 'reportResolved' | 'reportAutoResolved')[];
url: string; url: string;
secret: string; secret: string;
active: boolean; active: boolean;
@ -20404,7 +20404,7 @@ export type operations = {
/** Format: misskey:id */ /** Format: misskey:id */
userId: string; userId: string;
name: string; name: string;
on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction')[]; on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction' | 'reportCreated' | 'reportResolved' | 'reportAutoResolved')[];
url: string; url: string;
secret: string; secret: string;
active: boolean; active: boolean;
@ -20462,7 +20462,7 @@ export type operations = {
url: string; url: string;
/** @default */ /** @default */
secret?: string; secret?: string;
on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction')[]; on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction' | 'reportCreated' | 'reportResolved' | 'reportAutoResolved')[];
active: boolean; active: boolean;
}; };
}; };

View File

@ -26,8 +26,8 @@
"devDependencies": { "devDependencies": {
"@misskey-dev/eslint-plugin": "1.0.0", "@misskey-dev/eslint-plugin": "1.0.0",
"@types/node": "20.12.7", "@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0", "@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.6.0", "@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"nodemon": "3.1.0", "nodemon": "3.1.0",
"typescript": "5.4.5" "typescript": "5.4.5"

View File

@ -15,8 +15,8 @@
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/eslint-plugin": "1.0.0", "@misskey-dev/eslint-plugin": "1.0.0",
"@types/serviceworker": "0.0.84", "@types/serviceworker": "0.0.85",
"@typescript-eslint/parser": "7.6.0", "@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"nodemon": "3.1.0", "nodemon": "3.1.0",

File diff suppressed because it is too large Load Diff