diff --git a/package-lock.json b/package-lock.json index 69f23bc7..e19cd49b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@giscus/react": "^3.1.0", "@resvg/resvg-js": "^2.6.2", "@tailwindcss/vite": "^4.1.12", - "@types/react": "^19.2.9", + "@types/react": "^19.2.10", "@types/react-dom": "^19.2.1", "astro": "^5.16.15", "dayjs": "^1.11.13", @@ -3128,9 +3128,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.9.tgz", - "integrity": "sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==", + "version": "19.2.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.10.tgz", + "integrity": "sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" diff --git a/package.json b/package.json index 9ab70be6..c4738223 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@giscus/react": "^3.1.0", "@resvg/resvg-js": "^2.6.2", "@tailwindcss/vite": "^4.1.12", - "@types/react": "^19.2.9", + "@types/react": "^19.2.10", "@types/react-dom": "^19.2.1", "astro": "^5.16.15", "dayjs": "^1.11.13", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c0f695ed..e77d6848 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: dependencies: '@astrojs/react': specifier: ^4.4.0 - version: 4.4.0(@types/node@25.0.3)(@types/react-dom@19.2.1(@types/react@19.2.9))(@types/react@19.2.9)(jiti@2.5.1)(lightningcss@1.30.1)(react-dom@19.2.0(react@19.2.4))(react@19.2.4)(yaml@2.8.1) + version: 4.4.0(@types/node@25.0.3)(@types/react-dom@19.2.1(@types/react@19.2.10))(@types/react@19.2.10)(jiti@2.5.1)(lightningcss@1.30.1)(react-dom@19.2.0(react@19.2.4))(react@19.2.4)(yaml@2.8.1) '@astrojs/rss': specifier: ^4.0.13 version: 4.0.13 @@ -27,11 +27,11 @@ importers: specifier: ^4.1.12 version: 4.1.12(vite@6.4.1(@types/node@25.0.3)(jiti@2.5.1)(lightningcss@1.30.1)(yaml@2.8.1)) '@types/react': - specifier: ^19.2.9 - version: 19.2.9 + specifier: ^19.2.10 + version: 19.2.10 '@types/react-dom': specifier: ^19.2.1 - version: 19.2.1(@types/react@19.2.9) + version: 19.2.1(@types/react@19.2.10) astro: specifier: ^5.16.15 version: 5.16.15(@types/node@25.0.3)(jiti@2.5.1)(lightningcss@1.30.1)(rollup@4.57.0)(typescript@5.9.2)(yaml@2.8.1) @@ -1202,8 +1202,8 @@ packages: peerDependencies: '@types/react': ^19.2.0 - '@types/react@19.2.9': - resolution: {integrity: sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==} + '@types/react@19.2.10': + resolution: {integrity: sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==} '@types/sax@1.2.7': resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} @@ -3396,10 +3396,10 @@ snapshots: dependencies: prismjs: 1.30.0 - '@astrojs/react@4.4.0(@types/node@25.0.3)(@types/react-dom@19.2.1(@types/react@19.2.9))(@types/react@19.2.9)(jiti@2.5.1)(lightningcss@1.30.1)(react-dom@19.2.0(react@19.2.4))(react@19.2.4)(yaml@2.8.1)': + '@astrojs/react@4.4.0(@types/node@25.0.3)(@types/react-dom@19.2.1(@types/react@19.2.10))(@types/react@19.2.10)(jiti@2.5.1)(lightningcss@1.30.1)(react-dom@19.2.0(react@19.2.4))(react@19.2.4)(yaml@2.8.1)': dependencies: - '@types/react': 19.2.9 - '@types/react-dom': 19.2.1(@types/react@19.2.9) + '@types/react': 19.2.10 + '@types/react-dom': 19.2.1(@types/react@19.2.10) '@vitejs/plugin-react': 4.7.0(vite@6.3.6(@types/node@25.0.3)(jiti@2.5.1)(lightningcss@1.30.1)(yaml@2.8.1)) react: 19.2.4 react-dom: 19.2.0(react@19.2.4) @@ -4273,11 +4273,11 @@ snapshots: undici-types: 7.16.0 optional: true - '@types/react-dom@19.2.1(@types/react@19.2.9)': + '@types/react-dom@19.2.1(@types/react@19.2.10)': dependencies: - '@types/react': 19.2.9 + '@types/react': 19.2.10 - '@types/react@19.2.9': + '@types/react@19.2.10': dependencies: csstype: 3.2.3