mirror of
https://github.com/citra-emu/discord-bot.git
synced 2024-12-22 09:05:29 +00:00
deps: update dependencies
This commit is contained in:
parent
c5bf06fafe
commit
31d188933b
12
package.json
12
package.json
|
@ -13,7 +13,7 @@
|
|||
"dependencies": {
|
||||
"checkenv": "^1.2.2",
|
||||
"discord.js": "^14.14.1",
|
||||
"ip": "^1.1.8",
|
||||
"ip": "^2.0.1",
|
||||
"logdna": "^3.5.3",
|
||||
"logdna-winston": "^4.0.1",
|
||||
"string-similarity": "^4.0.4",
|
||||
|
@ -23,13 +23,13 @@
|
|||
"devDependencies": {
|
||||
"@tsconfig/node20": "^20.1.2",
|
||||
"@types/ip": "^1.1.3",
|
||||
"@types/node": "^20.11.16",
|
||||
"@types/node": "^20.11.21",
|
||||
"@types/string-similarity": "^4.0.2",
|
||||
"@types/ws": "^8.5.10",
|
||||
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
||||
"@typescript-eslint/parser": "^6.20.0",
|
||||
"esbuild": "^0.20.0",
|
||||
"eslint": "^8.56.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
||||
"@typescript-eslint/parser": "^7.1.0",
|
||||
"esbuild": "^0.20.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-n": "^16.6.2",
|
||||
|
|
Loading…
Reference in a new issue