Merge remote-tracking branch 'misskey-dev/develop' into io

This commit is contained in:
まっちゃとーにゅ 2024-03-02 05:23:53 +09:00
commit 9ab785c48f
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
94 changed files with 4169 additions and 2564 deletions

View file

@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/MisskeyIO/misskey.git"
},
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.4",
"workspaces": [
"packages/frontend",
"packages/backend",
@ -52,19 +52,19 @@
"@tensorflow/tfjs-core": "4.17.0"
},
"dependencies": {
"cssnano": "6.0.3",
"cssnano": "6.0.5",
"execa": "8.0.1",
"js-yaml": "4.1.0",
"postcss": "8.4.35",
"terser": "5.27.2",
"terser": "5.28.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"cross-env": "7.0.3",
"cypress": "13.6.5",
"eslint": "8.56.0",
"cypress": "13.6.6",
"eslint": "8.57.0",
"ncp": "2.0.0",
"start-server-and-test": "2.0.3"
},