From 59af8581b6826b2895c40482e939c7c2dd7a32f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:08:32 +0000 Subject: [PATCH] Bump next-themes from 0.2.1 to 0.4.1 in /frontend Bumps [next-themes](https://github.com/pacocoursey/next-themes) from 0.2.1 to 0.4.1. - [Release notes](https://github.com/pacocoursey/next-themes/releases) - [Commits](https://github.com/pacocoursey/next-themes/commits/v0.4.1) --- updated-dependencies: - dependency-name: next-themes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 14 ++++++-------- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 103634a..16f151a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "framer-motion": "^11.11.7", "intl-messageformat": "^10.5.14", "next": "14.2.14", - "next-themes": "^0.2.1", + "next-themes": "^0.4.1", "postcss": "8.4.47", "react": "18.3.1", "react-dom": "18.2.0", @@ -12493,14 +12493,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==", - "license": "MIT", + "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": { - "next": "*", - "react": "*", - "react-dom": "*" + "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/@swc/helpers": { diff --git a/frontend/package.json b/frontend/package.json index bac7f16..c6ac95d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "framer-motion": "^11.11.7", "intl-messageformat": "^10.5.14", "next": "14.2.14", - "next-themes": "^0.2.1", + "next-themes": "^0.4.1", "postcss": "8.4.47", "react": "18.3.1", "react-dom": "18.2.0",