From 50e5c2f2ca876d9da6e731868f49d642171f3732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:36:46 +0000 Subject: [PATCH] build(deps): bump next-themes from 0.3.0 to 0.4.3 Bumps [next-themes](https://github.com/pacocoursey/next-themes) from 0.3.0 to 0.4.3. - [Release notes](https://github.com/pacocoursey/next-themes/releases) - [Commits](https://github.com/pacocoursey/next-themes/compare/v0.3.0...v0.4.3) --- updated-dependencies: - dependency-name: next-themes 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 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",