diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-22 12:32:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-22 12:32:01 +0900 |
| commit | 76408667f32ce71df7028ec33f39e62bebee59e4 (patch) | |
| tree | e389a99bf9bbcfc5db5bc06c93d63adafffeaad1 /package.json | |
| parent | Check SPDX information properly (#14604) (diff) | |
| download | sharkey-76408667f32ce71df7028ec33f39e62bebee59e4.tar.gz sharkey-76408667f32ce71df7028ec33f39e62bebee59e4.tar.bz2 sharkey-76408667f32ce71df7028ec33f39e62bebee59e4.zip | |
update deps (#14594)
* wip
* Update ClientServerService.ts
* eslint
* Update fetch-resource.ts
* wip
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 5c41a1d5bb..68bb2fc1f2 100644 --- a/package.json +++ b/package.json @@ -56,11 +56,11 @@ "fast-glob": "3.3.2", "ignore-walk": "6.0.5", "js-yaml": "4.1.0", - "postcss": "8.4.40", + "postcss": "8.4.47", "tar": "6.2.1", - "terser": "5.31.3", - "typescript": "5.5.4", - "esbuild": "0.23.0", + "terser": "5.33.0", + "typescript": "5.6.2", + "esbuild": "0.23.1", "glob": "11.0.0" }, "devDependencies": { @@ -69,11 +69,11 @@ "@typescript-eslint/eslint-plugin": "7.17.0", "@typescript-eslint/parser": "7.17.0", "cross-env": "7.0.3", - "cypress": "13.13.1", + "cypress": "13.14.2", "eslint": "9.8.0", - "globals": "15.8.0", + "globals": "15.9.0", "ncp": "2.0.0", - "start-server-and-test": "2.0.4" + "start-server-and-test": "2.0.8" }, "optionalDependencies": { "@tensorflow/tfjs-core": "4.4.0" |