update deps (#11849)

* update deps

* wip

* wip
This commit is contained in:
syuilo 2023-09-20 16:43:45 +09:00 committed by GitHub
parent cb026a7512
commit b9c6992aac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1170 additions and 1338 deletions

View file

@ -20,12 +20,12 @@
"url": "git+https://github.com/misskey-dev/misskey.js.git"
},
"devDependencies": {
"@microsoft/api-extractor": "7.36.4",
"@microsoft/api-extractor": "7.37.0",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.4",
"@types/node": "20.6.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@types/jest": "29.5.5",
"@types/node": "20.6.3",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.49.0",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
@ -39,7 +39,7 @@
],
"dependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.84",
"@swc/core": "1.3.86",
"eventemitter3": "5.0.1",
"reconnecting-websocket": "4.4.0"
}