diff --git a/package-lock.json b/package-lock.json index 1861a9d..0495fd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "framer-motion": "^11.11.17", "next": "^15.0.3", "next-sanity": "^9.5.5", - "next-themes": "^0.3.0", + "next-themes": "^0.4.3", "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "^5.3.0", @@ -11268,12 +11268,12 @@ } }, "node_modules/next-themes": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.3.0.tgz", - "integrity": "sha512-/QHIrsYpd6Kfk7xakK4svpDI5mmXP0gfvCoJdGpZQ2TOrQZmsW0QxjaiLn8wbIKjtm4BTSqLoix4lxYYOnLJ/w==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.3.tgz", + "integrity": "sha512-nG84VPkTdUHR2YeD89YchvV4I9RbiMAql3GiLEQlPvq1ioaqPaIReK+yMRdg/zgiXws620qS1rU30TiWmmG9lA==", "peerDependencies": { - "react": "^16.8 || ^17 || ^18", - "react-dom": "^16.8 || ^17 || ^18" + "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc", + "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc" } }, "node_modules/next/node_modules/postcss": { diff --git a/package.json b/package.json index 1a65930..b9c0e97 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "framer-motion": "^11.11.17", "next": "^15.0.3", "next-sanity": "^9.5.5", - "next-themes": "^0.3.0", + "next-themes": "^0.4.3", "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "^5.3.0",