From 3d8c301402fe8ea4da328a48e37788b58e40b0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:37:29 +0000 Subject: [PATCH] :arrow_up: Bump next-themes from 0.3.0 to 0.4.4 Bumps [next-themes](https://github.com/pacocoursey/next-themes) from 0.3.0 to 0.4.4. - [Release notes](https://github.com/pacocoursey/next-themes/releases) - [Commits](https://github.com/pacocoursey/next-themes/compare/v0.3.0...v0.4.4) --- updated-dependencies: - dependency-name: next-themes dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/website/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 1a4a9ece3d..4bcde73cd6 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -39,7 +39,7 @@ "next": "^14.2.15", "next-pwa": "^5.6.0", "next-sitemap": "^4.2.3", - "next-themes": "^0.3.0", + "next-themes": "^0.4.4", "node-mocks-http": "^1.16.1", "prettier": "3.3.3", "prop-types": "^15.8.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 90c29e8251..3e5c09cb51 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,8 +117,8 @@ importers: specifier: ^4.2.3 version: 4.2.3(next@14.2.15) next-themes: - specifier: ^0.3.0 - version: 0.3.0(react-dom@18.3.1)(react@18.3.1) + specifier: ^0.4.4 + version: 0.4.4(react-dom@18.3.1)(react@18.3.1) node-mocks-http: specifier: ^1.16.1 version: 1.16.1 @@ -6645,11 +6645,11 @@ packages: next: 14.2.15(@babel/core@7.22.11)(react-dom@18.3.1)(react@18.3.1) dev: true - /next-themes@0.3.0(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-/QHIrsYpd6Kfk7xakK4svpDI5mmXP0gfvCoJdGpZQ2TOrQZmsW0QxjaiLn8wbIKjtm4BTSqLoix4lxYYOnLJ/w==} + /next-themes@0.4.4(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-LDQ2qIOJF0VnuVrrMSMLrWGjRMkq+0mpgl6e0juCLqdJ+oo8Q84JRWT6Wh11VDQKkMMe+dVzDKLWs5n87T+PkQ==} 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 dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1)