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 /packages/sw | |
| parent | Check SPDX information properly (#14604) (diff) | |
| download | misskey-76408667f32ce71df7028ec33f39e62bebee59e4.tar.gz misskey-76408667f32ce71df7028ec33f39e62bebee59e4.tar.bz2 misskey-76408667f32ce71df7028ec33f39e62bebee59e4.zip | |
update deps (#14594)
* wip
* Update ClientServerService.ts
* eslint
* Update fetch-resource.ts
* wip
Diffstat (limited to 'packages/sw')
| -rw-r--r-- | packages/sw/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/sw/package.json b/packages/sw/package.json index 9174f50ae3..09e604ff4c 100644 --- a/packages/sw/package.json +++ b/packages/sw/package.json @@ -9,16 +9,16 @@ "lint": "pnpm typecheck && pnpm eslint" }, "dependencies": { - "esbuild": "0.23.0", + "esbuild": "0.23.1", "idb-keyval": "6.2.1", "misskey-js": "workspace:*" }, "devDependencies": { "@typescript-eslint/parser": "7.17.0", "@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67", - "eslint-plugin-import": "2.29.1", - "nodemon": "3.1.4", - "typescript": "5.5.4" + "eslint-plugin-import": "2.30.0", + "nodemon": "3.1.7", + "typescript": "5.6.2" }, "type": "module" } |