Compare commits

...

2 Commits

Author SHA1 Message Date
d888565bfc chore(deps): update dependency turbo to v2.5.3
All checks were successful
Check / Lint and Check (push) Successful in 47s
2025-05-09 11:47:04 +02:00
cf7cafdf67 chore(deps): update dependency eslint to v9 2025-05-09 11:45:31 +02:00
2 changed files with 908 additions and 226 deletions

1130
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,12 +36,12 @@
"@types/node": "22.15.17", "@types/node": "22.15.17",
"@types/react": "19.1.3", "@types/react": "19.1.3",
"@types/react-dom": "19.1.3", "@types/react-dom": "19.1.3",
"eslint": "8.57.1", "eslint": "9.26.0",
"eslint-config-next": "15.3.2", "eslint-config-next": "15.3.2",
"eslint-config-prettier": "^10.0.2", "eslint-config-prettier": "^10.0.2",
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "3.4.13", "tailwindcss": "3.4.13",
"turbo": "2.1.3", "turbo": "2.5.3",
"typescript": "5.8.3" "typescript": "5.8.3"
}, },
"packageManager": "npm@11.3.0" "packageManager": "npm@11.3.0"