From d952048458bf2b6d932b3fe0fec0f22b397f5409 Mon Sep 17 00:00:00 2001 From: Alder Whiteford Date: Wed, 29 May 2024 08:48:51 -0400 Subject: [PATCH] maybe again --- frontend/dashboard/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/dashboard/package.json b/frontend/dashboard/package.json index 28c98ee8..babf9290 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -22,6 +22,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", + "jest-cli": "^29.7.0", "lucide-react": "^0.379.0", "next": "14.2.3", "react": "^18", @@ -44,8 +45,8 @@ "@types/jest": "^29.5.12", "@types/node": "^20", "@types/react": "^18", - "@types/redux-persist": "^4.3.1", "@types/react-dom": "^18", + "@types/redux-persist": "^4.3.1", "autoprefixer": "^10.4.19", "eslint": "^8", "eslint-config-next": "14.2.3",