From 8647903ab520b0a714d5925ea59477adffe18b82 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 23 Jun 2026 11:21:47 +0200 Subject: [PATCH] fix(examples): align @tanstack/devtools-a11y to ^0.1.5 across examples The Version Packages release bumped the react a11y example to ^0.1.5 but left the angular example at ^0.1.4, tripping sherif's multiple-dependency-versions check and failing CI on main. --- examples/angular/a11y-devtools/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/angular/a11y-devtools/package.json b/examples/angular/a11y-devtools/package.json index 8233f7fa..1f607ac6 100644 --- a/examples/angular/a11y-devtools/package.json +++ b/examples/angular/a11y-devtools/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", "@tanstack/angular-devtools": "^0.0.6", - "@tanstack/devtools-a11y": "^0.1.4", + "@tanstack/devtools-a11y": "^0.1.5", "@tanstack/devtools-event-client": "0.4.4", "rxjs": "~7.8.0", "tslib": "^2.3.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4cd82968..de26243a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -111,7 +111,7 @@ importers: specifier: ^0.0.6 version: link:../../../packages/angular-devtools '@tanstack/devtools-a11y': - specifier: ^0.1.4 + specifier: ^0.1.5 version: link:../../../packages/devtools-a11y '@tanstack/devtools-event-client': specifier: 0.4.4