1 Commits

Author SHA1 Message Date
4afc5859db chore(deps): update actions/checkout action to v6
All checks were successful
Lint / Lint and Typecheck (push) Successful in 33s
Lint / Lint and Typecheck (pull_request) Successful in 34s
2025-11-22 01:03:00 +00:00
3 changed files with 394 additions and 426 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4

View File

@@ -29,14 +29,14 @@
"react": "19.2.0", "react": "19.2.0",
"react-dom": "19.2.0", "react-dom": "19.2.0",
"react-hook-form": "^7.56.1", "react-hook-form": "^7.56.1",
"recharts": "^3.0.0", "recharts": "^2.15.3",
"tailwind-merge": "^3.2.0", "tailwind-merge": "^3.2.0",
"zod": "^4.0.0" "zod": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "4.1.17", "@tailwindcss/postcss": "4.1.17",
"@types/node": "24.10.1", "@types/node": "24.10.1",
"@types/react": "19.2.6", "@types/react": "19.2.5",
"@types/react-dom": "19.2.3", "@types/react-dom": "19.2.3",
"eslint": "9.39.1", "eslint": "9.39.1",
"eslint-config-next": "16.0.3", "eslint-config-next": "16.0.3",
@@ -47,7 +47,7 @@
"tailwindcss": "4.1.17", "tailwindcss": "4.1.17",
"tw-animate-css": "1.4.0", "tw-animate-css": "1.4.0",
"typescript": "5.9.3", "typescript": "5.9.3",
"typescript-eslint": "8.47.0" "typescript-eslint": "8.46.4"
}, },
"ct3aMetadata": { "ct3aMetadata": {
"initVersion": "7.39.3" "initVersion": "7.39.3"
@@ -55,7 +55,7 @@
"packageManager": "pnpm@10.22.0", "packageManager": "pnpm@10.22.0",
"pnpm": { "pnpm": {
"overrides": { "overrides": {
"@types/react": "19.2.6", "@types/react": "19.2.5",
"@types/react-dom": "19.2.3" "@types/react-dom": "19.2.3"
} }
} }

810
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff