diff options
author | 2024-11-27 14:31:09 +0000 | |
---|---|---|
committer | 2024-11-27 14:31:09 +0000 | |
commit | 2da81e53c31f11b77c57e5ad4861fe3602ab5d7b (patch) | |
tree | 21d837ef35a28d27e621e9bebc328132a5cf2572 /packages/db | |
parent | 827093e6175549771f9d93ddf3f2be4c2c60f0b7 (diff) | |
parent | 6eac6ba7331c3af7c2b704dc15a133748a2fd18b (diff) | |
download | astro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.tar.gz astro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.tar.zst astro-2da81e53c31f11b77c57e5ad4861fe3602ab5d7b.zip |
Merge branch 'main' into next
Diffstat (limited to 'packages/db')
-rw-r--r-- | packages/db/package.json | 2 | ||||
-rw-r--r-- | packages/db/test/fixtures/ticketing-example/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/db/package.json b/packages/db/package.json index 748b6cac3..031f6628d 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -76,7 +76,7 @@ "drizzle-orm": "^0.31.2", "github-slugger": "^2.0.0", "kleur": "^4.1.5", - "nanoid": "^5.0.8", + "nanoid": "^5.0.9", "open": "^10.1.0", "prompts": "^2.4.2", "yargs-parser": "^21.1.1", diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index 061cc3348..765d46e2c 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -20,7 +20,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "simple-stack-form": "^0.1.12", - "typescript": "^5.6.3", + "typescript": "^5.7.2", "zod": "^3.23.8" } } |