diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 379b2c177..f7078a24b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -85,11 +85,11 @@ catalogs: specifier: 22.18.11 version: 22.18.11 '@types/react': - specifier: 19.2.2 - version: 19.2.2 + specifier: 19.2.5 + version: 19.2.5 '@types/react-dom': - specifier: 19.2.2 - version: 19.2.2 + specifier: 19.2.3 + version: 19.2.3 '@typescript-eslint/eslint-plugin': specifier: 8.43.0 version: 8.43.0 @@ -280,7 +280,7 @@ importers: version: 6.8.0 '@testing-library/react': specifier: 'catalog:' - version: 16.3.0(@testing-library/dom@10.0.0)(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 16.3.0(@testing-library/dom@10.0.0)(@types/react-dom@19.2.3(@types/react@19.2.5))(@types/react@19.2.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@types/jest': specifier: 'catalog:' version: 30.0.0 @@ -289,10 +289,10 @@ importers: version: 22.18.11 '@types/react': specifier: 'catalog:' - version: 19.2.2 + version: 19.2.5 '@types/react-dom': specifier: 'catalog:' - version: 19.2.2(@types/react@19.2.2) + version: 19.2.3(@types/react@19.2.5) '@vitejs/plugin-react': specifier: 'catalog:' version: 5.0.2(vite@7.1.11(@types/node@22.18.11)(jiti@2.4.2)(terser@5.37.0)(yaml@2.8.1)) @@ -2130,13 +2130,13 @@ packages: '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} - '@types/react-dom@19.2.2': - resolution: {integrity: sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==} + '@types/react-dom@19.2.3': + resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==} peerDependencies: '@types/react': ^19.2.0 - '@types/react@19.2.2': - resolution: {integrity: sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==} + '@types/react@19.2.5': + resolution: {integrity: sha512-keKxkZMqnDicuvFoJbzrhbtdLSPhj/rZThDlKWCDbgXmUg0rEUFtRssDXKYmtXluZlIqiC5VqkCgRwzuyLHKHw==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -6661,15 +6661,15 @@ snapshots: picocolors: 1.1.1 redent: 3.0.0 - '@testing-library/react@16.3.0(@testing-library/dom@10.0.0)(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@testing-library/react@16.3.0(@testing-library/dom@10.0.0)(@types/react-dom@19.2.3(@types/react@19.2.5))(@types/react@19.2.5)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': dependencies: '@babel/runtime': 7.27.6 '@testing-library/dom': 10.0.0 react: 19.2.0 react-dom: 19.2.0(react@19.2.0) optionalDependencies: - '@types/react': 19.2.2 - '@types/react-dom': 19.2.2(@types/react@19.2.2) + '@types/react': 19.2.5 + '@types/react-dom': 19.2.3(@types/react@19.2.5) '@tootallnate/once@2.0.0': optional: true @@ -6745,11 +6745,11 @@ snapshots: '@types/normalize-package-data@2.4.4': {} - '@types/react-dom@19.2.2(@types/react@19.2.2)': + '@types/react-dom@19.2.3(@types/react@19.2.5)': dependencies: - '@types/react': 19.2.2 + '@types/react': 19.2.5 - '@types/react@19.2.2': + '@types/react@19.2.5': dependencies: csstype: 3.1.3 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a900fe576..5ea370558 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -28,8 +28,8 @@ catalog: '@testing-library/react': 16.3.0 '@types/jest': 30.0.0 '@types/node': 22.18.11 - '@types/react': 19.2.2 - '@types/react-dom': 19.2.2 + '@types/react': 19.2.5 + '@types/react-dom': 19.2.3 '@typescript-eslint/eslint-plugin': 8.43.0 '@typescript-eslint/parser': 8.43.0 '@vitejs/plugin-react': 5.0.2