diff --git a/package-lock.json b/package-lock.json index f174ca8..9a22893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,14 +15,14 @@ "lucide-react": "^0.477.0", "next": "15.2.1", "next-themes": "^0.4.4", - "react": "^18.3.1", + "react": "^19.0.0", "react-dom": "^18.3.1", "tailwind-merge": "^3.0.2", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^20.17.10", - "@types/react": "^18.3.17", + "@types/react": "^19.0.10", "@types/react-dom": "^18.3.5", "eslint": "^8.57.1", "eslint-config-next": "14.2.16", @@ -1404,21 +1404,13 @@ "undici-types": "~6.19.2" } }, - "node_modules/@types/prop-types": { - "version": "15.7.14", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz", - "integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==", - "devOptional": true, - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.17", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.17.tgz", - "integrity": "sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw==", + "version": "19.0.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz", + "integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==", "devOptional": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -5041,13 +5033,10 @@ "license": "MIT" }, "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.0.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", + "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index d893c5e..ba86584 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,14 @@ "lucide-react": "^0.477.0", "next": "15.2.1", "next-themes": "^0.4.4", - "react": "^18.3.1", + "react": "^19.0.0", "react-dom": "^18.3.1", "tailwind-merge": "^3.0.2", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^20.17.10", - "@types/react": "^18.3.17", + "@types/react": "^19.0.10", "@types/react-dom": "^18.3.5", "eslint": "^8.57.1", "eslint-config-next": "14.2.16",