update deps (#14312)

This commit is contained in:
syuilo 2024-07-28 11:14:31 +09:00 committed by GitHub
parent 5df85b8be1
commit 085b3abf26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 2557 additions and 3059 deletions

View file

@ -9,16 +9,16 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"dependencies": {
"esbuild": "0.22.0",
"esbuild": "0.23.0",
"idb-keyval": "6.2.1",
"misskey-js": "workspace:*"
},
"devDependencies": {
"@typescript-eslint/parser": "7.15.0",
"@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.3"
"typescript": "5.5.4"
},
"type": "module"
}