Remove unused dependencies from multiple packages
Unused dependencies were removed from the `typescript`, `prettier`, `tailwind`, and `eslint` packages. Updating the `package.json` files for these packages should improve build time and reduce the project's overall disk usage.
This commit is contained in:
@@ -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:^",
|
||||
|
||||
Reference in New Issue
Block a user