1 Commits

Author SHA1 Message Date
c9258b16d8 chore(deps): update actions/setup-node action to v5
All checks were successful
Check / Lint and Check (pull_request) Successful in 1m0s
Check / Lint and Check (push) Successful in 25s
2025-09-06 00:00:50 +00:00
3 changed files with 299 additions and 315 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: 22
cache: "pnpm"

View File

@@ -32,17 +32,17 @@
"zod": "^4.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.13",
"@types/node": "22.18.1",
"@types/react": "19.1.13",
"@tailwindcss/postcss": "4.1.12",
"@types/node": "22.18.0",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"eslint": "9.35.0",
"eslint": "9.34.0",
"eslint-config-next": "15.5.2",
"eslint-config-prettier": "10.1.8",
"postcss": "8.5.6",
"tailwindcss": "4.1.13",
"tailwindcss": "4.1.12",
"turbo": "2.5.6",
"typescript": "5.9.2"
},
"packageManager": "pnpm@10.15.1"
"packageManager": "pnpm@10.15.0"
}

600
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff