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 | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/packages/db/package.json b/packages/db/package.json index 933e7b29b..0f12e5ec1 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -80,8 +80,8 @@ "open": "^10.1.0", "prompts": "^2.4.2", "yargs-parser": "^21.1.1", - "yocto-spinner": "^0.1.0", - "zod": "^3.23.8" + "yocto-spinner": "^0.1.2", + "zod": "^3.24.1" }, "devDependencies": { "@types/deep-diff": "^1.0.5", @@ -90,7 +90,7 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0", - "typescript": "^5.6.3", + "typescript": "^5.7.3", "vite": "^6.0.7" } } diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index b5892a150..c39bf1066 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -13,14 +13,14 @@ "@astrojs/db": "workspace:*", "@astrojs/node": "^9.0.0", "@astrojs/react": "workspace:*", - "@types/react": "^18.3.12", - "@types/react-dom": "^18.3.1", + "@types/react": "^18.3.18", + "@types/react-dom": "^18.3.5", "astro": "workspace:*", - "open-props": "^1.7.7", + "open-props": "^1.7.10", "react": "^18.3.1", "react-dom": "^18.3.1", "simple-stack-form": "^0.1.12", - "typescript": "^5.7.2", - "zod": "^3.23.8" + "typescript": "^5.7.3", + "zod": "^3.24.1" } } |