From 3c5b776f6d8ea8ea14a8c59be6cae181925f4260 Mon Sep 17 00:00:00 2001 From: Aayush Kapoor Date: Sun, 22 Nov 2020 04:53:11 +0530 Subject: [PATCH] v2.3.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d68054..bf69afd 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,13 @@ }, "dependencies": { "@assortment/darkmodejs": "^1.2.0", - "@types/react-dom": "^17.0.0", "nookies": "^2.5.0" }, "description": "Enable dark mode for Next.js", "devDependencies": { "@types/cookie": "^0.4.0", "@types/react": "^17.0.0", + "@types/react-dom": "^17.0.0", "@typescript-eslint/eslint-plugin": "^4.8.1", "@typescript-eslint/parser": "^4.8.1", "concurrently": "^5.3.0", @@ -51,5 +51,5 @@ }, "source": "src/index.tsx", "types": "es6/index.d.ts", - "version": "2.3.1" + "version": "2.3.2" }