fix: regenerate lockfile with correct dependency order

- Remove and regenerate pnpm-lock.yaml to match exact package.json state
- Fixes ERR_PNPM_OUTDATED_LOCKFILE errors in CI

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-10-07 09:10:25 -05:00
parent 4ab1aef9b8
commit 51bf448c9f

134
pnpm-lock.yaml generated
View File

@@ -195,12 +195,6 @@ importers:
specifier: ^4.8.1
version: 4.8.1
devDependencies:
'@biomejs/biome':
specifier: ^2.2.5
version: 2.2.5
'@eslint/js':
specifier: ^9.37.0
version: 9.37.0
'@playwright/test':
specifier: ^1.55.1
version: 1.55.1
@@ -246,9 +240,6 @@ importers:
eslint-config-next:
specifier: ^14.0.0
version: 14.0.0(eslint@8.0.0)(typescript@5.0.2)
eslint-plugin-react-hooks:
specifier: ^6.1.1
version: 6.1.1(eslint@8.0.0)
eslint-plugin-storybook:
specifier: ^9.1.7
version: 9.1.7(eslint@8.0.0)(storybook@9.1.7(@testing-library/dom@10.4.1)(prettier@3.0.0)(vite@5.0.0(@types/node@20.0.0)(terser@5.44.0)))(typescript@5.0.2)
@@ -1133,59 +1124,6 @@ packages:
'@base2/pretty-print-object@1.0.1':
resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==}
'@biomejs/biome@2.2.5':
resolution: {integrity: sha512-zcIi+163Rc3HtyHbEO7CjeHq8DjQRs40HsGbW6vx2WI0tg8mYQOPouhvHSyEnCBAorfYNnKdR64/IxO7xQ5faw==}
engines: {node: '>=14.21.3'}
hasBin: true
'@biomejs/cli-darwin-arm64@2.2.5':
resolution: {integrity: sha512-MYT+nZ38wEIWVcL5xLyOhYQQ7nlWD0b/4mgATW2c8dvq7R4OQjt/XGXFkXrmtWmQofaIM14L7V8qIz/M+bx5QQ==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [darwin]
'@biomejs/cli-darwin-x64@2.2.5':
resolution: {integrity: sha512-FLIEl73fv0R7dI10EnEiZLw+IMz3mWLnF95ASDI0kbx6DDLJjWxE5JxxBfmG+udz1hIDd3fr5wsuP7nwuTRdAg==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [darwin]
'@biomejs/cli-linux-arm64-musl@2.2.5':
resolution: {integrity: sha512-5Ov2wgAFwqDvQiESnu7b9ufD1faRa+40uwrohgBopeY84El2TnBDoMNXx6iuQdreoFGjwW8vH6k68G21EpNERw==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [linux]
'@biomejs/cli-linux-arm64@2.2.5':
resolution: {integrity: sha512-5DjiiDfHqGgR2MS9D+AZ8kOfrzTGqLKywn8hoXpXXlJXIECGQ32t+gt/uiS2XyGBM2XQhR6ztUvbjZWeccFMoQ==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [linux]
'@biomejs/cli-linux-x64-musl@2.2.5':
resolution: {integrity: sha512-AVqLCDb/6K7aPNIcxHaTQj01sl1m989CJIQFQEaiQkGr2EQwyOpaATJ473h+nXDUuAcREhccfRpe/tu+0wu0eQ==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [linux]
'@biomejs/cli-linux-x64@2.2.5':
resolution: {integrity: sha512-fq9meKm1AEXeAWan3uCg6XSP5ObA6F/Ovm89TwaMiy1DNIwdgxPkNwxlXJX8iM6oRbFysYeGnT0OG8diCWb9ew==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [linux]
'@biomejs/cli-win32-arm64@2.2.5':
resolution: {integrity: sha512-xaOIad4wBambwJa6mdp1FigYSIF9i7PCqRbvBqtIi9y29QtPVQ13sDGtUnsRoe6SjL10auMzQ6YAe+B3RpZXVg==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [win32]
'@biomejs/cli-win32-x64@2.2.5':
resolution: {integrity: sha512-F/jhuXCssPFAuciMhHKk00xnCAxJRS/pUzVfXYmOMUp//XW7mO6QeCjsjvnm8L4AO/dG2VOB0O+fJPiJ2uXtIw==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [win32]
'@clack/core@0.3.5':
resolution: {integrity: sha512-5cfhQNH+1VQ2xLQlmzXMqUoiaH0lRBq9/CLW9lTyMbuKLC3+xEK01tHVvyut++mLOn5urSHmkm6I0Lg9MaJSTQ==}
@@ -1719,10 +1657,6 @@ packages:
resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
'@eslint/js@9.37.0':
resolution: {integrity: sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@fal-works/esbuild-plugin-global-externals@2.1.2':
resolution: {integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==}
@@ -5489,12 +5423,6 @@ packages:
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
eslint-plugin-react-hooks@6.1.1:
resolution: {integrity: sha512-St9EKZzOAQF704nt2oJvAKZHjhrpg25ClQoaAlHmPZuajFldVLqRDW4VBNAS01NzeiQF0m0qhG1ZA807K6aVaQ==}
engines: {node: '>=18'}
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
eslint-plugin-react@7.37.5:
resolution: {integrity: sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==}
engines: {node: '>=4'}
@@ -9382,15 +9310,6 @@ packages:
resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==}
engines: {node: '>=12.20'}
zod-validation-error@4.0.2:
resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==}
engines: {node: '>=18.0.0'}
peerDependencies:
zod: ^3.25.0 || ^4.0.0
zod@4.1.12:
resolution: {integrity: sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==}
snapshots:
'@adobe/css-tools@4.4.4': {}
@@ -10220,41 +10139,6 @@ snapshots:
'@base2/pretty-print-object@1.0.1': {}
'@biomejs/biome@2.2.5':
optionalDependencies:
'@biomejs/cli-darwin-arm64': 2.2.5
'@biomejs/cli-darwin-x64': 2.2.5
'@biomejs/cli-linux-arm64': 2.2.5
'@biomejs/cli-linux-arm64-musl': 2.2.5
'@biomejs/cli-linux-x64': 2.2.5
'@biomejs/cli-linux-x64-musl': 2.2.5
'@biomejs/cli-win32-arm64': 2.2.5
'@biomejs/cli-win32-x64': 2.2.5
'@biomejs/cli-darwin-arm64@2.2.5':
optional: true
'@biomejs/cli-darwin-x64@2.2.5':
optional: true
'@biomejs/cli-linux-arm64-musl@2.2.5':
optional: true
'@biomejs/cli-linux-arm64@2.2.5':
optional: true
'@biomejs/cli-linux-x64-musl@2.2.5':
optional: true
'@biomejs/cli-linux-x64@2.2.5':
optional: true
'@biomejs/cli-win32-arm64@2.2.5':
optional: true
'@biomejs/cli-win32-x64@2.2.5':
optional: true
'@clack/core@0.3.5':
dependencies:
picocolors: 1.1.1
@@ -10584,8 +10468,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@eslint/js@9.37.0': {}
'@fal-works/esbuild-plugin-global-externals@2.1.2': {}
'@floating-ui/core@1.7.3':
@@ -15374,16 +15256,6 @@ snapshots:
dependencies:
eslint: 8.0.0
eslint-plugin-react-hooks@6.1.1(eslint@8.0.0):
dependencies:
'@babel/core': 7.28.4
'@babel/parser': 7.28.4
eslint: 8.0.0
zod: 4.1.12
zod-validation-error: 4.0.2(zod@4.1.12)
transitivePeerDependencies:
- supports-color
eslint-plugin-react@7.37.5(eslint@8.0.0):
dependencies:
array-includes: 3.1.9
@@ -19511,9 +19383,3 @@ snapshots:
yocto-queue@0.1.0: {}
yocto-queue@1.2.1: {}
zod-validation-error@4.0.2(zod@4.1.12):
dependencies:
zod: 4.1.12
zod@4.1.12: {}