diff --git a/.vref/manifest.json b/.vref/manifest.json index 66c8d89..84fd44f 100644 --- a/.vref/manifest.json +++ b/.vref/manifest.json @@ -16,7 +16,7 @@ }, "file": "screenshots/screens/screens-files.png", "capturedAt": "2026-07-29T09:29:31.000Z", - "sizeBytes": 193948, + "sizeBytes": 257220, "tags": [ "files", "list" @@ -79,7 +79,7 @@ }, "file": "screenshots/screens/screens-downloads.png", "capturedAt": "2026-07-29T06:45:16.000Z", - "sizeBytes": 223158, + "sizeBytes": 228477, "tags": [ "downloads" ], @@ -206,7 +206,7 @@ }, "file": "screenshots/screens/screens-move-files.png", "capturedAt": "2026-07-28T15:25:09.000Z", - "sizeBytes": 139174, + "sizeBytes": 188701, "tags": [ "files", "sheet" diff --git a/package.json b/package.json index 2445f0b..49c9d16 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@putdotio/design": "^1.5.0", - "@putdotio/vref": "^1.1.1", + "@putdotio/vref": "^1.2.0", "@types/node": "^24.13.3", "playwright": "^1.62.0", "typescript": "^7.0.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cd1d636..e1631b0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^1.5.0 version: 1.5.0 '@putdotio/vref': - specifier: ^1.1.1 - version: 1.1.1 + specifier: ^1.2.0 + version: 1.2.0 '@types/node': specifier: ^24.13.3 version: 24.13.3 @@ -59,8 +59,8 @@ packages: '@putdotio/design@1.5.0': resolution: {integrity: sha512-lYCaf9svlXxoJKBe2gPcWDnkU3GGYLyV7QADQR2l2QIHvDOa87rYEHZWBGiPfbZffceyrBahrfGXbT1rZ1mjwA==} - '@putdotio/vref@1.1.1': - resolution: {integrity: sha512-0g2fzA3oHQ5qcYD71B0Z4PgihzPHWKRb5JqGu8FmjKsB5nO5y/br3Z2b9LpApgn7eyodmXN2viZ47eKf/6SLXQ==} + '@putdotio/vref@1.2.0': + resolution: {integrity: sha512-upH/CoJHdTontc0X9m0nQhcmUolsD1XhUNk72ogtJJBesy5Xc2aVXt1zF2Os96yZtJbl/3JprU6ODfmV4hdaLg==} engines: {node: '>=24.18.0'} hasBin: true @@ -286,7 +286,7 @@ snapshots: '@putdotio/design@1.5.0': {} - '@putdotio/vref@1.1.1': + '@putdotio/vref@1.2.0': dependencies: effect: 4.0.0-beta.102 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index d697999..be8c14d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,8 +4,8 @@ packages: # fine on the JS fallback, so skip the native compile. allowBuilds: msgpackr-extract: false -# @putdotio/vref 1.1.1 is ours and was published the same day this landed, so it +# @putdotio/vref 1.2.0 is ours and was published the same day this landed, so it # trips the minimum-release-age gate. Drop this entry once the version has aged # past the threshold; it is a timing carve-out, not a standing exception. minimumReleaseAgeExclude: - - '@putdotio/vref@1.1.1' + - '@putdotio/vref@1.2.0'