feat: add peerDependencies

This commit is contained in:
2025-07-07 13:11:16 +02:00
parent 2093dd7097
commit dd1570d52e
36 changed files with 481 additions and 274 deletions

View File

@@ -1,20 +1,26 @@
{
"dependencies": {
"@std/async": "npm:@jsr/std__async@1.0.12",
"@valkyr/db": "1.0.1",
"mongodb": "6.15.0",
"nanoid": "5.1.5",
"postgres": "3.4.5",
"zod": "next"
"nanoid": "5.1.5"
},
"peerDependencies": {
"@valkyr/db": "^1.0.1",
"mongodb": "^6.0.0",
"postgres": "^3.0.0",
"zod": "^3.25.0"
},
"devDependencies": {
"@std/async": "npm:@jsr/std__async@1.0.13",
"@std/assert": "npm:@jsr/std__assert@1.0.13",
"@std/testing": "npm:@jsr/std__testing@1.0.11",
"@valkyr/testcontainers": "npm:@jsr/valkyr__testcontainers@2.0.0",
"eslint": "9.25.1",
"@std/testing": "npm:@jsr/std__testing@1.0.14",
"@valkyr/db": "^1.0.1",
"@valkyr/testcontainers": "npm:@jsr/valkyr__testcontainers@2.0.1",
"eslint": "9.30.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"fake-indexeddb": "6.0.0",
"prettier": "3.5.3",
"typescript-eslint": "8.31.0"
"fake-indexeddb": "6.0.1",
"mongodb": "6.17.0",
"postgres": "3.4.7",
"prettier": "3.6.2",
"typescript-eslint": "8.35.1",
"zod": "3.25.75"
}
}