Update package dependencies across multiple modules

The commit updates package dependencies throughout various modules, including the bumping of "lucide-react" from "^0.402.0" to "^0.403.0", as well as "@types/node" from "^20.14.6" to "^20.14.10". The package "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" have also been upgraded from "^7.15.0" to "^7.16.0". This ensures that the latest functionalities and bug fixes from these packages are utilized across the project.
This commit is contained in:
gbuomprisco
2024-07-09 14:43:09 +08:00
parent e8b605968e
commit 03594d4e33
15 changed files with 140 additions and 188 deletions

View File

@@ -59,7 +59,7 @@
"@tanstack/react-query-next-experimental": "^5.50.1",
"@tanstack/react-table": "^8.19.2",
"date-fns": "^3.6.0",
"lucide-react": "^0.402.0",
"lucide-react": "^0.403.0",
"next": "14.2.4",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
@@ -79,14 +79,14 @@
"@kit/tsconfig": "workspace:^",
"@next/bundle-analyzer": "14.2.4",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.6",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"supabase": "^1.178.2",
"supabase": "^1.183.5",
"tailwindcss": "3.4.4",
"typescript": "^5.5.3"
},