diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c87c464ae..1eea63e3d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,11 +79,11 @@ catalogs: specifier: 22.14.1 version: 22.14.1 '@types/react': - specifier: 19.1.2 - version: 19.1.2 + specifier: 19.1.3 + version: 19.1.3 '@types/react-dom': - specifier: 19.1.2 - version: 19.1.2 + specifier: 19.1.3 + version: 19.1.3 '@typescript-eslint/eslint-plugin': specifier: 8.31.0 version: 8.31.0 @@ -268,7 +268,7 @@ importers: version: 6.6.3 '@testing-library/react': specifier: 'catalog:' - version: 16.3.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) + version: 16.3.0(@testing-library/dom@10.0.0)(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(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.2 + version: 19.1.3 '@types/react-dom': specifier: 'catalog:' - version: 19.1.2(@types/react@19.1.2) + version: 19.1.3(@types/react@19.1.3) '@vitejs/plugin-react': specifier: 'catalog:' version: 4.4.1(vite@6.3.3(@types/node@22.14.1)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)) @@ -2050,13 +2050,13 @@ packages: '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} - '@types/react-dom@19.1.2': - resolution: {integrity: sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==} + '@types/react-dom@19.1.3': + resolution: {integrity: sha512-rJXC08OG0h3W6wDMFxQrZF00Kq6qQvw0djHRdzl3U5DnIERz0MRce3WVc7IS6JYBwtaP/DwYtRRjVlvivNveKg==} peerDependencies: '@types/react': ^19.0.0 - '@types/react@19.1.2': - resolution: {integrity: sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==} + '@types/react@19.1.3': + resolution: {integrity: sha512-dLWQ+Z0CkIvK1J8+wrDPwGxEYFA4RAyHoZPxHVGspYmFVnwGSNT24cGIhFJrtfRnWVuW8X7NO52gCXmhkVUWGQ==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -6522,15 +6522,15 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@16.3.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)': + '@testing-library/react@16.3.0(@testing-library/dom@10.0.0)(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: '@babel/runtime': 7.26.9 '@testing-library/dom': 10.0.0 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) optionalDependencies: - '@types/react': 19.1.2 - '@types/react-dom': 19.1.2(@types/react@19.1.2) + '@types/react': 19.1.3 + '@types/react-dom': 19.1.3(@types/react@19.1.3) '@tootallnate/once@2.0.0': optional: true @@ -6596,11 +6596,11 @@ snapshots: '@types/normalize-package-data@2.4.4': {} - '@types/react-dom@19.1.2(@types/react@19.1.2)': + '@types/react-dom@19.1.3(@types/react@19.1.3)': dependencies: - '@types/react': 19.1.2 + '@types/react': 19.1.3 - '@types/react@19.1.2': + '@types/react@19.1.3': dependencies: csstype: 3.1.3 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 00bc6392d..dc2d89c60 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -25,8 +25,8 @@ catalog: "@testing-library/react": 16.3.0 "@types/jest": 29.5.14 "@types/node": 22.14.1 - "@types/react": 19.1.2 - "@types/react-dom": 19.1.2 + "@types/react": 19.1.3 + "@types/react-dom": 19.1.3 "@typescript-eslint/eslint-plugin": 8.31.0 "@typescript-eslint/parser": 8.31.0 "@vitejs/plugin-react": 4.4.1