feat: update dependencies

This commit is contained in:
2025-08-11 00:48:10 +02:00
parent f383017b69
commit 356c0d3504
2 changed files with 91 additions and 96 deletions

View File

@@ -1,21 +1,17 @@
{
"dependencies": {
"@std/assert": "npm:@jsr/std__assert@1.0.13",
"@std/async": "npm:@jsr/std__async@1.0.13",
"@std/fs": "npm:@jsr/std__fs@1.0.19",
"@std/net": "npm:@jsr/std__net@1.0.4",
"@std/testing": "npm:@jsr/std__testing@1.0.14"
"@std/assert": "npm:@jsr/std__assert@1",
"@std/async": "npm:@jsr/std__async@1",
"@std/fs": "npm:@jsr/std__fs@1",
"@std/net": "npm:@jsr/std__net@1",
"@std/testing": "npm:@jsr/std__testing@1"
},
"devDependencies": {
"eslint": "9.30.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"mongodb": "6.17.0",
"postgres": "3.4.7",
"prettier": "3.6.2",
"typescript-eslint": "8.35.1"
},
"peerDependencies": {
"mongodb": "^6.0.0",
"postgres": "^3.0.0"
"eslint": "9",
"eslint-plugin-simple-import-sort": "12",
"mongodb": "6",
"postgres": "3",
"prettier": "3",
"typescript-eslint": "8"
}
}