Compare commits
25 Commits
4dc1adff11
...
96bb5d5414
Author | SHA1 | Date | |
---|---|---|---|
96bb5d5414 | |||
5cde37e4e8 | |||
1b158bbfb4 | |||
74e3ca29a9 | |||
13ceffe8da | |||
c1dc30eb1e | |||
e938003245 | |||
b1090af605 | |||
aa759d41b8 | |||
11e2253317 | |||
f072fdd771 | |||
dd874cc762 | |||
01eacdb494 | |||
9200dd3e80 | |||
5374f393f0 | |||
824b0ab3f5 | |||
680cc0a165 | |||
f01d075dde | |||
f19379f88a | |||
8aba1e4dc9 | |||
a7e2ea2e8a | |||
42f4a3d19d | |||
bb246697db | |||
0c81a15bb0 | |||
d912528b6c |
@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
||||||
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
|
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,3 +34,5 @@ yarn-error.log*
|
|||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
|
||||||
|
.turbo/
|
||||||
|
1488
package-lock.json
generated
1488
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
19
package.json
19
package.json
@ -13,8 +13,8 @@
|
|||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"cssnano": "^7.0.1",
|
"cssnano": "^7.0.1",
|
||||||
"lucide-react": "^0.487.0",
|
"lucide-react": "^0.509.0",
|
||||||
"next": "15.2.4",
|
"next": "15.3.2",
|
||||||
"next-plausible": "^3.12.0",
|
"next-plausible": "^3.12.0",
|
||||||
"postcss-flexbugs-fixes": "^5.0.2",
|
"postcss-flexbugs-fixes": "^5.0.2",
|
||||||
"postcss-preset-env": "^10.0.0",
|
"postcss-preset-env": "^10.0.0",
|
||||||
@ -25,18 +25,15 @@
|
|||||||
"tailwindcss-animate": "^1.0.7"
|
"tailwindcss-animate": "^1.0.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "22.14.0",
|
"@types/node": "22.15.17",
|
||||||
"@types/react": "19.1.0",
|
"@types/react": "19.1.3",
|
||||||
"@types/react-dom": "19.1.1",
|
"@types/react-dom": "19.1.3",
|
||||||
"eslint": "8.57.1",
|
"eslint": "8.57.1",
|
||||||
"eslint-config-next": "15.2.4",
|
"eslint-config-next": "15.3.2",
|
||||||
"postcss": "8.5.3",
|
"postcss": "8.5.3",
|
||||||
"tailwindcss": "3.4.17",
|
"tailwindcss": "3.4.17",
|
||||||
"turbo": "2.5.0",
|
"turbo": "2.5.3",
|
||||||
"typescript": "5.8.3"
|
"typescript": "5.8.3"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"packageManager": "npm@11.3.0"
|
||||||
"@types/react": "19.1.0",
|
|
||||||
"@types/react-dom": "19.1.1"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user