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 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/db/package.json b/packages/db/package.json index d513c4d0b..748b6cac3 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -91,6 +91,6 @@ "astro-scripts": "workspace:*", "cheerio": "1.0.0", "typescript": "^5.6.3", - "vite": "6.0.0-beta.6" + "vite": "^6.0.1" } } diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index 478a0ebac..061cc3348 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -12,7 +12,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/db": "workspace:*", "@astrojs/node": "^8.3.4", - "@astrojs/react": "^3.6.2", + "@astrojs/react": "workspace:*", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "workspace:*", |