diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-20 16:43:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 16:43:45 +0900 |
| commit | b9c6992aacfea816ac4de2c27d1605b404c1812f (patch) | |
| tree | 1ea4881aa104deb5a91bda35622bfd5a02fb0f02 /package.json | |
| parent | Update Dockerfile (#11848) (diff) | |
| download | sharkey-b9c6992aacfea816ac4de2c27d1605b404c1812f.tar.gz sharkey-b9c6992aacfea816ac4de2c27d1605b404c1812f.tar.bz2 sharkey-b9c6992aacfea816ac4de2c27d1605b404c1812f.zip | |
update deps (#11849)
* update deps
* wip
* wip
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index ffb4596e90..be9f4a2b39 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.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", |