Compare commits
54 Commits
4216b3c36b
...
2b46f927a1
Author | SHA1 | Date | |
---|---|---|---|
2b46f927a1 | |||
cb71c80bb9 | |||
d535b88277 | |||
b80667c412 | |||
0a17306ac3 | |||
efd8094df3 | |||
ab235e19f8 | |||
10560f69b4 | |||
fea613110b | |||
e545c9a408 | |||
61888448ea | |||
bd31a7aea2 | |||
1c026a4f4a | |||
0db1e5de0b | |||
c1bc483497 | |||
becf23298f | |||
567fa64b2c | |||
30da0456e6 | |||
b3555fb217 | |||
a8ea3890e6 | |||
78af150d77 | |||
3ca92f78ab | |||
acbe42add0 | |||
1ca8f6bb22 | |||
d3fd0298cd | |||
5fe7e69532 | |||
9225ccb1c5 | |||
7fe908e01e | |||
6462eb2082 | |||
de7ede8499 | |||
df525d6a33 | |||
d55b3c6670 | |||
17ea2c077c | |||
2d58eec7e5 | |||
e8d5d4b5a8 | |||
1ca6d985bd | |||
cac5c60ccf | |||
a183d867b1 | |||
a978fa0aad | |||
fe282b7f64 | |||
70b29c4729 | |||
2a65853ff1 | |||
e0f706389a | |||
c9d23220fc | |||
9b08d7e9dc | |||
4b9816cbdf | |||
8494174fd3 | |||
97d02114d9 | |||
f198443bb6 | |||
a26583ce97 | |||
d793e8f526 | |||
a6b84ab591 | |||
c33470f35d | |||
7cebd5faec |
@ -12,9 +12,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
||||||
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
|
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
@ -14,12 +14,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checking out
|
- name: Checking out
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
with:
|
with:
|
||||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: SonarQube Scan
|
- name: SonarQube Scan
|
||||||
uses: SonarSource/sonarqube-scan-action@0c0f3958d90fc466625f1d1af1f47bddd4cc6bd1 # v3.0.0
|
uses: SonarSource/sonarqube-scan-action@884b79409bbd464b2a59edc326a4b77dc56b2195 # v3.0.0
|
||||||
env:
|
env:
|
||||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
||||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
|
1466
package-lock.json
generated
1466
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@ -3,36 +3,40 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev --turbo",
|
"dev": "next dev --turbopack",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint && npx tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"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.439.0",
|
"lucide-react": "^0.454.0",
|
||||||
"next": "14.2.8",
|
"next": "15.0.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",
|
||||||
"react": "^18",
|
"react": "19.0.0-rc-02c0e824-20241028",
|
||||||
"react-dom": "^18",
|
"react-dom": "19.0.0-rc-02c0e824-20241028",
|
||||||
"sharp": "^0.33.4",
|
"sharp": "^0.33.4",
|
||||||
"tailwind-merge": "^2.5.2",
|
"tailwind-merge": "^2.5.2",
|
||||||
"tailwindcss-animate": "^1.0.7"
|
"tailwindcss-animate": "^1.0.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "20.16.5",
|
"@types/node": "22.8.6",
|
||||||
"@types/react": "18.3.5",
|
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||||
"@types/react-dom": "18.3.0",
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.1",
|
||||||
"eslint-config-next": "14.2.8",
|
"eslint-config-next": "15.0.2",
|
||||||
"postcss": "8.4.45",
|
"postcss": "8.4.47",
|
||||||
"tailwindcss": "3.4.10",
|
"tailwindcss": "3.4.14",
|
||||||
"turbo": "2.1.1",
|
"turbo": "2.2.3",
|
||||||
"typescript": "5.5.4"
|
"typescript": "5.6.3"
|
||||||
|
},
|
||||||
|
"overrides": {
|
||||||
|
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||||
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
],
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./*"]
|
"@/*": ["./*"]
|
||||||
}
|
},
|
||||||
|
"target": "ES2021"
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules"]
|
||||||
|
Loading…
Reference in New Issue
Block a user