From 7b671296448835762b73838790fb544e4086f8ec Mon Sep 17 00:00:00 2001 From: Niloofar Date: Mon, 16 Oct 2023 15:13:37 +0800 Subject: [PATCH] build: update package.json file --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8822166494..1e4d780ed4 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,8 @@ "lint-staged": "^15.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "@testing-library/jest-dom": "^6.1.3", - "@testing-library/react": "^14.0.0", "tailwind-merge": "^1.14.0", - "tailwindcss-animate": "^1.0.7", - "vitest": "^0.34.5", - "@vitejs/plugin-react": "^4.0.3" + "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@commitlint/cli": "^17.8.0", @@ -40,10 +36,13 @@ "@storybook/react": "^7.4.6", "@storybook/react-vite": "^7.4.6", "@storybook/testing-library": "^0.2.2", + "@testing-library/jest-dom": "^6.1.3", + "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", "@types/node": "^20.6.3", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", + "@vitejs/plugin-react": "^4.0.3", "@vitest/coverage-v8": "^0.34.6", "autoprefixer": "^10.4.16", "eslint-plugin-react-refresh": "^0.4.3", @@ -56,6 +55,7 @@ "storybook": "^7.4.6", "tailwindcss": "^3.3.3", "typescript": "^5.0.2", - "vite": "^4.4.5" + "vite": "^4.4.5", + "vitest": "^0.34.5" } }