update deps

This commit is contained in:
syuilo 2023-05-02 20:52:36 +09:00
parent f3e43a0fc6
commit bcd123371b
7 changed files with 1212 additions and 1133 deletions

View file

@ -20,13 +20,13 @@
"url": "git+https://github.com/misskey-dev/misskey.js.git"
},
"devDependencies": {
"@microsoft/api-extractor": "7.34.4",
"@microsoft/api-extractor": "7.34.7",
"@swc/jest": "0.2.26",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"eslint": "8.38.0",
"@types/jest": "29.5.1",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"eslint": "8.39.0",
"jest": "29.5.0",
"jest-fetch-mock": "3.0.3",
"jest-websocket-mock": "2.4.0",
@ -39,8 +39,8 @@
],
"dependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.51",
"eventemitter3": "5.0.0",
"@swc/core": "1.3.56",
"eventemitter3": "5.0.1",
"reconnecting-websocket": "4.4.0"
}
}