diff --git a/package-lock.json b/package-lock.json index 8f6c27e..6cbdc3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "framer-motion": "^11.11.10", "next": "^14.2.15", "next-sanity": "^9.5.5", - "next-themes": "^0.3.0", + "next-themes": "^0.4.1", "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "^5.3.0", @@ -10896,12 +10896,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.1", + "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.1.tgz", + "integrity": "sha512-xD3cn42n0f1DFCAOlxJlrGPog+WdhWHObgJ+LTM7J5Bff/uBuq4vn/okSSao7puz7yBLcrELLOQ7F1/9hwycyQ==", "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 508ade8..0693fd8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "framer-motion": "^11.11.10", "next": "^14.2.15", "next-sanity": "^9.5.5", - "next-themes": "^0.3.0", + "next-themes": "^0.4.1", "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "^5.3.0",