From 1f52e962086856ddd6981139e2d4aca20201e9cb Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 3 Aug 2026 12:34:55 -0700 Subject: create group streak schema and db scaffold --- pnpm-lock.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pnpm-lock.yaml') diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66654b2..790da68 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,6 +93,9 @@ importers: '@babel/plugin-proposal-private-property-in-object': specifier: ^7.21.11 version: 7.21.11(@babel/core@7.29.7(supports-color@10.2.2))(supports-color@10.2.2) + '@types/better-sqlite3': + specifier: ^9.6.0 + version: 9.6.0 '@types/cors': specifier: ^2.8.19 version: 2.8.19 @@ -609,6 +612,9 @@ packages: '@types/aria-query@5.0.4': resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} + '@types/better-sqlite3@9.6.0': + resolution: {integrity: sha512-ZEEwBSgMu7GYJOynoagg5X9JbxfL6dTJDsgViJIqh67jV44kyOr9RXfmFjLK5rzC4MWssP06t9hu/JwGDnUbCg==} + '@types/body-parser@1.19.6': resolution: {integrity: sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==} @@ -2546,6 +2552,10 @@ snapshots: '@types/aria-query@5.0.4': {} + '@types/better-sqlite3@9.6.0': + dependencies: + '@types/node': 25.9.5 + '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 -- cgit v1.2.3