Skip to content

Commit 261ad8a

Browse files
chore(deps): update non-major
1 parent 10d1ce6 commit 261ad8a

File tree

3 files changed

+3729
-2069
lines changed

3 files changed

+3729
-2069
lines changed

Diff for: .github/workflows/prettier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
app-id: ${{ secrets.ECOSPARK_APP_ID }}
3939
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
40-
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
40+
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
4141
with:
4242
body: I ran `pnpm format` 🧑‍💻
4343
branch: actions/app-router-prettier

Diff for: package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -20,39 +20,39 @@
2020
"singleQuote": true
2121
},
2222
"dependencies": {
23-
"@sanity/assist": "3.0.4",
24-
"@sanity/client": "6.18.2",
23+
"@sanity/assist": "3.2.2",
24+
"@sanity/client": "6.29.0",
2525
"@sanity/icons": "2.11.8",
26-
"@sanity/image-url": "1.0.2",
27-
"@sanity/preview-url-secret": "1.6.13",
28-
"@sanity/vision": "3.42.1",
29-
"@tailwindcss/typography": "0.5.13",
26+
"@sanity/image-url": "1.1.0",
27+
"@sanity/preview-url-secret": "1.6.21",
28+
"@sanity/vision": "3.84.0",
29+
"@tailwindcss/typography": "0.5.16",
3030
"@types/node": "^20.11.26",
31-
"@types/react": "18.3.2",
32-
"@types/react-dom": "18.3.0",
33-
"@urql/core": "5.0.3",
34-
"@vercel/speed-insights": "1.0.10",
35-
"autoprefixer": "10.4.19",
31+
"@types/react": "18.3.20",
32+
"@types/react-dom": "18.3.6",
33+
"@urql/core": "5.1.1",
34+
"@vercel/speed-insights": "1.2.0",
35+
"autoprefixer": "10.4.21",
3636
"date-fns": "3.6.0",
3737
"next": "14.2.3",
38-
"next-sanity": "9.0.19",
39-
"postcss": "8.4.38",
38+
"next-sanity": "9.10.2",
39+
"postcss": "8.5.3",
4040
"react": "18.3.1",
4141
"react-dom": "18.3.1",
42-
"rxjs": "7.8.1",
43-
"sanity": "3.42.1",
44-
"sanity-plugin-asset-source-unsplash": "3.0.1",
42+
"rxjs": "7.8.2",
43+
"sanity": "3.84.0",
44+
"sanity-plugin-asset-source-unsplash": "3.0.3",
4545
"server-only": "0.0.1",
46-
"styled-components": "6.1.11",
47-
"tailwindcss": "3.4.3",
48-
"typescript": "5.4.5"
46+
"styled-components": "6.1.17",
47+
"tailwindcss": "3.4.17",
48+
"typescript": "5.8.3"
4949
},
5050
"devDependencies": {
51-
"eslint": "8.57.0",
52-
"eslint-config-next": "14.2.3",
53-
"prettier": "3.2.5",
54-
"prettier-plugin-packagejson": "2.5.0",
55-
"prettier-plugin-tailwindcss": "0.5.14"
51+
"eslint": "8.57.1",
52+
"eslint-config-next": "14.2.28",
53+
"prettier": "3.5.3",
54+
"prettier-plugin-packagejson": "2.5.10",
55+
"prettier-plugin-tailwindcss": "0.6.11"
5656
},
5757
"packageManager": "[email protected]"
5858
}

0 commit comments

Comments
 (0)