diff --git a/landing-page/package-lock.json b/landing-page/package-lock.json index f578fad4..4d43ea04 100644 --- a/landing-page/package-lock.json +++ b/landing-page/package-lock.json @@ -13,14 +13,14 @@ "lucide-react": "^0.577.0", "next": "16.2.10", "next-themes": "^0.4.6", - "react": "^18", + "react": "^19", "react-dom": "^18", "tailwind-merge": "^3.6.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.3.3", "@types/node": "^26", - "@types/react": "^18", + "@types/react": "^19", "@types/react-dom": "^18", "gh-pages": "^6.3.0", "postcss": "^8", @@ -1087,17 +1087,13 @@ "undici-types": "~8.3.0" } }, - "node_modules/@types/prop-types": { - "version": "15.7.15", - "dev": true, - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.28", + "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": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -2055,11 +2051,10 @@ "license": "MIT" }, "node_modules/react": { - "version": "18.3.1", + "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/landing-page/package.json b/landing-page/package.json index f5d35fa7..9fbd8345 100644 --- a/landing-page/package.json +++ b/landing-page/package.json @@ -13,13 +13,13 @@ "lucide-react": "^0.577.0", "next": "16.2.10", "next-themes": "^0.4.6", - "react": "^18", + "react": "^19", "react-dom": "^18", "tailwind-merge": "^3.6.0" }, "devDependencies": { "@types/node": "^26", - "@types/react": "^18", + "@types/react": "^19", "@types/react-dom": "^18", "gh-pages": "^6.3.0", "postcss": "^8",