From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:56:40 +0000 (+0200) Subject: chore(deps): update all non-major dependencies to ^3.3.5 (#1910) X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d745ac98598e6845759e98cd066a2ee85e1da224;p=e-mobility-charging-stations-simulator.git chore(deps): update all non-major dependencies to ^3.3.5 (#1910) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b50914b..c93343e5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -250,7 +250,7 @@ importers: specifier: ^4.1.8 version: 4.1.9(@types/node@24.13.2)(@vitest/coverage-v8@4.1.9)(jsdom@29.1.1)(vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.6.1)(tsx@4.22.4)(yaml@2.9.0)) vue-tsc: - specifier: ^3.3.4 + specifier: ^3.3.5 version: 3.3.5(typescript@6.0.3) packages: diff --git a/ui/web/package.json b/ui/web/package.json index f5705d9a..bd5273e8 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -46,6 +46,6 @@ "jsdom": "^29.1.1", "vite": "^8.0.16", "vitest": "^4.1.8", - "vue-tsc": "^3.3.4" + "vue-tsc": "^3.3.5" } }