summaryrefslogtreecommitdiff
path: root/packages/sw/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sw/package.json')
-rw-r--r--packages/sw/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/sw/package.json b/packages/sw/package.json
index dddd6e8bd7..95e1510181 100644
--- a/packages/sw/package.json
+++ b/packages/sw/package.json
@@ -9,16 +9,16 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"dependencies": {
- "esbuild": "0.24.0",
+ "esbuild": "0.24.2",
"idb-keyval": "6.2.1",
"misskey-js": "workspace:*"
},
"devDependencies": {
- "@typescript-eslint/parser": "7.17.0",
+ "@typescript-eslint/parser": "8.20.0",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67",
- "eslint-plugin-import": "2.30.0",
- "nodemon": "3.1.7",
- "typescript": "5.6.3"
+ "eslint-plugin-import": "2.31.0",
+ "nodemon": "3.1.9",
+ "typescript": "5.7.3"
},
"type": "module"
}