diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-19 12:52:14 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-04-19 12:52:14 +0900 |
| commit | 8c9cb9ee153f76ce0f7f269909c7b68d1a311575 (patch) | |
| tree | b5965ac7bd074dcf569894a235b147f529389e42 /package.json | |
| parent | Update about-misskey.vue (diff) | |
| download | sharkey-8c9cb9ee153f76ce0f7f269909c7b68d1a311575.tar.gz sharkey-8c9cb9ee153f76ce0f7f269909c7b68d1a311575.tar.bz2 sharkey-8c9cb9ee153f76ce0f7f269909c7b68d1a311575.zip | |
update deps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index a22bb2873f..7929a9340d 100644 --- a/package.json +++ b/package.json @@ -51,19 +51,19 @@ "gulp-replace": "1.1.4", "gulp-terser": "2.1.0", "js-yaml": "4.1.0", - "typescript": "5.0.3" + "typescript": "5.0.4" }, "devDependencies": { "@types/gulp": "4.0.10", "@types/gulp-rename": "2.0.1", - "@typescript-eslint/eslint-plugin": "5.57.1", - "@typescript-eslint/parser": "5.57.1", + "@typescript-eslint/eslint-plugin": "5.59.0", + "@typescript-eslint/parser": "5.59.0", "cross-env": "7.0.3", - "cypress": "12.9.0", - "eslint": "8.37.0", + "cypress": "12.10.0", + "eslint": "8.38.0", "start-server-and-test": "2.0.0" }, "optionalDependencies": { - "@tensorflow/tfjs-core": "4.2.0" + "@tensorflow/tfjs-core": "4.4.0" } } |