Skip to content

Commit a80daa5

Browse files
committed
Merge branch 'main' into feat/ci-renovate-prettier
2 parents 7d4071b + ac3e5c1 commit a80daa5

File tree

5 files changed

+14350
-14729
lines changed

5 files changed

+14350
-14729
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
- name: Validate Sanity Template
10-
uses: sanity-io/template-validator@v2
10+
uses: sanity-io/template-validator@v2

frontend/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22
"name": "frontend",
33
"private": true,
44
"scripts": {
5-
"predev": "npm run typegen",
6-
"dev": "next dev --turbopack",
75
"prebuild": "npm run typegen",
86
"build": "next build",
9-
"start": "next start",
7+
"predev": "npm run typegen",
8+
"dev": "next dev --turbopack",
109
"lint": "next lint",
10+
"start": "next start",
1111
"type-check": "tsc --noEmit",
1212
"typegen": "sanity typegen generate"
1313
},
1414
"dependencies": {
15-
"@sanity/client": "^7.6.0",
15+
"@sanity/client": "^7.8.2",
1616
"@sanity/image-url": "^1.1.0",
1717
"@sanity/uuid": "^3.0.2",
18-
"@tailwindcss/postcss": "^4.1.10",
18+
"@tailwindcss/postcss": "^4.1.11",
1919
"@tailwindcss/typography": "^0.5.16",
20-
"@vercel/speed-insights": "^1.1.0",
21-
"autoprefixer": "^10.4.20",
22-
"date-fns": "^3.6.0",
23-
"next": "^15.3.4",
24-
"next-sanity": "^9.12.0",
25-
"react": "^19.0.0",
26-
"react-dom": "^19.0.0",
27-
"sanity": "^3.93.0",
28-
"sonner": "^1.7.0",
29-
"styled-components": "^6.1.13",
20+
"@vercel/speed-insights": "^1.2.0",
21+
"autoprefixer": "^10.4.21",
22+
"date-fns": "^4.1.0",
23+
"next": "^15.4.5",
24+
"next-sanity": "^10.0.10",
3025
"postcss": "^8.5.6",
31-
"tailwindcss": "^4.1.10"
26+
"react": "^19.1.1",
27+
"react-dom": "^19.1.1",
28+
"sanity": "^4.3.0",
29+
"sonner": "^2.0.7",
30+
"styled-components": "^6.1.19",
31+
"tailwindcss": "^4.1.11"
3232
},
3333
"devDependencies": {
34-
"typescript": "5.6.3",
35-
"@types/react-dom": "^18.3.5",
3634
"@types/node": "^20.17.17",
37-
"@types/react": "^18.3.18",
35+
"@types/react": "^19.1.9",
36+
"@types/react-dom": "^19.1.7",
3837
"eslint": "^9.32.0",
39-
"eslint-config-next": "^15.4.5"
38+
"eslint-config-next": "^15.4.5",
39+
"typescript": "5.9.2"
4040
}
4141
}

0 commit comments

Comments
 (0)