From cef8fdf8086f1a78029531599fddc37742e39217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:34:33 +0000 Subject: [PATCH] chore(deps-dev): bump react and @types/react Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.2.4 to 19.2.8 - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `@types/react` from 19.2.14 to 19.2.18 - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: "@types/react" dependency-version: 19.2.18 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00d3339..23ae042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@divriots/jampack": "^0.34.0", "@tailwindcss/typography": "^0.5.20", "@types/github-slugger": "^2.0.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.18", "@typescript-eslint/parser": "^8.67.0", "astro-eslint-parser": "^3.0.0", "commitizen": "^4.3.2", @@ -42,7 +42,7 @@ "prettier": "^3.8.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.7.2", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.4" } }, @@ -3928,9 +3928,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "dev": true, "license": "MIT", "dependencies": { @@ -11440,9 +11440,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 6aa3655..2667794 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@divriots/jampack": "^0.34.0", "@tailwindcss/typography": "^0.5.20", "@types/github-slugger": "^2.0.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.18", "@typescript-eslint/parser": "^8.67.0", "astro-eslint-parser": "^3.0.0", "commitizen": "^4.3.2", @@ -50,7 +50,7 @@ "prettier": "^3.8.2", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.7.2", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.4" }, "config": {