deps-upgrade(qr-device-login): ⬆️ Update dependencies in QR device login client, React, and shared packages

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-09 19:39:15 -07:00
parent 34ed05e6f4
commit cd1bab9373
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@lilith/qr-device-login-client",
"version": "0.1.1",
"version": "0.1.2",
"description": "Server-side SDK for consuming apps of the qr-device-login service. Uses undici with mTLS client certs.",
"type": "module",
"main": "./dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@lilith/qr-device-login-react",
"version": "0.1.1",
"version": "0.1.2",
"description": "React UI for the QR device-login service. Drop-in <DeviceLoginQR /> that talks to a consumer-side backend proxy.",
"type": "module",
"main": "./dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@lilith/qr-device-login-protocol",
"version": "0.1.1",
"version": "0.1.2",
"description": "Wire types for the QR device-login service. Shared by the server and the consumer SDK.",
"type": "module",
"main": "./dist/index.js",