From 0c91a598b231fa7d521ec28be852939ba873b146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:27:57 +0000 Subject: [PATCH] Bump next-themes from 0.2.1 to 0.3.0 Bumps [next-themes](https://github.com/pacocoursey/next-themes) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/pacocoursey/next-themes/releases) - [Commits](https://github.com/pacocoursey/next-themes/commits/v0.3.0) --- updated-dependencies: - dependency-name: next-themes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a28a6b6..5d2f9ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "framer-motion": "^11.0.8", "lucide-react": "^0.363.0", "next": "14.1.0", - "next-themes": "^0.2.1", + "next-themes": "^0.3.0", "react": "^18.2.0", "react-dom": "^18.2.0", "remark": "^15.0.1", @@ -12057,13 +12057,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/no-case": { diff --git a/package.json b/package.json index 99ed9e0..af4169c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "framer-motion": "^11.0.8", "lucide-react": "^0.363.0", "next": "14.1.0", - "next-themes": "^0.2.1", + "next-themes": "^0.3.0", "react": "^18.2.0", "react-dom": "^18.2.0", "remark": "^15.0.1",