update deps (#11820)

* update deps

* fix

* wip

* wip

* wip

* Update docker-compose.yml.example

* Delete reviewer-lottery.yml

* Update RepositoryModule.ts

* wip

* wip

* clean up

* update deps

* wip

* wip
This commit is contained in:
syuilo 2023-09-15 14:28:29 +09:00 committed by GitHub
parent cf7c6558ae
commit 6cf466e5d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
421 changed files with 2450 additions and 2604 deletions

View file

@ -9,14 +9,14 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"dependencies": {
"esbuild": "0.19.2",
"esbuild": "0.19.3",
"idb-keyval": "6.2.1",
"misskey-js": "workspace:*"
},
"devDependencies": {
"@typescript-eslint/parser": "6.6.0",
"@typescript-eslint/parser": "6.7.0",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-plugin-import": "2.28.1",
"typescript": "5.2.2"
},