update deps

This commit is contained in:
syuilo
2023-07-07 10:53:06 +09:00
parent e987af4e4f
commit d5c4e77c44
8 changed files with 2762 additions and 2151 deletions

View File

@@ -20,26 +20,26 @@
"url": "git+https://github.com/misskey-dev/misskey.js.git"
},
"devDependencies": {
"@microsoft/api-extractor": "7.36.0",
"@microsoft/api-extractor": "7.36.1",
"@swc/jest": "0.2.26",
"@types/jest": "29.5.2",
"@types/node": "20.3.1",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"eslint": "8.43.0",
"jest": "29.5.0",
"@types/node": "20.4.0",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"eslint": "8.44.0",
"jest": "29.6.1",
"jest-fetch-mock": "3.0.3",
"jest-websocket-mock": "2.4.0",
"mock-socket": "9.2.1",
"tsd": "0.28.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"files": [
"built"
],
"dependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.66",
"@swc/core": "1.3.68",
"eventemitter3": "5.0.1",
"reconnecting-websocket": "4.4.0"
}