Compare commits
47 Commits
dev
...
835b73552b
Author | SHA1 | Date | |
---|---|---|---|
835b73552b | |||
b1e8fb3353 | |||
20c0bf2770 | |||
07475f7cb1 | |||
1f77670b1e | |||
7108ce3e8f | |||
f28341781e | |||
1d3bf08a2c | |||
e155256b65 | |||
71cffc17d6 | |||
922009dffe | |||
6665a8b735 | |||
9fe6e0d243 | |||
e888cef0c1 | |||
192f2503e4 | |||
a534a04082 | |||
f7cac220a8 | |||
087859edb8 | |||
84a4cd6293 | |||
01f2a30ca0 | |||
c05a4b40b6 | |||
65f3833ad4 | |||
8d7780e46d | |||
b0b69a4352 | |||
0346f0c792 | |||
b6b40a0b50 | |||
17071995dd | |||
4c9e984ab1 | |||
ec9b659b7b | |||
48e03d3775 | |||
51bf896d37 | |||
789e389bcd | |||
7ac4a5261b | |||
8540764a99 | |||
8ab4c37676 | |||
9d6214ca8a | |||
a4151c5736 | |||
762dd0a445 | |||
82a6a1ba96 | |||
776c9e5547 | |||
90e809c272 | |||
6c02bd8dc6 | |||
745bb0d7f8 | |||
e927ab6a15 | |||
df0c893137 | |||
2697e763c2 | |||
ef969d2b6c |
@@ -7,21 +7,25 @@ on:
|
||||
- "**" # matches every branch
|
||||
|
||||
jobs:
|
||||
eslint:
|
||||
name: Lint
|
||||
lint_and_check:
|
||||
name: Lint and Check
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: "npm"
|
||||
- run: npm i
|
||||
- uses: sibiraj-s/action-eslint@bcf41bb9abce43cdbad51ab9b3da2eddaa17eab3 # v3.0.1
|
||||
with:
|
||||
eslint-args: "--ignore-path=.gitignore --quiet"
|
||||
extensions: "js,jsx,ts,tsx"
|
||||
annotations: true
|
||||
all-files: true
|
||||
node-version: 22
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Run check
|
||||
run: pnpm run check
|
||||
|
8596
package-lock.json
generated
8596
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
35
package.json
35
package.json
@@ -6,34 +6,33 @@
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint && npx tsc --noEmit"
|
||||
"check": "next lint && npx tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"cssnano": "^7.0.1",
|
||||
"lucide-react": "^0.509.0",
|
||||
"next": "15.3.2",
|
||||
"next-plausible": "^3.12.0",
|
||||
"cssnano": "^7.1.0",
|
||||
"lucide-react": "^0.525.0",
|
||||
"next": "15.4.1",
|
||||
"next-plausible": "^3.12.4",
|
||||
"postcss-flexbugs-fixes": "^5.0.2",
|
||||
"postcss-preset-env": "^10.0.0",
|
||||
"postcss-preset-env": "^10.2.4",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"sharp": "^0.34.0",
|
||||
"tailwind-merge": "^3.0.0",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwindcss-animate": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.6",
|
||||
"@types/node": "22.15.17",
|
||||
"@types/react": "19.1.3",
|
||||
"@types/react-dom": "19.1.3",
|
||||
"@tailwindcss/postcss": "4.1.11",
|
||||
"@types/node": "22.16.3",
|
||||
"@types/react": "19.1.8",
|
||||
"@types/react-dom": "19.1.6",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-config-next": "15.3.2",
|
||||
"postcss": "8.5.3",
|
||||
"tailwindcss": "^4.1.6",
|
||||
"turbo": "2.5.3",
|
||||
"eslint-config-next": "15.4.1",
|
||||
"postcss": "8.5.6",
|
||||
"tailwindcss": "4.1.11",
|
||||
"turbo": "2.5.4",
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
"packageManager": "npm@11.3.0"
|
||||
"packageManager": "pnpm@10.13.1"
|
||||
}
|
||||
|
5538
pnpm-lock.yaml
generated
Normal file
5538
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
3
pnpm-workspace.yaml
Normal file
3
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
onlyBuiltDependencies:
|
||||
- '@tailwindcss/oxide'
|
||||
- sharp
|
Reference in New Issue
Block a user