diff --git a/package-lock.json b/package-lock.json index 457b8f6..387cec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "clsx": "^2.1.0", "drizzle-orm": "^0.28.6", "next": "^14.0.3", - "next-themes": "^0.2.1", + "next-themes": "^0.3.0", "pusher": "^5.2.0", "pusher-js": "^8.4.0-rc2", "qrcode.react": "^3.1.0", @@ -4908,13 +4908,12 @@ } }, "node_modules/next-themes": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.2.1.tgz", - "integrity": "sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.3.0.tgz", + "integrity": "sha512-/QHIrsYpd6Kfk7xakK4svpDI5mmXP0gfvCoJdGpZQ2TOrQZmsW0QxjaiLn8wbIKjtm4BTSqLoix4lxYYOnLJ/w==", "peerDependencies": { - "next": "*", - "react": "*", - "react-dom": "*" + "react": "^16.8 || ^17 || ^18", + "react-dom": "^16.8 || ^17 || ^18" } }, "node_modules/next-tick": { diff --git a/package.json b/package.json index 63e5d7c..a003983 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "clsx": "^2.1.0", "drizzle-orm": "^0.28.6", "next": "^14.0.3", - "next-themes": "^0.2.1", + "next-themes": "^0.3.0", "pusher": "^5.2.0", "pusher-js": "^8.4.0-rc2", "qrcode.react": "^3.1.0",