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.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/sw/package.json b/packages/sw/package.json
index bac0cc1ff5..cb59a70238 100644
--- a/packages/sw/package.json
+++ b/packages/sw/package.json
@@ -9,18 +9,18 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"dependencies": {
- "esbuild": "0.19.11",
+ "esbuild": "0.20.2",
"idb-keyval": "6.2.1",
"misskey-js": "workspace:*"
},
"devDependencies": {
"@misskey-dev/eslint-plugin": "1.0.0",
- "@typescript-eslint/parser": "7.1.0",
+ "@typescript-eslint/parser": "7.7.1",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"nodemon": "3.1.0",
- "typescript": "5.3.3"
+ "typescript": "5.4.5"
},
"type": "module"
}