update deps (MisskeyIO#583)

This commit is contained in:
まっちゃとーにゅ 2024-03-30 16:36:20 +09:00 committed by GitHub
parent fa47a545b1
commit 962653e5ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1012 additions and 1079 deletions

View file

@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/MisskeyIO/misskey.git"
},
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.5",
"workspaces": [
"packages/frontend",
"packages/backend",
@ -49,20 +49,20 @@
"@tensorflow/tfjs-core": "4.17.0",
"chokidar": "3.6.0",
"lodash": "4.17.21",
"sharp": "0.33.2"
"sharp": "0.33.3"
},
"dependencies": {
"cssnano": "6.1.1",
"cssnano": "6.1.2",
"execa": "8.0.1",
"js-yaml": "4.1.0",
"postcss": "8.4.38",
"terser": "5.29.2",
"terser": "5.30.0",
"typescript": "5.4.3"
},
"devDependencies": {
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@types/node": "20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"cross-env": "7.0.3",
"cypress": "13.7.1",
"eslint": "8.57.0",