diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index c54276c4e..c83653443 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -14,7 +14,6 @@ }, "dependencies": { "@next/eslint-plugin-next": "^14.2.3", - "@tanstack/react-table": "^8.16.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/eslint": "^8.56.10", "@typescript-eslint/eslint-plugin": "^7.8.0", @@ -23,10 +22,7 @@ "eslint-config-turbo": "^1.13.3", "eslint-plugin-import": "^2.29.1", "eslint-plugin-react": "^7.34.1", - "eslint-plugin-react-hooks": "^4.6.2", - "next": "14.2.3", - "tailwind-merge": "^2.3.0", - "zod": "^3.23.6" + "eslint-plugin-react-hooks": "^4.6.2" }, "devDependencies": { "@kit/prettier-config": "workspace:^", diff --git a/tooling/prettier/package.json b/tooling/prettier/package.json index ef970072a..61995f51d 100644 --- a/tooling/prettier/package.json +++ b/tooling/prettier/package.json @@ -13,9 +13,7 @@ "@tanstack/react-table": "^8.16.0", "next": "14.2.3", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.14", - "tailwind-merge": "^2.3.0", - "zod": "^3.23.6" + "prettier-plugin-tailwindcss": "^0.5.14" }, "devDependencies": { "@kit/tsconfig": "workspace:^", diff --git a/tooling/tailwind/package.json b/tooling/tailwind/package.json index 2510debba..a227590a3 100644 --- a/tooling/tailwind/package.json +++ b/tooling/tailwind/package.json @@ -14,14 +14,11 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@tanstack/react-table": "^8.16.0", "autoprefixer": "^10.4.19", "next": "14.2.3", "postcss": "8.4.38", - "tailwind-merge": "^2.3.0", "tailwindcss": "3.4.3", - "tailwindcss-animate": "^1.0.7", - "zod": "^3.23.6" + "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@kit/eslint-config": "workspace:^", diff --git a/tooling/typescript/package.json b/tooling/typescript/package.json index 1f9805936..76aa2c7bf 100644 --- a/tooling/typescript/package.json +++ b/tooling/typescript/package.json @@ -4,11 +4,5 @@ "version": "0.1.0", "files": [ "base.json" - ], - "dependencies": { - "@tanstack/react-table": "^8.16.0", - "next": "14.2.3", - "tailwind-merge": "^2.3.0", - "zod": "^3.23.6" - } + ] }