summaryrefslogtreecommitdiff
path: root/packages/sw
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sw')
-rw-r--r--packages/sw/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/sw/package.json b/packages/sw/package.json
index 4e35e17b7a..51d78511c2 100644
--- a/packages/sw/package.json
+++ b/packages/sw/package.json
@@ -9,15 +9,15 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"dependencies": {
- "esbuild": "0.25.11",
+ "esbuild": "0.27.0",
"idb-keyval": "6.2.2",
"misskey-js": "workspace:*"
},
"devDependencies": {
- "@typescript-eslint/parser": "8.46.2",
+ "@typescript-eslint/parser": "8.47.0",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.74",
"eslint-plugin-import": "2.32.0",
- "nodemon": "3.1.10",
+ "nodemon": "3.1.11",
"typescript": "5.9.3"
},
"type": "module"