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:
@@ -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:^",
|
||||
|
||||
Reference in New Issue
Block a user