Skip to content

Commit 2a03d5c

Browse files
committed
upgrade packages and merge in upgrades made in main
2 parents a071d19 + ed4ced2 commit 2a03d5c

File tree

5 files changed

+1419
-1350
lines changed

5 files changed

+1419
-1350
lines changed

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
app-id: ${{ secrets.ECOSPARK_APP_ID }}
3232
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
33-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
33+
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
3434
with:
3535
body: I ran `pnpm format` 🧑‍💻
3636
branch: actions/prettier

frontend/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"typegen": "sanity typegen generate"
1313
},
1414
"dependencies": {
15-
"@sanity/client": "^7.9.0",
16-
"@sanity/image-url": "^1.1.0",
15+
"@sanity/client": "^7.13.1",
16+
"@sanity/image-url": "^1.2.0",
1717
"@sanity/uuid": "^3.0.2",
18-
"@tailwindcss/postcss": "^4.1.12",
19-
"@tailwindcss/typography": "^0.5.16",
18+
"@tailwindcss/postcss": "^4.1.17",
19+
"@tailwindcss/typography": "^0.5.19",
2020
"@vercel/speed-insights": "^1.2.0",
21-
"autoprefixer": "^10.4.21",
21+
"autoprefixer": "^10.4.22",
2222
"date-fns": "^4.1.0",
2323
"next": "^15.5.7",
2424
"next-sanity": "^11.6.10",
@@ -28,14 +28,14 @@
2828
"sanity": "^4.20.0",
2929
"sanity-image": "^1.0.0",
3030
"sonner": "^2.0.7",
31-
"tailwindcss": "^4.1.13"
31+
"tailwindcss": "^4.1.17"
3232
},
3333
"devDependencies": {
34-
"@types/node": "^20.19.11",
34+
"@types/node": "^20.19.25",
3535
"@types/react": "^19.2.7",
3636
"@types/react-dom": "^19.2.3",
37-
"eslint": "^9.34.0",
38-
"eslint-config-next": "^15.5.0",
39-
"typescript": "5.9.2"
37+
"eslint": "^9.39.1",
38+
"eslint-config-next": "^15.5.6",
39+
"typescript": "5.9.3"
4040
}
4141
}

0 commit comments

Comments
 (0)