update deps

This commit is contained in:
syuilo
2023-07-15 16:07:30 +09:00
parent 07a225c2a0
commit 9a5bc78eb4
6 changed files with 46 additions and 46 deletions

View File

@@ -20,13 +20,13 @@
"url": "git+https://github.com/misskey-dev/misskey.js.git"
},
"devDependencies": {
"@microsoft/api-extractor": "7.36.1",
"@microsoft/api-extractor": "7.36.2",
"@swc/jest": "0.2.26",
"@types/jest": "29.5.2",
"@types/node": "20.4.0",
"@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.44.0",
"eslint": "8.45.0",
"jest": "29.6.1",
"jest-fetch-mock": "3.0.3",
"jest-websocket-mock": "2.4.0",
@@ -39,7 +39,7 @@
],
"dependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.68",
"@swc/core": "1.3.69",
"eventemitter3": "5.0.1",
"reconnecting-websocket": "4.4.0"
}