diff options
author | 2024-11-27 18:00:35 +0800 | |
---|---|---|
committer | 2024-11-27 18:00:35 +0800 | |
commit | 9f440196dc39f36fce0198bf4c97131160e5bcc1 (patch) | |
tree | abffe1350064663af8a46c86d819f6429087faac /packages/db/test | |
parent | a2f90ced77c18757883a4a060d2b321764a0c60f (diff) | |
download | astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.gz astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.zst astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.zip |
Update Vite to 6.0.0 (#12524)
Diffstat (limited to 'packages/db/test')
-rw-r--r-- | packages/db/test/fixtures/ticketing-example/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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:*", |