Compare commits
32 Commits
5a747a42a2
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
0bf48b2553 | |||
4d09aba1ff | |||
4c8b4bb4d5 | |||
18c7a5f2cb | |||
7502069d16 | |||
45d57471d9 | |||
9d23916eb2 | |||
47b5100611 | |||
007353e2ab | |||
d1fe3b29c3 | |||
a4ba1bdc67 | |||
414eee9591 | |||
8e8652e2aa | |||
8d9b0e3792 | |||
0408287300 | |||
bb30c066df | |||
fcf5caee46 | |||
de3a06384e | |||
cfb594ef15 | |||
cbdc49328a | |||
8dbc2c5de6 | |||
c3771f85e0 | |||
1c68d65539 | |||
d58a5bb2bb | |||
2740e57dd0 | |||
e45c437015 | |||
033088185c | |||
9aa7a7e4a2 | |||
02c87ec8bf | |||
061942aa8e | |||
5e4aca4ec2 | |||
2451c43e73 |
@@ -13,13 +13,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
|
||||
|
||||
- name: Install pnpm
|
||||
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"
|
||||
|
24
package.json
24
package.json
@@ -23,35 +23,35 @@
|
||||
"@t3-oss/env-nextjs": "^0.13.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^0.526.0",
|
||||
"lucide-react": "^0.542.0",
|
||||
"next": "^15.4.1",
|
||||
"next-plausible": "^3.12.4",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-hook-form": "^7.56.1",
|
||||
"recharts": "^3.0.0",
|
||||
"recharts": "^2.15.3",
|
||||
"tailwind-merge": "^3.2.0",
|
||||
"zod": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "3.3.1",
|
||||
"@tailwindcss/postcss": "4.1.11",
|
||||
"@types/node": "22.17.0",
|
||||
"@types/react": "19.1.8",
|
||||
"@types/react-dom": "19.1.6",
|
||||
"eslint": "9.32.0",
|
||||
"eslint-config-next": "15.4.4",
|
||||
"@tailwindcss/postcss": "4.1.12",
|
||||
"@types/node": "22.18.0",
|
||||
"@types/react": "19.1.12",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"eslint": "9.34.0",
|
||||
"eslint-config-next": "15.5.2",
|
||||
"eslint-plugin-react-hooks": "5.2.0",
|
||||
"postcss": "8.5.6",
|
||||
"prettier": "3.6.2",
|
||||
"prettier-plugin-tailwindcss": "0.6.14",
|
||||
"tailwindcss": "4.1.11",
|
||||
"tw-animate-css": "1.3.6",
|
||||
"tailwindcss": "4.1.12",
|
||||
"tw-animate-css": "1.3.7",
|
||||
"typescript": "5.9.2",
|
||||
"typescript-eslint": "8.38.0"
|
||||
"typescript-eslint": "8.41.0"
|
||||
},
|
||||
"ct3aMetadata": {
|
||||
"initVersion": "7.39.3"
|
||||
},
|
||||
"packageManager": "pnpm@10.13.1"
|
||||
"packageManager": "pnpm@10.15.0"
|
||||
}
|
||||
|
1614
pnpm-lock.yaml
generated
1614
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user