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 c21289c99..cc98203f4 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -70,13 +70,13 @@ }, "dependencies": { "@astrojs/studio": "workspace:*", - "@libsql/client": "^0.14.0", + "@libsql/client": "^0.15.0", "async-listen": "^3.1.0", "deep-diff": "^1.0.2", "drizzle-orm": "^0.31.2", "github-slugger": "^2.0.0", "kleur": "^4.1.5", - "nanoid": "^5.1.3", + "nanoid": "^5.1.5", "open": "^10.1.0", "prompts": "^2.4.2", "yargs-parser": "^21.1.1", @@ -91,6 +91,6 @@ "astro-scripts": "workspace:*", "cheerio": "1.0.0", "typescript": "^5.8.2", - "vite": "^6.2.1" + "vite": "^6.2.2" } } diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index a1f073ed1..58aa686f0 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -13,10 +13,10 @@ "@astrojs/db": "workspace:*", "@astrojs/node": "workspace:*", "@astrojs/react": "workspace:*", - "@types/react": "^18.3.18", + "@types/react": "^18.3.19", "@types/react-dom": "^18.3.5", "astro": "workspace:*", - "open-props": "^1.7.13", + "open-props": "^1.7.14", "react": "^18.3.1", "react-dom": "^18.3.1", "simple-stack-form": "^0.1.12", |