From b8a13dc94015935808a1007cd7c9694d86edb342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:15:04 +0000 Subject: [PATCH] chore(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /apps/web directory: [@hey-api/openapi-ts](https://github.com/hey-api/hey-api/tree/HEAD/packages/openapi-ts) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@hey-api/openapi-ts` from 0.95.0 to 0.97.3 - [Release notes](https://github.com/hey-api/hey-api/releases) - [Changelog](https://github.com/hey-api/hey-api/blob/main/packages/openapi-ts/CHANGELOG.md) - [Commits](https://github.com/hey-api/hey-api/commits/@hey-api/openapi-ts@0.97.3/packages/openapi-ts) Updates `vite` from 8.0.5 to 8.0.16 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite) --- updated-dependencies: - dependency-name: "@hey-api/openapi-ts" dependency-version: 0.97.3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 3ab77ac..5f00300 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@biomejs/biome": "2.4.10", - "@hey-api/openapi-ts": "0.95.0", + "@hey-api/openapi-ts": "0.97.3", "@solidjs/testing-library": "0.8.10", "@tailwindcss/vite": "4.2.2", "@types/node": "24.12.0", @@ -37,7 +37,7 @@ "tailwindcss": "4.2.2", "tailwindcss-animate": "1.0.7", "typescript": "5.9.3", - "vite": "8.0.5", + "vite": "8.0.16", "vite-plugin-solid": "2.11.11", "vitest": "4.1.2" }