Skip to content

Commit

Permalink
Fix dependency in api-routes example (#29181)
Browse files Browse the repository at this point in the history
* Upgrade SWR dependency

* Fix capitalization of "Beru Whitesun Lars"
  • Loading branch information
TyMick committed Sep 17, 2021
1 parent 713a5aa commit 4452366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/api-routes/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const people = [
},
{
id: '7',
name: 'Beru Whitesun lars',
name: 'Beru Whitesun Lars',
height: '165',
mass: '75',
hair_color: 'brown',
Expand Down
2 changes: 1 addition & 1 deletion examples/api-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "0.1.18"
"swr": "^1.0.1"
}
}

0 comments on commit 4452366

Please sign in to comment.