diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-12-04 19:40:46 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-12-04 19:40:46 +0900 |
| commit | 9c90ff7d063f97c4097cfc6f9dba5d02126476a6 (patch) | |
| tree | 31a127610b1ea28f17abdb0a4fc8950335c9c986 /package.json | |
| parent | fix (frontend): 絵文字ピッカー経由で投稿欄に絵文字を入れ... (diff) | |
| download | sharkey-9c90ff7d063f97c4097cfc6f9dba5d02126476a6.tar.gz sharkey-9c90ff7d063f97c4097cfc6f9dba5d02126476a6.tar.bz2 sharkey-9c90ff7d063f97c4097cfc6f9dba5d02126476a6.zip | |
update deps
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 9fa094e049..aa67b006db 100644 --- a/package.json +++ b/package.json @@ -48,16 +48,16 @@ "execa": "8.0.1", "cssnano": "6.0.1", "js-yaml": "4.1.0", - "postcss": "8.4.31", + "postcss": "8.4.32", "terser": "5.24.0", "typescript": "5.3.2" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "6.12.0", - "@typescript-eslint/parser": "6.12.0", + "@typescript-eslint/eslint-plugin": "6.13.1", + "@typescript-eslint/parser": "6.13.1", "cross-env": "7.0.3", "cypress": "13.6.0", - "eslint": "8.54.0", + "eslint": "8.55.0", "start-server-and-test": "2.0.3", "ncp": "2.0.0" }, |