diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e0df58a55..61f23b979 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,8 +79,8 @@ catalogs: specifier: 22.14.1 version: 22.14.1 '@types/react': - specifier: 19.1.0 - version: 19.1.0 + specifier: 19.1.2 + version: 19.1.2 '@types/react-dom': specifier: 19.1.2 version: 19.1.2 @@ -268,7 +268,7 @@ importers: version: 6.6.3 '@testing-library/react': specifier: 'catalog:' - version: 16.2.0(@testing-library/dom@10.0.0)(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 16.2.0(@testing-library/dom@10.0.0)(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@types/jest': specifier: 'catalog:' version: 29.5.14 @@ -277,10 +277,10 @@ importers: version: 22.14.1 '@types/react': specifier: 'catalog:' - version: 19.1.0 + version: 19.1.2 '@types/react-dom': specifier: 'catalog:' - version: 19.1.2(@types/react@19.1.0) + version: 19.1.2(@types/react@19.1.2) '@vitejs/plugin-react': specifier: 'catalog:' version: 4.3.4(vite@6.2.2(@types/node@22.14.1)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)) @@ -2051,8 +2051,8 @@ packages: peerDependencies: '@types/react': ^19.0.0 - '@types/react@19.1.0': - resolution: {integrity: sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==} + '@types/react@19.1.2': + resolution: {integrity: sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -6486,15 +6486,15 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@16.2.0(@testing-library/dom@10.0.0)(@types/react-dom@19.1.2(@types/react@19.1.0))(@types/react@19.1.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@testing-library/react@16.2.0(@testing-library/dom@10.0.0)(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@babel/runtime': 7.26.0 '@testing-library/dom': 10.0.0 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.0 - '@types/react-dom': 19.1.2(@types/react@19.1.0) + '@types/react': 19.1.2 + '@types/react-dom': 19.1.2(@types/react@19.1.2) '@tootallnate/once@2.0.0': optional: true @@ -6560,11 +6560,11 @@ snapshots: '@types/normalize-package-data@2.4.4': {} - '@types/react-dom@19.1.2(@types/react@19.1.0)': + '@types/react-dom@19.1.2(@types/react@19.1.2)': dependencies: - '@types/react': 19.1.0 + '@types/react': 19.1.2 - '@types/react@19.1.0': + '@types/react@19.1.2': dependencies: csstype: 3.1.3 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a86082954..0a6f559e2 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -25,7 +25,7 @@ catalog: "@testing-library/react": 16.2.0 "@types/jest": 29.5.14 "@types/node": 22.14.1 - "@types/react": 19.1.0 + "@types/react": 19.1.2 "@types/react-dom": 19.1.2 "@typescript-eslint/eslint-plugin": 8.29.1 "@typescript-eslint/parser": 8.29.1