feat: update aggregate implementation
This commit is contained in:
18
package.json
18
package.json
@@ -4,17 +4,17 @@
|
||||
"mongodb": "6",
|
||||
"nanoid": "5",
|
||||
"postgres": "3",
|
||||
"zod": "3.25"
|
||||
"zod": "4"
|
||||
},
|
||||
"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.14",
|
||||
"@std/async": "npm:@jsr/std__async@1",
|
||||
"@std/assert": "npm:@jsr/std__assert@1",
|
||||
"@std/testing": "npm:@jsr/std__testing@1",
|
||||
"@valkyr/testcontainers": "npm:@jsr/valkyr__testcontainers@2",
|
||||
"eslint": "9.30.1",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"fake-indexeddb": "6.0.1",
|
||||
"prettier": "3.6.2",
|
||||
"typescript-eslint": "8.35.1"
|
||||
"eslint": "9",
|
||||
"eslint-plugin-simple-import-sort": "12",
|
||||
"fake-indexeddb": "6",
|
||||
"prettier": "3",
|
||||
"typescript-eslint": "8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user