diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07da8a364..e44a5bc99 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.10 - version: 19.0.10 + specifier: 19.0.11 + version: 19.0.11 '@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.10))(@types/react@19.0.10)(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.11))(@types/react@19.0.11)(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.10 + version: 19.0.11 '@types/react-dom': specifier: 'catalog:' - version: 19.0.4(@types/react@19.0.10) + version: 19.0.4(@types/react@19.0.11) '@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.10': - resolution: {integrity: sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==} + '@types/react@19.0.11': + resolution: {integrity: sha512-vrdxRZfo9ALXth6yPfV16PYTLZwsUWhVjjC+DkfE5t1suNSbBrWC9YqSuuxJZ8Ps6z1o2ycRpIqzZJIgklq4Tw==} '@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.10))(@types/react@19.0.10)(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.11))(@types/react@19.0.11)(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.10 - '@types/react-dom': 19.0.4(@types/react@19.0.10) + '@types/react': 19.0.11 + '@types/react-dom': 19.0.4(@types/react@19.0.11) '@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.10)': + '@types/react-dom@19.0.4(@types/react@19.0.11)': dependencies: - '@types/react': 19.0.10 + '@types/react': 19.0.11 - '@types/react@19.0.10': + '@types/react@19.0.11': dependencies: csstype: 3.1.3 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9126e9d9e..99dd0fab7 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.10 + "@types/react": 19.0.11 "@types/react-dom": 19.0.4 "@typescript-eslint/eslint-plugin": 8.26.1 "@typescript-eslint/parser": 8.26.1