Clean up packages and old references to eslint config (#158)

* Update dependencies and configuration files

- Upgrade Lucide React to version 0.475.0
- Update Markdoc to version 0.5.0
- Bump ESLint to version 9.20.0
- Update Tailwind CSS to version 4.0.5
- Add import-in-the-middle to Sentry package
- Remove import-in-the-middle and require-in-the-middle from web app
- Update browserslist configuration
- Remove eslintConfig from web app package.json
- Add ESLint configuration template for package generator
This commit is contained in:
Giancarlo Buomprisco
2025-02-10 10:42:35 +07:00
committed by GitHub
parent 95d27aa85b
commit f5a961f155
17 changed files with 193 additions and 193 deletions

View File

@@ -60,7 +60,7 @@
"@tanstack/react-query": "5.66.0",
"@tanstack/react-table": "^8.20.6",
"date-fns": "^4.1.0",
"lucide-react": "^0.474.0",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.4",
@@ -86,30 +86,17 @@
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "beta",
"dotenv-cli": "^8.0.0",
"import-in-the-middle": "1.12.0",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.0",
"require-in-the-middle": "7.5.0",
"supabase": "^2.9.6",
"tailwindcss": "4.0.3",
"tailwindcss": "4.0.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3"
},
"eslintConfig": {
"root": true,
"extends": [
"@kit/eslint-config/base",
"@kit/eslint-config/nextjs",
"@kit/eslint-config/react",
"@kit/eslint-config/apps"
]
},
"prettier": "@kit/prettier-config",
"browserslist": [
"iOS >= 9",
"Android >= 4.4",
"last 2 versions",
"> 0.2%",
"last 1 versions",
"> 0.7%",
"not dead"
]
}