Update eslint and tailwind (#515)

This commit is contained in:
Eduard Gert
2025-11-27 17:38:18 +01:00
committed by GitHub
parent 0661cbf9f4
commit 47db655e9f
2 changed files with 2400 additions and 2802 deletions

5196
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -56,7 +56,6 @@
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"elkjs": "^0.10.0", "elkjs": "^0.10.0",
"eslint": "^8",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-simple-import-sort": "^10.0.0",
"flowbite": "^1.8.1", "flowbite": "^1.8.1",
@@ -90,9 +89,10 @@
"@faker-js/faker": "^9.5.1", "@faker-js/faker": "^9.5.1",
"@types/chroma-js": "^3.1.1", "@types/chroma-js": "^3.1.1",
"@types/js-cookie": "^3.0.6", "@types/js-cookie": "^3.0.6",
"eslint-config-next": "^14.2.28", "eslint": "^9.39.1",
"eslint-config-next": "^16.0.5",
"postcss": "^8", "postcss": "^8",
"prettier": "3.0.3", "prettier": "3.0.3",
"tailwindcss": "^3" "tailwindcss": "^3.4.17"
} }
} }