diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ec9537d..37c7327 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,8 +7,8 @@ settings: catalogs: default: '@types/react': - specifier: ^19.1.11 - version: 19.1.11 + specifier: ^19.1.12 + version: 19.1.12 '@types/react-dom': specifier: ^19.1.8 version: 19.1.8 @@ -59,10 +59,10 @@ importers: devDependencies: '@types/react': specifier: 'catalog:' - version: 19.1.11 + version: 19.1.12 '@types/react-dom': specifier: 'catalog:' - version: 19.1.8(@types/react@19.1.11) + version: 19.1.8(@types/react@19.1.12) '@vitejs/plugin-react': specifier: 'catalog:' version: 5.0.1(vite@7.1.3(@types/node@24.3.0)(lightningcss@1.29.3)(terser@5.39.0)) @@ -93,10 +93,10 @@ importers: devDependencies: '@types/react': specifier: 'catalog:' - version: 19.1.11 + version: 19.1.12 '@types/react-dom': specifier: 'catalog:' - version: 19.1.8(@types/react@19.1.11) + version: 19.1.8(@types/react@19.1.12) '@vitejs/plugin-react': specifier: 'catalog:' version: 5.0.1(vite@7.1.3(@types/node@24.3.0)(lightningcss@1.29.3)(terser@5.39.0)) @@ -124,10 +124,10 @@ importers: devDependencies: '@types/react': specifier: 'catalog:' - version: 19.1.11 + version: 19.1.12 '@types/react-dom': specifier: 'catalog:' - version: 19.1.8(@types/react@19.1.11) + version: 19.1.8(@types/react@19.1.12) '@vitejs/plugin-react': specifier: 'catalog:' version: 5.0.1(vite@7.1.3(@types/node@24.3.0)(lightningcss@1.29.3)(terser@5.39.0)) @@ -152,16 +152,16 @@ importers: version: 6.8.0 '@testing-library/react': specifier: ^16.3.0 - version: 16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.1.8(@types/react@19.1.11))(@types/react@19.1.11)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + version: 16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.1.8(@types/react@19.1.12))(@types/react@19.1.12)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@types/node': specifier: ^24.3.0 version: 24.3.0 '@types/react': specifier: 'catalog:' - version: 19.1.11 + version: 19.1.12 '@types/react-dom': specifier: 'catalog:' - version: 19.1.8(@types/react@19.1.11) + version: 19.1.8(@types/react@19.1.12) '@types/use-sync-external-store': specifier: ^1.5.0 version: 1.5.0 @@ -647,8 +647,8 @@ packages: peerDependencies: '@types/react': ^19.0.0 - '@types/react@19.1.11': - resolution: {integrity: sha512-lr3jdBw/BGj49Eps7EvqlUaoeA0xpj3pc0RoJkHpYaCHkVK7i28dKyImLQb3JVlqs3aYSXf7qYuWOW/fgZnTXQ==} + '@types/react@19.1.12': + resolution: {integrity: sha512-cMoR+FoAf/Jyq6+Df2/Z41jISvGZZ2eTlnsaJRptmZ76Caldwy1odD4xTr/gNV9VLj0AWgg/nmkevIyUfIIq5w==} '@types/use-sync-external-store@1.5.0': resolution: {integrity: sha512-5dyB8nLC/qogMrlCizZnYWQTA4lnb/v+It+sqNl5YnSRAPMlIqY/X0Xn+gZw8vOL+TgTTr28VEbn3uf8fUtAkw==} @@ -1869,15 +1869,15 @@ snapshots: picocolors: 1.1.1 redent: 3.0.0 - '@testing-library/react@16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.1.8(@types/react@19.1.11))(@types/react@19.1.11)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@testing-library/react@16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.1.8(@types/react@19.1.12))(@types/react@19.1.12)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.28.2 '@testing-library/dom': 10.4.1 react: 19.1.1 react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.11 - '@types/react-dom': 19.1.8(@types/react@19.1.11) + '@types/react': 19.1.12 + '@types/react-dom': 19.1.8(@types/react@19.1.12) '@types/aria-query@5.0.4': {} @@ -1914,11 +1914,11 @@ snapshots: dependencies: undici-types: 7.10.0 - '@types/react-dom@19.1.8(@types/react@19.1.11)': + '@types/react-dom@19.1.8(@types/react@19.1.12)': dependencies: - '@types/react': 19.1.11 + '@types/react': 19.1.12 - '@types/react@19.1.11': + '@types/react@19.1.12': dependencies: csstype: 3.1.3 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4a0df23..a75e355 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,7 +3,7 @@ packages: - examples/* catalog: - "@types/react": "^19.1.11" + "@types/react": "^19.1.12" "@types/react-dom": "^19.1.8" "@vitejs/plugin-react": "^5.0.1" "react": "^19.1.1"