Skip to content

Commit

Permalink
fix: added typescript dependency in next-sitemap example (#25866)
Browse files Browse the repository at this point in the history
As mentioned in #25854 `witn-next-sitemap` example is missing `typescript` package as a dependency

- [x] Make sure the linting passes
  • Loading branch information
vitalybaev authored Jun 7, 2021
1 parent d22be5e commit ff1b8e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/with-next-sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"devDependencies": {
"@types/node": "14.6.0",
"@types/react": "^16.9.45",
"next-sitemap": "latest"
"next-sitemap": "latest",
"typescript": "^4.3.2"
}
}

0 comments on commit ff1b8e9

Please sign in to comment.