diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd2b9b7d3..f91907dbb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,8 +79,8 @@ catalogs: specifier: 22.13.10 version: 22.13.10 '@types/react': - specifier: 19.0.11 - version: 19.0.11 + specifier: 19.0.12 + version: 19.0.12 '@types/react-dom': specifier: 19.0.4 version: 19.0.4 @@ -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.0.4(@types/react@19.0.11))(@types/react@19.0.11)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 16.2.0(@testing-library/dom@10.0.0)(@types/react-dom@19.0.4(@types/react@19.0.12))(@types/react@19.0.12)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/jest': specifier: 'catalog:' version: 29.5.14 @@ -277,10 +277,10 @@ importers: version: 22.13.10 '@types/react': specifier: 'catalog:' - version: 19.0.11 + version: 19.0.12 '@types/react-dom': specifier: 'catalog:' - version: 19.0.4(@types/react@19.0.11) + version: 19.0.4(@types/react@19.0.12) '@vitejs/plugin-react': specifier: 'catalog:' version: 4.3.4(vite@6.2.2(@types/node@22.13.10)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)) @@ -2003,8 +2003,8 @@ packages: peerDependencies: '@types/react': ^19.0.0 - '@types/react@19.0.11': - resolution: {integrity: sha512-vrdxRZfo9ALXth6yPfV16PYTLZwsUWhVjjC+DkfE5t1suNSbBrWC9YqSuuxJZ8Ps6z1o2ycRpIqzZJIgklq4Tw==} + '@types/react@19.0.12': + resolution: {integrity: sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -6254,15 +6254,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.0.4(@types/react@19.0.11))(@types/react@19.0.11)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@testing-library/react@16.2.0(@testing-library/dom@10.0.0)(@types/react-dom@19.0.4(@types/react@19.0.12))(@types/react@19.0.12)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@testing-library/dom': 10.0.0 react: 19.0.0 react-dom: 19.0.0(react@19.0.0) optionalDependencies: - '@types/react': 19.0.11 - '@types/react-dom': 19.0.4(@types/react@19.0.11) + '@types/react': 19.0.12 + '@types/react-dom': 19.0.4(@types/react@19.0.12) '@tootallnate/once@2.0.0': optional: true @@ -6323,11 +6323,11 @@ snapshots: '@types/normalize-package-data@2.4.4': {} - '@types/react-dom@19.0.4(@types/react@19.0.11)': + '@types/react-dom@19.0.4(@types/react@19.0.12)': dependencies: - '@types/react': 19.0.11 + '@types/react': 19.0.12 - '@types/react@19.0.11': + '@types/react@19.0.12': dependencies: csstype: 3.1.3 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a2f1ea91a..43f40324b 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.13.10 - "@types/react": 19.0.11 + "@types/react": 19.0.12 "@types/react-dom": 19.0.4 "@typescript-eslint/eslint-plugin": 8.26.1 "@typescript-eslint/parser": 8.26.1