chore(deps): pin dependencies
All checks were successful
Lint / Lint and Check (push) Successful in 1m4s

This commit is contained in:
2025-07-19 00:06:53 +00:00
parent b02f5e6364
commit 92a27f544b
2 changed files with 18 additions and 18 deletions

View File

@@ -43,25 +43,25 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@next/eslint-plugin-next": "^15.4.1",
"@eslint/js": "9.31.0",
"@next/eslint-plugin-next": "15.4.1",
"@tailwindcss/postcss": "4.1.11",
"@types/node": "22.16.3",
"@types/pg": "^8.15.4",
"@types/pg": "8.15.4",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"drizzle-kit": "^0.31.4",
"@typescript-eslint/eslint-plugin": "8.37.0",
"@typescript-eslint/parser": "8.37.0",
"drizzle-kit": "0.31.4",
"eslint": "9.31.0",
"eslint-config-next": "15.4.1",
"postcss": "8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"tailwindcss": "4.1.11",
"turbo": "2.5.4",
"typescript": "5.8.3",
"typescript-eslint": "^8.37.0"
"typescript-eslint": "8.37.0"
},
"packageManager": "pnpm@10.13.1"
}