Skip to content

Commit 29daa1b

Browse files
chore(deps): update example dependencies to v5
1 parent f41961f commit 29daa1b

File tree

5 files changed

+12658
-8464
lines changed

5 files changed

+12658
-8464
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
name: Lint & Build
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: actions/setup-node@v6
5050
with:
5151
cache: npm
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
git config --global core.autocrlf false
8787
git config --global core.eol lf
88-
- uses: actions/checkout@v4
88+
- uses: actions/checkout@v5
8989
- uses: actions/setup-node@v6
9090
with:
9191
cache: npm

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Prettier if needed
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v6
1616
with:
1717
cache: npm

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"dependencies": {
1616
"@mux/mux-player-react": "^3.8.0",
17-
"@portabletext/react": "^3.0.18",
17+
"@portabletext/react": "^5.0.0",
1818
"@sanity/client": "^6.27.2",
1919
"@sanity/image-url": "^1.0.2",
20-
"@sanity/vision": "^3.74.0",
20+
"@sanity/vision": "^5.20.0",
2121
"next": "^14.2.3",
2222
"next-sanity": "^9.8.51",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
25-
"sanity": "^3.74.0",
25+
"sanity": "^5.20.0",
2626
"sanity-plugin-mux-input": "^2.10.1",
2727
"styled-components": "^6.1.14"
2828
},

0 commit comments

Comments
 (0)