From 20b60ce3e3ad9676daebb96afdf50bb68d978568 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 7 Jun 2026 11:11:08 -0700 Subject: [PATCH] Update lockfile and remove @types/fscreen The lockfile was out of sync after dependency changes, causing CI to fail with --frozen-lockfile. Co-Authored-By: Claude Opus 4.6 --- packages/webamp/package.json | 1 - pnpm-lock.yaml | 111 ++--------------------------------- 2 files changed, 6 insertions(+), 106 deletions(-) diff --git a/packages/webamp/package.json b/packages/webamp/package.json index f9187653..fc9a0bb5 100644 --- a/packages/webamp/package.json +++ b/packages/webamp/package.json @@ -83,7 +83,6 @@ "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/classnames": "^2.2.6", - "@types/fscreen": "^1.0.1", "@types/invariant": "^2.2.29", "@types/jest": "^30.0.0", "@types/jszip": "^3.1.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index adbbecf1..b6c72b7e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,19 +74,6 @@ importers: specifier: ^5.6.2 version: 5.6.3 - examples/contained: - dependencies: - webamp: - specifier: ^2.2.0 - version: 2.2.0(@types/react-dom@18.2.24)(@types/react@18.2.74) - devDependencies: - typescript: - specifier: ~5.8.3 - version: 5.8.3 - vite: - specifier: ^7.0.4 - version: 7.0.4(@types/node@24.0.10)(jiti@1.21.7)(lightningcss@1.24.1)(terser@5.43.0) - examples/lazy: dependencies: butterchurn: @@ -342,9 +329,6 @@ importers: '@sentry/browser': specifier: 5.9.1 version: 5.9.1 - ani-cursor: - specifier: workspace:* - version: link:../ani-cursor butterchurn: specifier: 3.0.0-beta.5 version: 3.0.0-beta.5(patch_hash=dn4lya4siqyl4wmtq4serjeoma) @@ -354,9 +338,6 @@ importers: classnames: specifier: ^2.2.5 version: 2.5.1 - fscreen: - specifier: ^1.0.2 - version: 1.2.0 invariant: specifier: ^2.2.3 version: 2.2.4 @@ -402,25 +383,7 @@ importers: tinyqueue: specifier: ^1.2.3 version: 1.2.3 - winamp-eqf: - specifier: workspace:* - version: link:../winamp-eqf devDependencies: - '@babel/plugin-proposal-class-properties': - specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.27.4) - '@babel/plugin-proposal-nullish-coalescing-operator': - specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.27.4) - '@babel/plugin-proposal-object-rest-spread': - specifier: ^7.20.7 - version: 7.20.7(@babel/core@7.27.4) - '@babel/plugin-proposal-optional-chaining': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.27.4) - '@babel/plugin-syntax-dynamic-import': - specifier: ^7.8.3 - version: 7.8.3(@babel/core@7.27.4) '@babel/preset-env': specifier: ^7.25.0 version: 7.27.2(@babel/core@7.27.4) @@ -448,9 +411,6 @@ importers: '@types/classnames': specifier: ^2.2.6 version: 2.3.1 - '@types/fscreen': - specifier: ^1.0.1 - version: 1.0.4 '@types/invariant': specifier: ^2.2.29 version: 2.2.37 @@ -484,6 +444,9 @@ importers: '@typescript-eslint/parser': specifier: ^8.36.0 version: 8.36.0(eslint@8.57.0)(typescript@5.6.3) + ani-cursor: + specifier: workspace:* + version: link:../ani-cursor canvas-mock: specifier: 0.0.0 version: 0.0.0 @@ -550,6 +513,9 @@ importers: vite: specifier: ^5.2.12 version: 5.2.12(@types/node@24.0.10)(lightningcss@1.24.1)(terser@5.43.0) + winamp-eqf: + specifier: workspace:* + version: link:../winamp-eqf packages/webamp-docs: dependencies: @@ -965,34 +931,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-proposal-class-properties@7.18.6': - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6': - resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-proposal-object-rest-spread@7.20.7': - resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-proposal-optional-chaining@7.21.0': - resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} - engines: {node: '>=6.9.0'} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2': resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} @@ -3880,9 +3818,6 @@ packages: '@types/express@5.0.3': resolution: {integrity: sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw==} - '@types/fscreen@1.0.4': - resolution: {integrity: sha512-TsjxyAUvlvuQyao9vNk0yES4nY07K9xoAbkhgXU948JG39EqlLxniWuW9OiZde9Q8ACSpu3fmbXXRAfb/l/HqQ==} - '@types/glob@7.2.0': resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} @@ -14045,38 +13980,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.27.4)': - dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4) - '@babel/helper-plugin-utils': 7.27.1 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.27.4)': - dependencies: - '@babel/core': 7.27.4 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.27.4) - - '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.27.4)': - dependencies: - '@babel/compat-data': 7.27.5 - '@babel/core': 7.27.4 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.27.4) - '@babel/plugin-transform-parameters': 7.27.1(@babel/core@7.27.4) - - '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.27.4)': - dependencies: - '@babel/core': 7.27.4 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.27.4) - transitivePeerDependencies: - - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.4)': dependencies: '@babel/core': 7.27.4 @@ -17534,8 +17437,6 @@ snapshots: '@types/express-serve-static-core': 5.0.6 '@types/serve-static': 1.15.7 - '@types/fscreen@1.0.4': {} - '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2