diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-29 15:11:08 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-29 15:11:08 +0900 |
| commit | ac19b055c7fa44c88d91c7fba6c76027a577a021 (patch) | |
| tree | 2e98e60f9a57286ce4f07dfa393bc1d9bffe87f6 /package.json | |
| parent | update type (diff) | |
| download | sharkey-ac19b055c7fa44c88d91c7fba6c76027a577a021.tar.gz sharkey-ac19b055c7fa44c88d91c7fba6c76027a577a021.tar.bz2 sharkey-ac19b055c7fa44c88d91c7fba6c76027a577a021.zip | |
update deps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index eb82b503a2..531e8ef5bb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@8.7.6", + "packageManager": "pnpm@8.8.0", "workspaces": [ "packages/frontend", "packages/backend", @@ -46,15 +46,15 @@ "execa": "8.0.1", "cssnano": "6.0.1", "js-yaml": "4.1.0", - "postcss": "8.4.30", + "postcss": "8.4.31", "terser": "5.20.0", "typescript": "5.2.2" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "6.7.2", - "@typescript-eslint/parser": "6.7.2", + "@typescript-eslint/eslint-plugin": "6.7.3", + "@typescript-eslint/parser": "6.7.3", "cross-env": "7.0.3", - "cypress": "13.2.0", + "cypress": "13.3.0", "eslint": "8.50.0", "start-server-and-test": "2.0.1" }, |