diff options
Diffstat (limited to 'packages/db')
-rw-r--r-- | packages/db/package.json | 2 | ||||
-rw-r--r-- | packages/db/test/fixtures/ticketing-example/package.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/db/package.json b/packages/db/package.json index 1703c812a..1de1ba0d7 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -94,7 +94,7 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0-rc.12", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "vite": "^5.3.1" } } diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index c9be57b5e..e47718930 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.7.0", "@astrojs/db": "workspace:*", "@astrojs/node": "workspace:*", - "@astrojs/react": "^3.5.0", + "@astrojs/react": "^3.6.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "astro": "workspace:*", @@ -21,7 +21,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "simple-stack-form": "^0.1.12", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "zod": "^3.23.8" } } |