From b151009a113cfcb60f0aecfe05389fe3b253dfdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:53:35 +0000 Subject: [PATCH] chore(deps): 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 18.3.1 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [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 18.3.31 to 19.2.18 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-version: 19.2.18 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 156 ++++++++++++++++++++++------------------------ package.json | 4 +- 2 files changed, 75 insertions(+), 85 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0abf00b..001e310 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "gray-matter": "^4.0.3", "gsap": "^3.15.0", "prismjs": "^1.30.0", - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "tailwind-merge": "^3.6.0" }, @@ -35,7 +35,7 @@ "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.20", "@types/node": "^22.0.0", - "@types/react": "^18.3.0", + "@types/react": "^19.2.18", "@types/react-dom": "^18.3.0", "chrome-launcher": "^1.2.1", "eslint": "^10.4.1", @@ -3103,20 +3103,6 @@ "parcel": "2.x" } }, - "node_modules/@gatsbyjs/reach-router": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@gatsbyjs/reach-router/-/reach-router-2.0.1.tgz", - "integrity": "sha512-gmSZniS9/phwgEgpFARMpNg21PkYDZEpfgEzvkgpE/iku4uvXqCrxr86fXbTpI9mkrhKS1SCTYmLGe60VdHcdQ==", - "license": "MIT", - "dependencies": { - "invariant": "^2.2.4", - "prop-types": "^15.8.1" - }, - "peerDependencies": { - "react": "18.x", - "react-dom": "18.x" - } - }, "node_modules/@gatsbyjs/webpack-hot-middleware": { "version": "2.25.3", "resolved": "https://registry.npmjs.org/@gatsbyjs/webpack-hot-middleware/-/webpack-hot-middleware-2.25.3.tgz", @@ -6981,12 +6967,6 @@ "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", "license": "MIT" }, - "node_modules/@types/prop-types": { - "version": "15.7.15", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", - "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", - "license": "MIT" - }, "node_modules/@types/reach__router": { "version": "1.3.15", "resolved": "https://registry.npmjs.org/@types/reach__router/-/reach__router-1.3.15.tgz", @@ -6997,12 +6977,11 @@ } }, "node_modules/@types/react": { - "version": "18.3.31", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.31.tgz", - "integrity": "sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -13737,25 +13716,6 @@ "url": "https://opencollective.com/core-js" } }, - "node_modules/gatsby-link": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.16.0.tgz", - "integrity": "sha512-1drjKlnH9Si54npVsAnT46uW7fM7xT1ISgxzMZenhoSfAZYE0ZVqu9BbOJnj784YYLVo9t7YLzQrzP8VMHBFqQ==", - "license": "MIT", - "dependencies": { - "@types/reach__router": "^1.3.10", - "gatsby-page-utils": "^3.16.0", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=18.0.0 <26" - }, - "peerDependencies": { - "@gatsbyjs/reach-router": "^2.0.0", - "react": "^18.0.0 || ^19.0.0 || ^0.0.0", - "react-dom": "^18.0.0 || ^19.0.0 || ^0.0.0" - } - }, "node_modules/gatsby-page-utils": { "version": "3.16.0", "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-3.16.0.tgz", @@ -14077,24 +14037,6 @@ "gatsby": "^4.0.0 || ^5.0.0" } }, - "node_modules/gatsby-react-router-scroll": { - "version": "6.16.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-6.16.0.tgz", - "integrity": "sha512-VtbO98hc73gUyri1wRSQWGT/ENkrvVrlryKA3Xic2rFxcmup4gz2ZWR0zQ8EWJb3Nw/k9toGPd5FnXG3Fp7DuA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.20.13", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=18.0.0 <26" - }, - "peerDependencies": { - "@gatsbyjs/reach-router": "^2.0.0", - "react": "^18.0.0 || ^19.0.0 || ^0.0.0", - "react-dom": "^18.0.0 || ^19.0.0 || ^0.0.0" - } - }, "node_modules/gatsby-remark-prismjs": { "version": "7.16.0", "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-7.16.0.tgz", @@ -14113,20 +14055,6 @@ "prismjs": "^1.15.0" } }, - "node_modules/gatsby-script": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/gatsby-script/-/gatsby-script-2.16.0.tgz", - "integrity": "sha512-NvHn87O+/pFszK75FSR5Na00V36+ZrZH4CTaWa8iosqH/oIyH5RXrpEajGkz4tg5SG/oH/KFNcsCFWOSo8rGlg==", - "license": "MIT", - "engines": { - "node": ">=18.0.0 <26" - }, - "peerDependencies": { - "@gatsbyjs/reach-router": "^2.0.0", - "react": "^18.0.0 || ^19.0.0 || ^0.0.0", - "react-dom": "^18.0.0 || ^19.0.0 || ^0.0.0" - } - }, "node_modules/gatsby-sharp": { "version": "1.16.0", "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.16.0.tgz", @@ -14254,6 +14182,20 @@ "semver": "bin/semver.js" } }, + "node_modules/gatsby/node_modules/@gatsbyjs/reach-router": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@gatsbyjs/reach-router/-/reach-router-2.0.1.tgz", + "integrity": "sha512-gmSZniS9/phwgEgpFARMpNg21PkYDZEpfgEzvkgpE/iku4uvXqCrxr86fXbTpI9mkrhKS1SCTYmLGe60VdHcdQ==", + "license": "MIT", + "dependencies": { + "invariant": "^2.2.4", + "prop-types": "^15.8.1" + }, + "peerDependencies": { + "react": "18.x", + "react-dom": "18.x" + } + }, "node_modules/gatsby/node_modules/@types/eslint": { "version": "7.29.0", "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz", @@ -14919,6 +14861,57 @@ "node": "^10.12.0 || >=12.0.0" } }, + "node_modules/gatsby/node_modules/gatsby-link": { + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.16.0.tgz", + "integrity": "sha512-1drjKlnH9Si54npVsAnT46uW7fM7xT1ISgxzMZenhoSfAZYE0ZVqu9BbOJnj784YYLVo9t7YLzQrzP8VMHBFqQ==", + "license": "MIT", + "dependencies": { + "@types/reach__router": "^1.3.10", + "gatsby-page-utils": "^3.16.0", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=18.0.0 <26" + }, + "peerDependencies": { + "@gatsbyjs/reach-router": "^2.0.0", + "react": "^18.0.0 || ^19.0.0 || ^0.0.0", + "react-dom": "^18.0.0 || ^19.0.0 || ^0.0.0" + } + }, + "node_modules/gatsby/node_modules/gatsby-react-router-scroll": { + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-6.16.0.tgz", + "integrity": "sha512-VtbO98hc73gUyri1wRSQWGT/ENkrvVrlryKA3Xic2rFxcmup4gz2ZWR0zQ8EWJb3Nw/k9toGPd5FnXG3Fp7DuA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.13", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=18.0.0 <26" + }, + "peerDependencies": { + "@gatsbyjs/reach-router": "^2.0.0", + "react": "^18.0.0 || ^19.0.0 || ^0.0.0", + "react-dom": "^18.0.0 || ^19.0.0 || ^0.0.0" + } + }, + "node_modules/gatsby/node_modules/gatsby-script": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/gatsby-script/-/gatsby-script-2.16.0.tgz", + "integrity": "sha512-NvHn87O+/pFszK75FSR5Na00V36+ZrZH4CTaWa8iosqH/oIyH5RXrpEajGkz4tg5SG/oH/KFNcsCFWOSo8rGlg==", + "license": "MIT", + "engines": { + "node": ">=18.0.0 <26" + }, + "peerDependencies": { + "@gatsbyjs/reach-router": "^2.0.0", + "react": "^18.0.0 || ^19.0.0 || ^0.0.0", + "react-dom": "^18.0.0 || ^19.0.0 || ^0.0.0" + } + }, "node_modules/gatsby/node_modules/glob-parent": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", @@ -21910,13 +21903,10 @@ } }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 57733e1..4f108ef 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "gray-matter": "^4.0.3", "gsap": "^3.15.0", "prismjs": "^1.30.0", - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "tailwind-merge": "^3.6.0" }, @@ -53,7 +53,7 @@ "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.20", "@types/node": "^22.0.0", - "@types/react": "^18.3.0", + "@types/react": "^19.2.18", "@types/react-dom": "^18.3.0", "chrome-launcher": "^1.2.1", "eslint": "^10.4.1",