Compare commits

...

18 Commits

Author SHA1 Message Date
17b822493b fix(deps): update dependency recharts to v3
Some checks failed
Lint / Lint and Typecheck (push) Failing after 39s
Lint / Lint and Typecheck (pull_request) Failing after 38s
2025-07-02 02:01:54 +00:00
f6dd7c3012 chore(deps): update dependency @types/node to v22.15.34
All checks were successful
Lint / Lint and Typecheck (push) Successful in 49s
2025-06-28 08:02:13 +00:00
e34fc5dffc fix(deps): update dependency react-hook-form to v7.59.0
All checks were successful
Lint / Lint and Typecheck (push) Successful in 43s
2025-06-28 06:02:57 +00:00
57be648512 fix(deps): update dependency lucide-react to ^0.525.0
All checks were successful
Lint / Lint and Typecheck (push) Successful in 51s
2025-06-28 05:03:07 +00:00
c131fba360 chore(deps): update dependency typescript-eslint to v8.35.0
All checks were successful
Lint / Lint and Typecheck (push) Successful in 48s
2025-06-28 04:03:27 +00:00
9803c3f33d chore(deps): update dependency prettier to v3.6.2
All checks were successful
Lint / Lint and Typecheck (push) Successful in 42s
2025-06-28 03:03:35 +00:00
7f7a8d8728 chore(deps): update dependency eslint to v9.30.0
All checks were successful
Lint / Lint and Typecheck (push) Successful in 42s
2025-06-28 02:04:13 +00:00
a2184c0ef2 chore(deps): update tailwindcss monorepo to v4.1.11
All checks were successful
Lint / Lint and Typecheck (push) Successful in 42s
2025-06-28 01:04:19 +00:00
198a8c8c45 chore(deps): update dependency @types/node to v22.15.33
All checks were successful
Lint / Lint and Typecheck (push) Successful in 52s
2025-06-28 00:03:05 +00:00
d87fba0ca5 fix(deps): update dependency lucide-react to ^0.522.0
All checks were successful
Lint / Lint and Typecheck (push) Successful in 43s
2025-06-21 09:02:16 +00:00
0cbc745798 fix(deps): update nextjs monorepo to v15.3.4
All checks were successful
Lint / Lint and Typecheck (push) Successful in 44s
2025-06-21 08:03:01 +00:00
e59620f619 fix(deps): update dependency zod to v3.25.67
All checks were successful
Lint / Lint and Typecheck (push) Successful in 43s
2025-06-21 07:02:26 +00:00
52eaa7bd4f fix(deps): update dependency recharts to v2.15.4
All checks were successful
Lint / Lint and Typecheck (push) Successful in 43s
2025-06-21 06:02:52 +00:00
614d1a83cc fix(deps): update dependency react-hook-form to v7.58.1
All checks were successful
Lint / Lint and Typecheck (push) Successful in 48s
2025-06-21 05:03:16 +00:00
d29d4e54ef chore(deps): update dependency eslint to v9.29.0
All checks were successful
Lint / Lint and Typecheck (pull_request) Successful in 46s
Lint / Lint and Typecheck (push) Successful in 41s
2025-06-21 04:03:51 +00:00
c79f504c24 chore(deps): update dependency typescript-eslint to v8.34.1
All checks were successful
Lint / Lint and Typecheck (push) Successful in 47s
2025-06-21 03:03:56 +00:00
aa0c90e70b chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.13
All checks were successful
Lint / Lint and Typecheck (push) Successful in 47s
2025-06-21 02:03:58 +00:00
b0a1512911 chore(deps): update dependency postcss to v8.5.6
All checks were successful
Lint / Lint and Typecheck (push) Successful in 43s
2025-06-21 01:04:40 +00:00
2 changed files with 385 additions and 354 deletions

717
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,31 +23,31 @@
"@t3-oss/env-nextjs": "^0.13.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.515.0",
"lucide-react": "^0.525.0",
"next": "^15.2.3",
"next-plausible": "^3.12.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.1",
"recharts": "^2.15.3",
"recharts": "^3.0.0",
"tailwind-merge": "^3.2.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.1",
"@tailwindcss/postcss": "4.1.10",
"@types/node": "22.15.32",
"@tailwindcss/postcss": "4.1.11",
"@types/node": "22.15.34",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"eslint": "9.28.0",
"eslint-config-next": "15.3.3",
"postcss": "8.5.5",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "0.6.12",
"tailwindcss": "4.1.10",
"eslint": "9.30.0",
"eslint-config-next": "15.3.4",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.13",
"tailwindcss": "4.1.11",
"tw-animate-css": "1.3.4",
"typescript": "5.8.3",
"typescript-eslint": "8.34.0"
"typescript-eslint": "8.35.0"
},
"ct3aMetadata": {
"initVersion": "7.39.3"