diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-26 18:51:45 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-26 18:51:45 +0900 |
| commit | 76f3bdcdf95a8706d7572a22f9ca70e22afea5fd (patch) | |
| tree | b3d71c68fc45a3aed2967007c1333cd59588d59a /package.json | |
| parent | [chore]Editorconfig: ymlに加えてyamlファイルに対しても同じ規... (diff) | |
| download | sharkey-76f3bdcdf95a8706d7572a22f9ca70e22afea5fd.tar.gz sharkey-76f3bdcdf95a8706d7572a22f9ca70e22afea5fd.tar.bz2 sharkey-76f3bdcdf95a8706d7572a22f9ca70e22afea5fd.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 8d5334433b..f08272ea9e 100644 --- a/package.json +++ b/package.json @@ -55,11 +55,11 @@ "devDependencies": { "@types/gulp": "4.0.10", "@types/gulp-rename": "2.0.1", - "@typescript-eslint/eslint-plugin": "5.52.0", - "@typescript-eslint/parser": "5.52.0", + "@typescript-eslint/eslint-plugin": "5.53.0", + "@typescript-eslint/parser": "5.53.0", "cross-env": "7.0.3", - "cypress": "12.6.0", - "eslint": "8.34.0", + "cypress": "12.7.0", + "eslint": "8.35.0", "start-server-and-test": "1.15.4" }, "optionalDependencies": { |