diff options
author | 2024-07-17 14:48:07 +0800 | |
---|---|---|
committer | 2024-07-17 14:48:07 +0800 | |
commit | 2113a5693334151b204172e4832e7a485487f07c (patch) | |
tree | d184914ec8eae6c3fc6808019b55ef6ea7a71447 /packages/db/test | |
parent | 2c437ff99cc0d3b7166305eb22f24ad1d2e30bc0 (diff) | |
download | astro-2113a5693334151b204172e4832e7a485487f07c.tar.gz astro-2113a5693334151b204172e4832e7a485487f07c.tar.zst astro-2113a5693334151b204172e4832e7a485487f07c.zip |
fix(deps): update all non-major dependencies (#11426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'packages/db/test')
-rw-r--r-- | packages/db/test/fixtures/ticketing-example/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index e47718930..3f6e5510d 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -10,18 +10,18 @@ "astro": "astro" }, "dependencies": { - "@astrojs/check": "^0.7.0", + "@astrojs/check": "^0.8.1", "@astrojs/db": "workspace:*", "@astrojs/node": "workspace:*", "@astrojs/react": "^3.6.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "astro": "workspace:*", - "open-props": "^1.7.4", + "open-props": "^1.7.5", "react": "^18.3.1", "react-dom": "^18.3.1", "simple-stack-form": "^0.1.12", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "zod": "^3.23.8" } } |