From 9f60a3c7e689d7126a51167c78a29775202a33b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:29:54 +0000 Subject: [PATCH] chore(deps): bump next-themes from 0.3.0 to 0.4.6 Bumps [next-themes](https://github.com/pacocoursey/next-themes) from 0.3.0 to 0.4.6. - [Release notes](https://github.com/pacocoursey/next-themes/releases) - [Commits](https://github.com/pacocoursey/next-themes/compare/v0.3.0...v0.4.6) --- updated-dependencies: - dependency-name: next-themes dependency-version: 0.4.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c905294..ba309ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "framer-motion": "^11.11.11", "lucide-react": "^0.469.0", "next": "^14.2.35", - "next-themes": "^0.3.0", + "next-themes": "^0.4.6", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "^7.53.1", @@ -6804,13 +6804,13 @@ } }, "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.6", + "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz", + "integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==", "license": "MIT", "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 22d167b..a17eb19 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "framer-motion": "^11.11.11", "lucide-react": "^0.469.0", "next": "^14.2.35", - "next-themes": "^0.3.0", + "next-themes": "^0.4.6", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "^7.53.1",