update deps (#11849)

* update deps

* wip

* wip
This commit is contained in:
syuilo 2023-09-20 16:43:45 +09:00 committed by GitHub
parent cb026a7512
commit b9c6992aac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1170 additions and 1338 deletions

View file

@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
"packageManager": "pnpm@8.7.5",
"packageManager": "pnpm@8.7.6",
"workspaces": [
"packages/frontend",
"packages/backend",
@ -46,13 +46,13 @@
"execa": "8.0.1",
"cssnano": "6.0.1",
"js-yaml": "4.1.0",
"postcss": "8.4.29",
"postcss": "8.4.30",
"terser": "5.19.4",
"typescript": "5.2.2"
},
"devDependencies": {
"@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",
"cross-env": "7.0.3",
"cypress": "13.2.0",
"eslint": "8.49.0",