updated dependencies and gitignore
Some checks failed
Deno-Workflow / Deploy (push) Has been cancelled

This commit is contained in:
fzzin
2026-05-04 09:17:11 +02:00
parent ddba2854c4
commit 9b23210131
3 changed files with 24 additions and 36 deletions

View File

@@ -15,9 +15,9 @@
},
"imports": {
"@discordjs": "npm:discord.js@14.18.0",
"@melvdouc/xml-parser": "jsr:@melvdouc/xml-parser@^0.1.1",
"@std/assert": "jsr:@std/assert@1",
"@types/node": "npm:@types/node@^22.14.1",
"@melvdouc/xml-parser": "jsr:@melvdouc/xml-parser@^0.1.3",
"@std/assert": "jsr:@std/assert@^1.0.19",
"@types/node": "npm:@types/node@^22.19.17",
"@root/" : "./src/"
},