Update various package versions

Several of the package versions across the project have been updated. These include, among others, "typescript" in tailwind, "lucide-react" in team-accounts, billing, auth, and web, "@keystatic/core" in cms/keystatic, and "@playwright/test" in e2e. Other altered versions include those of "supabase" and "eslint" in web, along with numerous changes in the lock file.
This commit is contained in:
gbuomprisco
2024-07-23 10:30:04 +02:00
parent 84f838d3a1
commit 24c2ea2d27
15 changed files with 1102 additions and 1111 deletions

View File

@@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.45.2",
"@playwright/test": "^1.45.3",
"@types/node": "^20.14.11",
"node-html-parser": "^6.1.13"
}

View File

@@ -60,7 +60,7 @@
"@tanstack/react-query-next-experimental": "^5.51.11",
"@tanstack/react-table": "^8.19.3",
"date-fns": "^3.6.0",
"lucide-react": "^0.412.0",
"lucide-react": "^0.414.0",
"next": "14.2.5",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
@@ -87,9 +87,9 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"supabase": "^1.183.5",
"supabase": "^1.187.3",
"tailwindcss": "3.4.6",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"eslintConfig": {
"root": true,