update deps (#11409)

* update deps

* Update .eslintrc.js

* Update .eslintrc.js

* lint

* lint

* Update update.ts

* update deps

* Update .eslintrc.js
This commit is contained in:
syuilo
2023-07-31 19:14:20 +09:00
committed by GitHub
parent 4aed5968f6
commit 2b4c8c9e0f
18 changed files with 1346 additions and 1018 deletions

View File

@@ -20,14 +20,14 @@
"url": "git+https://github.com/misskey-dev/misskey.js.git"
},
"devDependencies": {
"@microsoft/api-extractor": "7.36.2",
"@swc/jest": "0.2.26",
"@microsoft/api-extractor": "7.36.3",
"@swc/jest": "0.2.27",
"@types/jest": "29.5.3",
"@types/node": "20.4.2",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"eslint": "8.45.0",
"jest": "29.6.1",
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"eslint": "8.46.0",
"jest": "29.6.2",
"jest-fetch-mock": "3.0.3",
"jest-websocket-mock": "2.4.0",
"mock-socket": "9.2.1",
@@ -39,7 +39,7 @@
],
"dependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.69",
"@swc/core": "1.3.71",
"eventemitter3": "5.0.1",
"reconnecting-websocket": "4.4.0"
}