diff --git a/examples/lit/simple/package.json b/examples/lit/simple/package.json index f4864eae..34d72e90 100644 --- a/examples/lit/simple/package.json +++ b/examples/lit/simple/package.json @@ -13,7 +13,7 @@ "lit": "^3.3.1" }, "devDependencies": { - "vite": "^7.2.2" + "vite": "^8.0.0" }, "browserslist": { "production": [ diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1cdb2085..ca1193ad 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -43,3 +43,6 @@ allowBuilds: # @tanstack/vue-store vue-demi: true # only required for vue 2 support +minimumReleaseAgeExclude: + # Renovate security update: vite@8.0.16 + - vite@8.0.16