8 Commits

Author SHA1 Message Date
26443ef169 fix(deps): update dependency @tanstack/react-query to v5.85.3
All checks were successful
Lint / Lint and Check (push) Successful in 52s
2025-08-16 07:05:07 +00:00
dcfd830afe fix(deps): update radix-ui-primitives monorepo
All checks were successful
Lint / Lint and Check (push) Successful in 58s
2025-08-16 06:05:41 +00:00
6145d4549a chore(deps): update typescript-eslint monorepo to v8.39.1
All checks were successful
Lint / Lint and Check (push) Successful in 1m3s
2025-08-16 05:07:26 +00:00
9c99914c36 chore(deps): update tailwindcss monorepo to v4.1.12
All checks were successful
Lint / Lint and Check (push) Successful in 59s
2025-08-16 04:07:38 +00:00
988535d452 chore(deps): update dependency turbo to v2.5.6
All checks were successful
Lint / Lint and Check (push) Successful in 54s
2025-08-16 03:08:16 +00:00
2ece96f3ca chore(deps): update dependency @types/react to v19.1.10
All checks were successful
Lint / Lint and Check (push) Successful in 50s
2025-08-16 02:13:24 +00:00
a0bdda25bc chore(deps): update dependency @types/node to v22.17.2
All checks were successful
Lint / Lint and Check (push) Successful in 49s
2025-08-16 01:11:45 +00:00
778626c3a2 chore(deps): update actions/checkout digest to 08eba0b
All checks were successful
Lint / Lint and Check (push) Successful in 49s
2025-08-16 00:08:16 +00:00
3 changed files with 456 additions and 457 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4 uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4

View File

@@ -45,23 +45,23 @@
"devDependencies": { "devDependencies": {
"@eslint/js": "9.33.0", "@eslint/js": "9.33.0",
"@next/eslint-plugin-next": "15.4.6", "@next/eslint-plugin-next": "15.4.6",
"@tailwindcss/postcss": "4.1.11", "@tailwindcss/postcss": "4.1.12",
"@types/node": "22.17.1", "@types/node": "22.17.2",
"@types/pg": "8.15.5", "@types/pg": "8.15.5",
"@types/react": "19.1.9", "@types/react": "19.1.10",
"@types/react-dom": "19.1.7", "@types/react-dom": "19.1.7",
"@typescript-eslint/eslint-plugin": "8.39.0", "@typescript-eslint/eslint-plugin": "8.39.1",
"@typescript-eslint/parser": "8.39.0", "@typescript-eslint/parser": "8.39.1",
"drizzle-kit": "0.31.4", "drizzle-kit": "0.31.4",
"eslint": "9.33.0", "eslint": "9.33.0",
"eslint-config-next": "15.4.6", "eslint-config-next": "15.4.6",
"postcss": "8.5.6", "postcss": "8.5.6",
"prettier": "3.6.2", "prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14", "prettier-plugin-tailwindcss": "0.6.14",
"tailwindcss": "4.1.11", "tailwindcss": "4.1.12",
"turbo": "2.5.5", "turbo": "2.5.6",
"typescript": "5.9.2", "typescript": "5.9.2",
"typescript-eslint": "8.39.0" "typescript-eslint": "8.39.1"
}, },
"packageManager": "pnpm@10.14.0" "packageManager": "pnpm@10.14.0"
} }

895
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff