diff options
Diffstat (limited to 'packages/db')
-rw-r--r-- | packages/db/package.json | 6 | ||||
-rw-r--r-- | packages/db/test/fixtures/ticketing-example/package.json | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/packages/db/package.json b/packages/db/package.json index 82990e640..3a737cc16 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", "ora": "^8.1.1", "prompts": "^2.4.2", @@ -90,7 +90,7 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0", - "typescript": "^5.6.3", - "vite": "^5.4.10" + "typescript": "^5.7.2", + "vite": "^5.4.11" } } diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index 9a3c29313..7883d3b7c 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -13,7 +13,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/db": "workspace:*", "@astrojs/node": "^8.3.4", - "@astrojs/react": "^3.6.2", + "@astrojs/react": "^3.6.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "workspace:*", @@ -21,7 +21,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" } } |